Commit Graph

59476 Commits (c4d5cb71d229095a39fda1121a75ee40e6069a2a)
 

Author SHA1 Message Date
Tomas Vondra c4d5cb71d2 Increase the number of fast-path lock slots 2 years ago
Peter Geoghegan b524974106 Refactor handling of nbtree array redundancies. 2 years ago
Tom Lane 54562c9cfa Improve Asserts checking relation matching in parallel scans. 2 years ago
Nathan Bossart afb03e2ebf Alphabetize #include directives in pg_checksums.c. 2 years ago
Tom Lane a2ebf3274a Doc: explain how to test ADMIN privilege with pg_has_role(). 2 years ago
Peter Geoghegan c00c54a9ac Fix nbtree pgstats accounting with parallel scans. 2 years ago
Michael Paquier d35e293878 Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql 2 years ago
Tom Lane 126ec0bc76 Restore relmapper state early enough in parallel workers. 2 years ago
Michael Paquier 91287b5f5d psql: Add tests for repeated calls of \bind[_named] 2 years ago
Bruce Momjian 658fc6c6af doc PG relnotes: remove warning about commit links in PDF build 2 years ago
Bruce Momjian c6b1506f71 doc PG relnotes: document "Unresolved ID reference found" cause 2 years ago
Bruce Momjian 25f8cf19ab doc PG relnotes: rename commit link paragraph for clarity 2 years ago
Bruce Momjian f057781686 Improve Perl script which adds commit links to release notes 2 years ago
Alexander Korotkov 4c57facbb1 Add UpgradeTaskProcessCB to typedefs.list 2 years ago
Alexander Korotkov a094e8b9e4 Fix order of includes in src/bin/pg_upgrade/info.c 2 years ago
Alexander Korotkov 014f9f34d2 Move pg_wal_replay_wait() to xlogfuncs.c 2 years ago
Michael Paquier 87eeadaea1 psql: Clean up more aggressively state of \bind[_named], \parse and \close 2 years ago
Michael Paquier d69a3f4d70 Introduce ATT_PARTITIONED_TABLE in tablecmds.c 2 years ago
David Rowley 5d56d07ca3 Optimize tuplestore usage for WITH RECURSIVE CTEs 2 years ago
Bruce Momjian 8a6e85b46e doc PG relnotes: add paragraph explaining the section symbol 2 years ago
Bruce Momjian f986882ffd doc PG relnotes: no relnote footnotes for commit links in PDF 2 years ago
Nathan Bossart b52c4fc3c0 Add TOAST table to pg_index. 2 years ago
Fujii Masao a7c39db5eb docs: Improve the description of num_timed column in pg_stat_checkpointer. 2 years ago
Michael Paquier 24f5205948 Add some sanity checks in executor for query ID reporting 2 years ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 2 years ago
Michael Paquier b14e9ce7d5 Extend PgStat_HashKey.objid from 4 to 8 bytes 2 years ago
Noah Misch ac04aa84a7 Don't enter parallel mode when holding interrupts. 2 years ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 2 years ago
Thomas Munro 70d38e3d8a Allow ReadStream to be consumed as raw block numbers. 2 years ago
Tom Lane 918e21d251 Repair pg_upgrade for identity sequences with non-default persistence. 2 years ago
Alexander Korotkov 2520226c95 Ensure standby promotion point in 043_wal_replay_wait.pl 2 years ago
Alexander Korotkov 85b98b8d5a Minor cleanup related to pg_wal_replay_wait() procedure 2 years ago
Peter Geoghegan d8adfc18be Avoid parallel nbtree index scan hangs with SAOPs. 2 years ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 2 years ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 2 years ago
Tatsuo Ishii 95d6e9af07 Add memory/disk usage for Window aggregate nodes in EXPLAIN. 2 years ago
Nathan Bossart 1bbf1e2f1a Fix redefinition of typedef. 2 years ago
Nathan Bossart c880cf2588 pg_upgrade: Parallelize encoding conversion check. 2 years ago
Nathan Bossart f93f5f7b98 pg_upgrade: Parallelize WITH OIDS check. 2 years ago
Nathan Bossart cf2f82a37c pg_upgrade: Parallelize incompatible polymorphics check. 2 years ago
Nathan Bossart c34eabfbbf pg_upgrade: Parallelize postfix operator check. 2 years ago
Nathan Bossart 9db3018cf8 pg_upgrade: Parallelize contrib/isn check. 2 years ago
Nathan Bossart bbf83cab98 pg_upgrade: Parallelize data type checks. 2 years ago
Nathan Bossart 6ab8f27bc7 pg_upgrade: Parallelize retrieving extension updates. 2 years ago
Nathan Bossart 46cad8b319 pg_upgrade: Parallelize retrieving loadable libraries. 2 years ago
Nathan Bossart 7baa36de58 pg_upgrade: Parallelize subscription check. 2 years ago
Nathan Bossart 6d3d2e8e54 pg_upgrade: Parallelize retrieving relation information. 2 years ago
Nathan Bossart 40e2e5e92b Introduce framework for parallelizing various pg_upgrade tasks. 2 years ago
Bruce Momjian d891c49286 doc PG relnotes: fix SGML markup for new commit links 2 years ago