Commit Graph

55406 Commits (0ad3c60caf5f77edfefaf8850fbba5ea4fe28640)
 

Author SHA1 Message Date
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 3 years ago
Thomas Munro 239b175342 Process pending postmaster work before connections. 3 years ago
Peter Geoghegan 8f8f115932 Update more obsolete multixact.c comments. 3 years ago
Andrew Dunstan 1249371632 Improve exclude pattern file processing in pgindent 3 years ago
Robert Haas f1358ca52d Adjust interaction of CREATEROLE with role properties. 3 years ago
Amit Kapila 6c6d6ba3ee Fix the Drop Database hang. 3 years ago
Andres Freund 728f86fec6 libpqwalreceiver: Convert to libpq-be-fe-helpers.h 3 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 3 years ago
Andres Freund 28a591711d Add helper library for use of libpq inside the server environment 3 years ago
Andres Freund bc54ef4ec2 Fix error handling in libpqrcv_connect() 3 years ago
David Rowley 9567686ec8 Use OFFSET 0 instead of ORDER BY to stop subquery pullup 3 years ago
David Rowley b762fed648 Fix LATERAL join test in test memoize.sql 3 years ago
Peter Eisentraut 8dd43894b1 Fix XLogPageRead() comment 3 years ago
Dean Rasheed 6dfacbf72b Add non-decimal integer support to type numeric. 3 years ago
Tom Lane 62e1e28bf7 Fix pgindent --show-diff option. 3 years ago
Tom Lane 3cece34be8 Remove special outfuncs/readfuncs handling of RangeVar.catalogname. 3 years ago
Andrew Dunstan a9dc7f9419 Add a test using ldapbindpasswd in pg_hba.conf 3 years ago
Andrew Dunstan ee4613d2b7 Restructure Ldap TAP test 3 years ago
Andrew Dunstan b90f0b5747 Add non-destructive modes to pgindent 3 years ago
Dean Rasheed 0aa38db56b Optimise numeric division for 3 and 4 base-NBASE digit divisors. 3 years ago
David Rowley 009dbdea02 Run pgindent on heapam.c 3 years ago
Heikki Linnakangas 236f1ea84c Fix and clarify function comment on LogicalTapeSetCreate. 3 years ago
David Rowley 67c5b8840f Harden new parallel string_agg/array_agg regression test 3 years ago
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
David Rowley 16fd03e956 Allow parallel aggregate on string_agg and array_agg 3 years ago
Tom Lane 5a3a95385b Track logrep apply workers' last start times to avoid useless waits. 3 years ago
Tom Lane c9f7f92648 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. 3 years ago
Noah Misch e52daaabf8 Reject CancelRequestPacket having unexpected length. 3 years ago
Andres Freund 03023a2664 instr_time: Represent time as an int64 on all platforms 3 years ago
Andres Freund 25b2aba0c3 Zero initialize uses of instr_time about to trigger compiler warnings 3 years ago
Michael Paquier 5d29d525ff Rework format of comments in headers for nodes 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Robert Haas 557890920d Bump catversion for 6e2775e4d4. 3 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 3 years ago
Robert Haas fe00fec1f5 Rename ReservedBackends variable to SuperuserReservedConnections. 3 years ago
Robert Haas 6c1d5ba486 Update docs and error message for superuser_reserved_connections. 3 years ago
Alvaro Herrera e86c8b728f
Describe each contrib module in its SGML section title 3 years ago
Andres Freund d137cb52cb Remove SHM_QUEUE 3 years ago
Andres Freund 9600371764 Use dlists instead of SHM_QUEUE for predicate locking 3 years ago
Amit Kapila 7670add9f4 Improve the description of Output Plugin Callbacks. 3 years ago
Michael Paquier efb6f4a4f9 Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf 3 years ago
Tom Lane 74739d1d3f Avoid harmless warning from pg_dump --if-exists mode. 3 years ago
David Rowley 9f1ca6ce65 Use appendStringInfoSpaces in more places 3 years ago
Tom Lane 1ca604c201 Improve comment about GetWALAvailability's WALAVAIL_REMOVED code. 3 years ago
Tom Lane 5a617d75d3 Fix ts_headline() to handle ORs and phrase queries more honestly. 3 years ago
Tom Lane 44e9e34266 Log the correct ending timestamp in recovery_target_xid mode. 3 years ago
Alvaro Herrera 438e6b7240
Remove some dead code in selfuncs.c 3 years ago
Peter Eisentraut 48880840f1 Constify proclist.h 3 years ago
Michael Paquier 4f74f5641d doc: Fix some issues in logical replication section 3 years ago
Michael Paquier 7e8a80d1fe Add missing assign hook for GUC checkpoint_completion_target 3 years ago