Commit Graph

59481 Commits (bbba59e69a56e1622e270f5e47b402c3a904cefc)
 

Author SHA1 Message Date
Michael Paquier bbba59e69a Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH 12 months ago
Tom Lane 75240f65e7 jsonapi: fix memory leakage during OOM error recovery. 12 months ago
Tomas Vondra a7e5237f26 Fix asserts in fast-path locking code 12 months ago
Tatsuo Ishii 40708acd65 Add memory/disk usage for more executor nodes. 12 months 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
Bruce Momjian f986882ffd doc PG relnotes: no relnote footnotes for commit links in PDF 1 year ago
Nathan Bossart b52c4fc3c0 Add TOAST table to pg_index. 1 year ago
Fujii Masao a7c39db5eb docs: Improve the description of num_timed column in pg_stat_checkpointer. 1 year ago
Michael Paquier 24f5205948 Add some sanity checks in executor for query ID reporting 1 year ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 1 year ago
Michael Paquier b14e9ce7d5 Extend PgStat_HashKey.objid from 4 to 8 bytes 1 year ago
Noah Misch ac04aa84a7 Don't enter parallel mode when holding interrupts. 1 year ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 1 year ago
Thomas Munro 70d38e3d8a Allow ReadStream to be consumed as raw block numbers. 1 year ago
Tom Lane 918e21d251 Repair pg_upgrade for identity sequences with non-default persistence. 1 year ago
Alexander Korotkov 2520226c95 Ensure standby promotion point in 043_wal_replay_wait.pl 1 year ago
Alexander Korotkov 85b98b8d5a Minor cleanup related to pg_wal_replay_wait() procedure 1 year ago
Peter Geoghegan d8adfc18be Avoid parallel nbtree index scan hangs with SAOPs. 1 year ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 1 year ago
Tatsuo Ishii 95d6e9af07 Add memory/disk usage for Window aggregate nodes in EXPLAIN. 1 year ago
Nathan Bossart 1bbf1e2f1a Fix redefinition of typedef. 1 year ago
Nathan Bossart c880cf2588 pg_upgrade: Parallelize encoding conversion check. 1 year ago
Nathan Bossart f93f5f7b98 pg_upgrade: Parallelize WITH OIDS check. 1 year ago
Nathan Bossart cf2f82a37c pg_upgrade: Parallelize incompatible polymorphics check. 1 year ago
Nathan Bossart c34eabfbbf pg_upgrade: Parallelize postfix operator check. 1 year ago
Nathan Bossart 9db3018cf8 pg_upgrade: Parallelize contrib/isn check. 1 year ago
Nathan Bossart bbf83cab98 pg_upgrade: Parallelize data type checks. 1 year ago
Nathan Bossart 6ab8f27bc7 pg_upgrade: Parallelize retrieving extension updates. 1 year ago