summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-24Improve exclude pattern file processing in pgindentAndrew Dunstan
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-24libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-24Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley
2023-01-23Fix LATERAL join test in test memoize.sqlDavid Rowley
2023-01-23Fix XLogPageRead() commentPeter Eisentraut
2023-01-23Add non-decimal integer support to type numeric.Dean Rasheed
2023-01-23Fix pgindent --show-diff option.Tom Lane
2023-01-23Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane
2023-01-23Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan
2023-01-23Restructure Ldap TAP testAndrew Dunstan
2023-01-23Add non-destructive modes to pgindentAndrew Dunstan
2023-01-23Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed
2023-01-23Run pgindent on heapam.cDavid Rowley
2023-01-23Fix and clarify function comment on LogicalTapeSetCreate.Heikki Linnakangas
2023-01-23Harden new parallel string_agg/array_agg regression testDavid Rowley
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-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