summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20Remove SHM_QUEUEAndres Freund
2023-01-20Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund
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-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-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
2023-01-16Tighten up VACUUM's approach to setting VM bits.Peter Geoghegan
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-16Refactor code in charge of running shell-based recovery commandsMichael Paquier
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-15Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.Tom Lane
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-13Clean up useless "skipping" messages for VACUUM/ANALYZE.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-13Avoid creating parallel apply state hash table unless required.Amit Kapila