Commit Graph

59506 Commits (8dfd3129027969fdd2d9d294220c867d2efd84aa)
 

Author SHA1 Message Date
Robert Haas 8dfd312902 pg_verifybackup: Verify tar-format backups. 1 year ago
Fujii Masao 8410f738ad Fix typo in pg_walsummary/nls.mk. 1 year ago
Michael Paquier 09620ea091 Fix incorrect memory access in VACUUM FULL with invalid toast indexes 1 year ago
Michael Paquier f762d99c87 Fix catalog data of new LO privilege functions 1 year ago
Nathan Bossart b52adbad46 Ensure we have a snapshot when updating pg_index entries. 1 year ago
Nathan Bossart 9726653185 Improve style of pg_upgrade task callback functions. 1 year ago
Tom Lane 147bbc90f7 Modernize to_char's Roman-numeral code, fixing overflow problems. 1 year ago
Tom Lane e3a92ab070 Doc: InitPlans aren't parallel-restricted any more. 1 year ago
Amit Kapila d66572d9fe Doc: Add a note in the upgrade of logical replication clusters. 1 year ago
Alexander Korotkov e658038772 Update oid for pg_wal_replay_wait() procedure 1 year ago
Nathan Bossart 2ceeb638b7 Remove extra whitespace in pg_upgrade status message. 1 year ago
Alvaro Herrera dce507356a
Turn 'if' condition around to avoid Svace complaint 1 year ago
Michael Paquier 1ab67c9dfa vacuumdb: Skip temporary tables in query to build list of relations 1 year ago
Amit Kapila 7fdeaf5774 Doc: Add the steps for upgrading the logical replication cluster. 1 year ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 1 year ago
Noah Misch aac2c9b4fd For inplace update durability, make heap_update() callers wait. 1 year ago
Noah Misch a07e03fd8f Fix data loss at inplace update after heap_update(). 1 year ago
Noah Misch dbf3f974ee Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. 1 year ago
Jeff Davis ac30021356 Allow length=-1 for NUL-terminated input to pg_strncoll(), etc. 1 year ago
Tom Lane 1591b38d17 Fix psql describe commands' handling of ACL columns for old servers. 1 year ago
Jeff Davis ceeaaed87a Tighten up make_libc_collator() and make_icu_collator(). 1 year ago
Peter Eisentraut 59f0eea7b0 Add further excludes to headerscheck 1 year ago
Tom Lane cd838e2008 Neaten up our choices of SQLSTATEs for XML-related errors. 1 year ago
Peter Geoghegan 3da436ec09 Update obsolete nbtree array preprocessing comments. 1 year ago
David Rowley 62ddf7ee9a Add ONLY support for VACUUM and ANALYZE 1 year ago
Michael Paquier bbba59e69a Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH 1 year ago
Tom Lane 75240f65e7 jsonapi: fix memory leakage during OOM error recovery. 1 year ago
Tomas Vondra a7e5237f26 Fix asserts in fast-path locking code 1 year ago
Tatsuo Ishii 40708acd65 Add memory/disk usage for more executor nodes. 1 year ago
Nathan Bossart 6aa44060a3 Remove pg_authid's TOAST table. 1 year ago
Tomas Vondra c4d5cb71d2 Increase the number of fast-path lock slots 1 year ago
Peter Geoghegan b524974106 Refactor handling of nbtree array redundancies. 1 year ago
Tom Lane 54562c9cfa Improve Asserts checking relation matching in parallel scans. 1 year ago
Nathan Bossart afb03e2ebf Alphabetize #include directives in pg_checksums.c. 1 year ago
Tom Lane a2ebf3274a Doc: explain how to test ADMIN privilege with pg_has_role(). 1 year ago
Peter Geoghegan c00c54a9ac Fix nbtree pgstats accounting with parallel scans. 1 year ago
Michael Paquier d35e293878 Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql 1 year ago
Tom Lane 126ec0bc76 Restore relmapper state early enough in parallel workers. 1 year ago
Michael Paquier 91287b5f5d psql: Add tests for repeated calls of \bind[_named] 1 year ago
Bruce Momjian 658fc6c6af doc PG relnotes: remove warning about commit links in PDF build 1 year ago
Bruce Momjian c6b1506f71 doc PG relnotes: document "Unresolved ID reference found" cause 1 year ago
Bruce Momjian 25f8cf19ab doc PG relnotes: rename commit link paragraph for clarity 1 year ago
Bruce Momjian f057781686 Improve Perl script which adds commit links to release notes 1 year ago
Alexander Korotkov 4c57facbb1 Add UpgradeTaskProcessCB to typedefs.list 1 year ago
Alexander Korotkov a094e8b9e4 Fix order of includes in src/bin/pg_upgrade/info.c 1 year ago
Alexander Korotkov 014f9f34d2 Move pg_wal_replay_wait() to xlogfuncs.c 1 year ago
Michael Paquier 87eeadaea1 psql: Clean up more aggressively state of \bind[_named], \parse and \close 1 year ago
Michael Paquier d69a3f4d70 Introduce ATT_PARTITIONED_TABLE in tablecmds.c 1 year ago
David Rowley 5d56d07ca3 Optimize tuplestore usage for WITH RECURSIVE CTEs 1 year ago
Bruce Momjian 8a6e85b46e doc PG relnotes: add paragraph explaining the section symbol 1 year ago