users/gsingh/postgres.git
2020-02-06 Michael PaquierAdd leader_pid to pg_stat_activity
2020-02-05 Andrew GierthForce tuple conversion when the source has missing...
2020-02-05 Alvaro HerreraMake vacuum buffer counters 64 bits wide
2020-02-05 Alvaro HerreraALTER SUBSCRIPTION / REFRESH docs: explain copy_data
2020-02-05 Noah MischWhen a TAP file has non-zero exit status, retain tempor...
2020-02-05 Thomas MunroAdd kqueue(2) support to the WaitEventSet API.
2020-02-04 Thomas MunroHandle lack of DSM slots in parallel btree build, take 2.
2020-02-04 Tom LaneFix handling of "Subplans Removed" field in EXPLAIN...
2020-02-04 Michael PaquierFix fuzzy error handling in pg_basebackup when opening...
2020-02-03 Alvaro HerreraAdd missing break out seqscan loop in logical replication
2020-02-03 Michael PaquierAdd declaration-level assertions for compile-time checks
2020-02-02 Tom LaneFix assorted error-cleanup bugs in SSL min/max protocol...
2020-02-01 Andrew GierthOptimizations for integer to decimal output.
2020-02-01 Michael PaquierPrevent running pg_basebackup as root
2020-02-01 Thomas MunroFix memory leak on DSM slot exhaustion.
2020-01-31 Tom LaneFix not-quite-right string comparison in parse_jsonb_in...
2020-01-31 Tom LaneFix CheckAttributeType's handling of collations for...
2020-01-31 Tom LaneFix parallel pg_dump/pg_restore for failure to create...
2020-01-31 Peter EisentrautAllow building without default socket directory
2020-01-31 Peter EisentrautSprinkle some const decorations
2020-01-31 Michael PaquierFix typo in recently-added TAP test for replication...
2020-01-31 Thomas MunroReport time spent in posix_fallocate() as a wait event.
2020-01-31 Thomas MunroAdjust DSM and DSA slot usage constants.
2020-01-30 Tom LaneIn jsonb_plpython.c, suppress warning message from...
2020-01-30 Thomas MunroHandle lack of DSM slots in parallel btree build.
2020-01-30 Alvaro HerreraClean up newlines following left parentheses
2020-01-30 Alvaro HerreraRemove excess parens in ereport() calls
2020-01-30 Tom LaneFix test failure with non-MULTIPLICITY Perl interpreters.
2020-01-30 Fujii MasaoMake inherited TRUNCATE perform access permission check...
2020-01-30 Michael PaquierFix slot data persistency when advancing physical repli...
2020-01-30 Tom LaneFix vcregress.pl for new plperl test case.
2020-01-29 Tom LaneInvent "trusted" extensions, and remove the pg_pltempla...
2020-01-29 Tom LaneTeach plpgsql's "make clean" to remove generated test...
2020-01-29 Robert HaasAdd jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.
2020-01-29 Robert HaasMove jsonapi.c and jsonapi.h to src/common.
2020-01-29 Peter EisentrautFail if recovery target is not reached
2020-01-29 Michael PaquierFix dispsize for libpq connection parameters channel_bi...
2020-01-29 Amit KapilaAdd --parallel option to vacuumdb command.
2020-01-28 Tom LaneFix dangling pointer in EvalPlanQual machinery.
2020-01-28 Heikki LinnakangasFix randAccess setting in ReadRecord()
2020-01-28 Thomas MunroFix compile error on HP C.
2020-01-28 Thomas MunroDon't reset latch in ConditionVariablePrepareToSleep().
2020-01-28 Amit KapilaAdded relation name in error messages for constraint...
2020-01-28 Michael PaquierAdd connection parameters to control SSL protocol min...
2020-01-28 Thomas MunroRemove dependency on HeapTuple from predicate locking...
2020-01-27 Tom LaneApply project best practices to switches over enum...
2020-01-27 Robert HaasMove some code from jsonapi.c to jsonfuncs.c.
2020-01-27 Robert HaasAdjust pg_parse_json() so that it does not directly...
2020-01-27 Thomas MunroAvoid unnecessary shm writes in Parallel Hash Join.
2020-01-27 Michael PaquierFix some memory leaks and improve restricted token...
2020-01-26 Tom LaneFix EXPLAIN (SETTINGS) to follow policy about when...
2020-01-26 Thomas MunroRefactor confusing code in _mdfd_openseg().
2020-01-26 Tom LaneIn postgres_fdw, don't try to ship MULTIEXPR updates...
2020-01-26 Heikki LinnakangasRefactor XLogReadRecord(), adding XLogBeginRead() function.
2020-01-25 Tom LaneClean up EXPLAIN's handling of per-worker details.
2020-01-25 Dean RasheedAdd functions gcd() and lcm() for integer and numeric...
2020-01-24 Robert HaasRemove jsonapi.c's lex_accept().
2020-01-24 Robert HaasSplit JSON lexer/parser from 'json' data type support.
2020-01-24 Robert HaasAdjust src/include/utils/jsonapi.h so it's not backend...
2020-01-24 Fujii MasaoAdd pg_file_sync() to adminpack extension.
2020-01-24 Peter EisentrautAdd exclusion to headercheck
2020-01-24 Peter EisentrautFix typo
2020-01-24 Michael PaquierDoc: Fix list of storage parameters available for ALTER...
2020-01-23 Tom LaneAdd configure probe for rl_completion_suppress_quote.
2020-01-23 Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23 Tom LaneClean up formatting.c's logic for matching constant...
2020-01-23 Tom LaneImprove psql's tab completion for filenames.
2020-01-23 Michael PaquierDoc: Fix and tweak documentation for ANALYZE reporting
2020-01-23 Michael PaquierClarify some comments in vacuumlazy.c
2020-01-22 Alvaro HerreraAdd BRIN test case
2020-01-22 Fujii MasaoAdd GUC ignore_invalid_pages.
2020-01-22 Amit KapilaFix the computation of max dead tuples during the vacuum.
2020-01-22 Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21 Tom LaneClarify behavior of adding and altering a column in...
2020-01-21 Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21 Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20 Tom LaneFurther tweaking of jsonb_set_lax().
2020-01-20 Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-20 Heikki LinnakangasFix crash in BRIN inclusion op functions, due to missin...
2020-01-20 Amit KapilaAllow vacuum command to process indexes in parallel.
2020-01-20 Tom LaneFix out-of-memory handling in ecpglib.
2020-01-19 Tom LaneSilence minor compiler warnings.
2020-01-19 Heikki LinnakangasRemove separate files for the initial contents of pg_...
2020-01-19 Michael PaquierDoc: Improve description of connection strings with...
2020-01-18 Tom LaneDoc: rearrange the documentation of binary-string funct...
2020-01-18 Michael PaquierAdd GUC checks for ssl_min_protocol_version and ssl_max...
2020-01-17 Alexander KorotkovAvoid full scan of GIN indexes when possible
2020-01-17 Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17 Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-17 Tomas VondraAllocate freechunks bitmap as part of SlabContext
2020-01-17 Andrew Dunstanbump catalog version as should have been done for jsonb...
2020-01-17 Andrew DunstanAdd a non-strict version of jsonb_set
2020-01-17 Michael PaquierMove OpenSSL routines for min/max protocol setting...
2020-01-16 Tom LaneRationalize code placement between wchar.c, encnames...
2020-01-16 Tom LaneUpdate header comments for wchar.c and encnames.c.
2020-01-16 Tom LaneMove wchar.c and encnames.c to src/common/.
2020-01-16 Robert HaasFix problems with "read only query" checks, and refacto...
2020-01-16 Tom LaneMinor code beautification in regexp.c.
2020-01-15 Tom LaneRestructure ALTER TABLE execution to fix assorted bugs.
2020-01-15 Alvaro HerreraReport progress of ANALYZE commands
next