Commit Graph

55414 Commits (ffcf6f4cfca5a4ce2ac7ff7e8fa17541a5a9caea)
 

Author SHA1 Message Date
Thomas Munro ffcf6f4cfc Fix rare sharedtuplestore.c corruption. 3 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 3 years ago
Peter Geoghegan 1a8e72bff7 Doc: update VACUUM VERBOSE freezing tip. 3 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 3 years ago
Andres Freund 642e8821d7 plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE 3 years ago
Andres Freund 23c12329a7 plpython: Avoid the need to redefine *printf macros 3 years ago
Tom Lane 3b4ac33254 Avoid type cheats for invalid dsa_handles and dshash_table_handles. 3 years ago
Michael Paquier d7c4830abb doc: Fix network_ops -> inet_ops in SpGiST operator class list 3 years ago
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