Commit Graph

51215 Commits (1e55e7d1755cefbb44982fbacc7da461fa8684e6)
 

Author SHA1 Message Date
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
Robert Haas e5595de03e Tidy up more loose ends related to configurable TOAST compression. 5 years ago
Peter Eisentraut 49ab61f0bd Add date_bin function 5 years ago
Peter Eisentraut 1509c6fc29 Improve an error message 5 years ago
Amit Kapila 26acb54a13 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 5 years ago
Fujii Masao 84007043fc Rename wait event WalrcvExit to WalReceiverExit. 5 years ago
Fujii Masao 7fbcee1b2d Log when GetNewOidWithIndex() fails to find unused OID many times. 5 years ago
Michael Paquier 99dd75fb99 Reword slightly logs generated for index stats in autovacuum 5 years ago
Tomas Vondra 79f6a942bd Allow composite types in catalog bootstrap 5 years ago
Tomas Vondra e1a5e65703 Convert Typ from array to list in bootstrap 5 years ago
Peter Geoghegan 5b861baa55 nbtree VACUUM: Cope with buggy opclasses. 5 years ago
Robert Haas 87d90ac61f Improve pg_amcheck's TAP test 003_check.pl. 5 years ago
Tom Lane ea80138545 Fix psql's \connect command some more. 5 years ago
Tom Lane 9d523119fd Avoid possible crash while finishing up a heap rewrite. 5 years ago
Peter Eisentraut 22e1943f13 pgcrypto: Check for error return of px_cipher_decrypt() 5 years ago
Peter Eisentraut a6715af1e7 Add bit_count SQL function 5 years ago
Michael Paquier 5aed6a1fc2 Add per-index stats information in verbose logs of autovacuum 5 years ago
Amit Kapila 4b82ed6eca Fix dangling pointer reference in stream_cleanup_files. 5 years ago
Tomas Vondra a5f002ad9a Use correct spelling of statistics kind 5 years ago
Fujii Masao 1e3e8b51bd Change the type of WalReceiverWaitStart wait event from Client to IPC. 5 years ago
Fujii Masao 51893c8463 pg_waldump: Fix bug in per-record statistics. 5 years ago
Bruce Momjian 95d77149c5 Add macro RelationIsPermanent() to report relation permanence 5 years ago
Tomas Vondra 8e4b332e88 Optimize allocations in bringetbitmap 5 years ago
Tomas Vondra 72ccf55cb9 Move IS [NOT] NULL handling from BRIN support functions 5 years ago