aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix XLogPageRead() commentPeter Eisentraut2023-01-23
* Add non-decimal integer support to type numeric.Dean Rasheed2023-01-23
* Fix pgindent --show-diff option.Tom Lane2023-01-23
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-23
* Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan2023-01-23
* Restructure Ldap TAP testAndrew Dunstan2023-01-23
* Add non-destructive modes to pgindentAndrew Dunstan2023-01-23
* Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed2023-01-23
* Run pgindent on heapam.cDavid Rowley2023-01-23
* Fix and clarify function comment on LogicalTapeSetCreate.Heikki Linnakangas2023-01-23
* Harden new parallel string_agg/array_agg regression testDavid Rowley2023-01-23
* pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier2023-01-23
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Reject CancelRequestPacket having unexpected length.Noah Misch2023-01-21
* instr_time: Represent time as an int64 on all platformsAndres Freund2023-01-20
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-20
* Rework format of comments in headers for nodesMichael Paquier2023-01-21
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas2023-01-20
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Update docs and error message for superuser_reserved_connections.Robert Haas2023-01-20
* Describe each contrib module in its SGML section titleAlvaro Herrera2023-01-20
* Remove SHM_QUEUEAndres Freund2023-01-19
* Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund2023-01-19
* Improve the description of Output Plugin Callbacks.Amit Kapila2023-01-20
* Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier2023-01-20
* Avoid harmless warning from pg_dump --if-exists mode.Tom Lane2023-01-19
* Use appendStringInfoSpaces in more placesDavid Rowley2023-01-20
* Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.Tom Lane2023-01-19
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* Log the correct ending timestamp in recovery_target_xid mode.Tom Lane2023-01-19
* Remove some dead code in selfuncs.cAlvaro Herrera2023-01-19
* Constify proclist.hPeter Eisentraut2023-01-19
* doc: Fix some issues in logical replication sectionMichael Paquier2023-01-19
* Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier2023-01-19
* Fix failure with perlcritic in psql's create_help.plMichael Paquier2023-01-19
* Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane2023-01-18
* Update expected/collate.windows.win1252.out for 47bb9db75.Tom Lane2023-01-18
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-18
* Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund2023-01-18
* Add detached node functions to ilistAndres Freund2023-01-18
* Fix ILIST_DEBUG buildAndres Freund2023-01-18
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* Constify the arguments of copydir.h functionsMichael Paquier2023-01-18