summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2023-01-21instr_time: Represent time as an int64 on all platformsAndres Freund
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-21Rework format of comments in headers for nodesMichael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-20Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-20Update docs and error message for superuser_reserved_connections.Robert Haas
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-20Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund
2023-01-20Improve the description of Output Plugin Callbacks.Amit Kapila
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-20Avoid harmless warning from pg_dump --if-exists mode.Tom Lane
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley
2023-01-19Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.Tom Lane
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-19Log the correct ending timestamp in recovery_target_xid mode.Tom Lane
2023-01-19Remove some dead code in selfuncs.cAlvaro Herrera
2023-01-19Constify proclist.hPeter Eisentraut
2023-01-19doc: Fix some issues in logical replication sectionMichael Paquier
2023-01-19Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-18Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane
2023-01-18Update expected/collate.windows.win1252.out for 47bb9db75.Tom Lane
2023-01-18Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund
2023-01-18Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund
2023-01-18Add detached node functions to ilistAndres Freund
2023-01-18Fix ILIST_DEBUG buildAndres Freund
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-17Constify the arguments of copydir.h functionsMichael Paquier
2023-01-17Doc: fix a few oddly-spelled SGML ID attributes.Tom Lane
2023-01-17meson: Add two missing regress testsAndres Freund
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Refactor recordExtObjInitPriv()Peter Eisentraut
2023-01-17Remove AggregateRelationId from recordExtObjInitPriv()Peter Eisentraut
2023-01-17Remove redundant relkind checkJohn Naylor
2023-01-17Remove dead code in formatting.cJohn Naylor
2023-01-17Improve the code to decide and process the apply action.Amit Kapila
2023-01-17Fix typo in comment.Amit Kapila
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-17Don't presort ORDER BY/DISTINCT Aggrefs with volatile functionsDavid Rowley
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane