Commit Graph

51088 Commits (198b3716dba68544b55cb97bd120738a86d5df2d)
 

Author SHA1 Message Date
Alvaro Herrera 198b3716db
Improve PQtrace() output format 5 years ago
Bruce Momjian 5da9868ed9 In messages, use singular nouns for -1, like we do for +1. 5 years ago
Peter Eisentraut 6131ffc43f Add tests for date_part of epoch near upper bound of timestamp range 5 years ago
Stephen Frost 4753ef37e0 Use a WaitLatch for vacuum/autovacuum sleeping 5 years ago
Tom Lane 54bb91c30e Further tweaking of pg_dump's handling of default_toast_compression. 5 years ago
David Rowley ed934d4fa3 Allow estimate_num_groups() to pass back further details about the estimation 5 years ago
David Rowley efd9d92bb3 Fix compiler warning in unistr function 5 years ago
David Rowley ff53d7b159 Allow users of simplehash.h to perform direct deletions 5 years ago
Peter Eisentraut bc9f1afdeb Add upper boundary tests for timestamp and timestamptz types 5 years ago
Amit Kapila f64ea6dc5c Add a xid argument to the filter_prepare callback for output plugins. 5 years ago
Etsuro Fujita bc2797ebb1 Update obsolete comment. 5 years ago
Alvaro Herrera 8d645a116e
psql: call clearerr() just before printing 5 years ago
David Rowley af527705ed Adjust design of per-worker parallel seqscan data struct 5 years ago
Andrew Dunstan 6d7a6feac4 Allow matching the DN of a client certificate for authentication 5 years ago
Peter Eisentraut efcc7572f5 Clean up date_part tests a bit 5 years ago
Peter Eisentraut f37fec837c Add unistr function 5 years ago
Peter Eisentraut ebedd0c78f Reset standard_conforming_strings in strings test 5 years ago
Peter Geoghegan 30aaab26e5 PageAddItemExtended(): Add LP_UNUSED assertion. 5 years ago
David Rowley f58b230ed0 Cache if PathTarget and RestrictInfos contain volatile functions 5 years ago
Stephen Frost b64654d6c4 doc: Define TLS as an acronym 5 years ago
Tomas Vondra 2a058e938c Stabilize stats_ext test with other collations 5 years ago
Peter Eisentraut 8df2f37114 Improve consistency of SQL code capitalization 5 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 5 years ago
Tomas Vondra 98376c18f1 Reduce duration of stats_ext regression tests 5 years ago
Tomas Vondra 33e52ad9a3 Fix ndistinct estimates with system attributes 5 years ago
Noah Misch a14a0118a1 Add "pg_database_owner" default role. 5 years ago
Noah Misch f687bf61ed Merge similar algorithms into roles_is_member_of(). 5 years ago
Tomas Vondra 73b96bad4a Fix alignment in BRIN minmax-multi deserialization 5 years ago
Tomas Vondra ab596105b5 BRIN minmax-multi indexes 5 years ago
Tomas Vondra 77b88cd1bb BRIN bloom indexes 5 years ago
Tomas Vondra a681e3c107 Support the old signature of BRIN consistent function 5 years ago
Tomas Vondra a68dfa27d4 Remove unnecessary pg_amproc BRIN minmax entries 5 years ago
Robert Haas 5db1fd7823 Fix interaction of TOAST compression with expression indexes. 5 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 5 years ago
Alvaro Herrera 650d623530
Document lock obtained during partition detach 5 years ago
Alvaro Herrera cc121d5596
Add comments for AlteredTableInfo->rel 5 years ago
Alvaro Herrera cd03c6e94b
Let ALTER TABLE Phase 2 routines manage the relation pointer 5 years ago
Alvaro Herrera 4669cacbd4
Rework HeapTupleHeader macros to reuse itemptr.h 5 years ago
Alvaro Herrera a24ae3d7b9
Remove StoreSingleInheritance reimplementation 5 years ago
Peter Eisentraut f2c7ce64ae Trim some extra whitespace in parser file 5 years ago
Peter Eisentraut 91d1f2d302 Rename a parse node to be more general 5 years ago
Michael Paquier a1999a01bb Sanitize the term "combo CID" in code comments 5 years ago
Fujii Masao 438fc4a39c Fix bug in WAL replay of COMMIT_TS_SETTS record. 5 years ago
Fujii Masao df9384492b Improve connection denied error message during recovery. 5 years ago
Andrew Dunstan b34ca595ab Allow for installation-aware instances of PostgresNode 5 years ago
Michael Meskes 65c2ec6f30 Need to step forward in the loop to get to an end. 5 years ago
Michael Meskes ad8305a43d Add DECLARE STATEMENT command to ECPG 5 years ago
Peter Eisentraut 37c99d304d Fix stray double semicolons 5 years ago
Peter Eisentraut 5173e42892 doc: Fix typo 5 years ago
Stephen Frost bbcc4eb2e0 Change checkpoint_completion_target default to 0.9 5 years ago