users/gsingh/postgres.git
2023-01-30 Tom LaneMake Vars be outer-join-aware.
2023-01-30 Tom LaneDoc: clarify behavior of boolean options in replication...
2023-01-30 Dean RasheedEnsure that MERGE recomputes GENERATED expressions...
2023-01-30 Amit KapilaRename GUC logical_decoding_mode to logical_replication...
2023-01-28 Thomas MunroRemove unneeded volatile qualifiers from postc.
2023-01-27 Tom LaneMinor GUC code refactoring.
2023-01-27 Andrew DunstanAllow multiple --excludes options in pgindent
2023-01-27 Peter Eisentrautmeson: Fix installation path computation
2023-01-27 Peter Eisentrautdoc: Adjust a few more references to "postmaster"
2023-01-27 David RowleyTeach planner about more monotonic window functions
2023-01-27 Michael PaquierFix behavior with pg_restore -l and compressed dumps
2023-01-26 Tom LaneImprove TimestampDifferenceMilliseconds to cope with...
2023-01-26 Tom LaneCode review for commit 05a7be935.
2023-01-26 Tom LaneDoc: use less-awkward phrasing.
2023-01-26 Robert HaasDROP ROLE regress_role_limited_admin at end of test
2023-01-26 Peter EisentrautDon't install postmaster symlink anymore
2023-01-26 Peter EisentrautRemove gratuitous references to postmaster program
2023-01-26 Peter GeogheganRevert "Add eager and lazy freezing strategies to VACUUM."
2023-01-26 Jeff DavisClarify documentation for CLUSTER on partitioned tables.
2023-01-26 Michael PaquierMake auto_explain print the query identifier in verbose...
2023-01-26 Thomas MunroFix rare sharedtuplestore.c corruption.
2023-01-26 Michael PaquierRevert "Rename contrib module basic_archive to basic_wa...
2023-01-25 Peter GeogheganDoc: update VACUUM VERBOSE freezing tip.
2023-01-25 Peter GeogheganAdd eager and lazy freezing strategies to VACUUM.
2023-01-25 Andres Freundplpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
2023-01-25 Andres Freundplpython: Avoid the need to redefine *printf macros
2023-01-25 Tom LaneAvoid type cheats for invalid dsa_handles and dshash_ta...
2023-01-25 Michael Paquierdoc: Fix network_ops -> inet_ops in SpGiST operator...
2023-01-25 Michael PaquierRename contrib module basic_archive to basic_wal_module
2023-01-25 Thomas MunroProcess pending postmaster work before connections.
2023-01-24 Peter GeogheganUpdate more obsolete multixact.c comments.
2023-01-24 Andrew DunstanImprove exclude pattern file processing in pgindent
2023-01-24 Robert HaasAdjust interaction of CREATEROLE with role properties.
2023-01-24 Amit KapilaFix the Drop Database hang.
2023-01-24 Andres Freundlibpqwalreceiver: Convert to libpq-be-fe-helpers.h
2023-01-24 Andres Freunddblink, postgres_fdw: Handle interrupts during connecti...
2023-01-24 Andres FreundAdd helper library for use of libpq inside the server...
2023-01-24 Andres FreundFix error handling in libpqrcv_connect()
2023-01-24 David RowleyUse OFFSET 0 instead of ORDER BY to stop subquery pullup
2023-01-23 David RowleyFix LATERAL join test in test memoize.sql
2023-01-23 Peter EisentrautFix XLogPageRead() comment
2023-01-23 Dean RasheedAdd non-decimal integer support to type numeric.
2023-01-23 Tom LaneFix pgindent --show-diff option.
2023-01-23 Tom LaneRemove special outfuncs/readfuncs handling of RangeVar...
2023-01-23 Andrew DunstanAdd a test using ldapbindpasswd in pg_hba.conf
2023-01-23 Andrew DunstanRestructure Ldap TAP test
2023-01-23 Andrew DunstanAdd non-destructive modes to pgindent
2023-01-23 Dean RasheedOptimise numeric division for 3 and 4 base-NBASE digit...
2023-01-23 David RowleyRun pgindent on heapam.c
2023-01-23 Heikki LinnakangasFix and clarify function comment on LogicalTapeSetCreate.
2023-01-23 David RowleyHarden new parallel string_agg/array_agg regression...
2023-01-23 Michael Paquierpg_walinspect: Add pg_get_wal_fpi_info()
2023-01-23 David RowleyAllow parallel aggregate on string_agg and array_agg
2023-01-22 Tom LaneTrack logrep apply workers' last start times to avoid...
2023-01-21 Tom LaneAllow REPLICA IDENTITY to be set on an index that's...
2023-01-21 Noah MischReject CancelRequestPacket having unexpected length.
2023-01-21 Andres Freundinstr_time: Represent time as an int64 on all platforms
2023-01-21 Andres FreundZero initialize uses of instr_time about to trigger...
2023-01-21 Michael PaquierRework format of comments in headers for nodes
2023-01-21 Michael PaquierMove queryjumble.c code to src/backend/nodes/
2023-01-20 Robert HaasBump catversion for 6e2775e4d4e47775f0d933e4a93c148024a...
2023-01-20 Robert HaasAdd new GUC reserved_connections.
2023-01-20 Robert HaasRename ReservedBackends variable to SuperuserReservedCo...
2023-01-20 Robert HaasUpdate docs and error message for superuser_reserved_co...
2023-01-20 Alvaro HerreraDescribe each contrib module in its SGML section title
2023-01-20 Andres FreundRemove SHM_QUEUE
2023-01-20 Andres FreundUse dlists instead of SHM_QUEUE for predicate locking
2023-01-20 Amit KapilaImprove the description of Output Plugin Callbacks.
2023-01-20 Michael PaquierSupport the same patterns for pg-user in pg_ident.conf...
2023-01-20 Tom LaneAvoid harmless warning from pg_dump --if-exists mode.
2023-01-20 David RowleyUse appendStringInfoSpaces in more places
2023-01-19 Tom LaneImprove comment about GetWALAvailability's WALAVAIL_REM...
2023-01-19 Tom LaneFix ts_headline() to handle ORs and phrase queries...
2023-01-19 Tom LaneLog the correct ending timestamp in recovery_target_xid...
2023-01-19 Alvaro HerreraRemove some dead code in selfuncs.c
2023-01-19 Peter EisentrautConstify proclist.h
2023-01-19 Michael Paquierdoc: Fix some issues in logical replication section
2023-01-19 Michael PaquierAdd missing assign hook for GUC checkpoint_completion_t...
2023-01-19 Michael PaquierFix failure with perlcritic in psql's create_help.pl
2023-01-18 Tom LaneFix AdjustUpgrade.pm's view conversion list for --with...
2023-01-18 Tom LaneUpdate expected/collate.windows.win1252.out for 47bb9db75.
2023-01-18 Andres FreundUse dlists instead of SHM_QUEUE for syncrep queue
2023-01-18 Andres FreundUse dlist/dclist instead of PROC_QUEUE / SHM_QUEUE...
2023-01-18 Andres FreundAdd detached node functions to ilist
2023-01-18 Andres FreundFix ILIST_DEBUG build
2023-01-18 Tom LaneGet rid of the "new" and "old" entries in a view's...
2023-01-18 Tom LaneRemove redundant grouping and DISTINCT columns.
2023-01-18 Amit KapilaDisplay the leader apply worker's PID for parallel...
2023-01-18 Michael PaquierRefactor code for restoring files via shell commands
2023-01-17 Michael PaquierConstify the arguments of copydir.h functions
2023-01-17 Tom LaneDoc: fix a few oddly-spelled SGML ID attributes.
2023-01-17 Andres Freundmeson: Add two missing regress tests
2023-01-17 Tom LaneAdjustUpgrade.pm should zap test_ext_cine, too.
2023-01-17 Peter EisentrautRefactor recordExtObjInitPriv()
2023-01-17 Peter EisentrautRemove AggregateRelationId from recordExtObjInitPriv()
2023-01-17 John NaylorRemove redundant relkind check
2023-01-17 John NaylorRemove dead code in formatting.c
2023-01-17 Amit KapilaImprove the code to decide and process the apply action.
2023-01-17 Amit KapilaFix typo in comment.
2023-01-17 Michael PaquierTrack behavior of \1 in pg_ident.conf when quoted
next