summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-15Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-03-15Notice that heap page has dead items during VACUUM.Peter Geoghegan
2021-03-13Doc: add note about how to run the pg_amcheck regression tests.Tom Lane
2021-03-13In pg_amcheck tests, don't depend on perl's Q/q pack code.Robert Haas
2021-03-13pg_amcheck: Keep trying to fix the tests.Tom Lane
2021-03-13Fix new pthread code to respect --disable-thread-safety.Thomas Munro
2021-03-13Improve FK trigger parallel-safety check added by 05c8482f7f.Amit Kapila
2021-03-13pg_amcheck: Keep trying to fix the tests.Robert Haas
2021-03-13pg_amcheck: Try to fix still more test failures.Robert Haas
2021-03-13Try to avoid apparent platform-dependency in IPC::RunRobert Haas
2021-03-12Fix portability issues in pg_amcheck's 004_verify_heapam.pl.Robert Haas
2021-03-12Consolidate nbtree VACUUM metapage routines.Peter Geoghegan
2021-03-12Move PG_USED_FOR_ASSERTS_ONLY before initializer.Robert Haas
2021-03-12Adjust perl style.Robert Haas
2021-03-12Try to fix compiler warnings.Robert Haas
2021-03-12Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas
2021-03-12Fix race condition in psql \e's detection of file modification.Tom Lane
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-03-12Specialize checkpointer sort functions.Thomas Munro
2021-03-12Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.Amit Kapila
2021-03-12Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.Amit Kapila
2021-03-12Poll postmaster less frequently in recovery.Thomas Munro
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-03-12Add condition variable for recovery resume.Thomas Munro
2021-03-12Send statistics collected during shutdown checkpoint to the stats collector.Fujii Masao
2021-03-12Force to send remaining WAL stats to the stats collector at walwriter exit.Fujii Masao
2021-03-12Minor modernization for README.barrier.Thomas Munro
2021-03-11Save a few cycles during nbtree VACUUM.Peter Geoghegan
2021-03-11Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan
2021-03-11Be clear about whether a recovery pause has taken effect.Robert Haas
2021-03-11Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-03-11Set libcrypto callbacks for all connection threads in libpqMichael Paquier
2021-03-11Doc: B-Tree only has one additional parameter.Peter Geoghegan
2021-03-11Improve comment for struct BufferDesc.Thomas Munro
2021-03-11tutorial: land height is "elevation", not "altitude"Bruce Momjian
2021-03-11VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-03-10Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane
2021-03-10Doc: get rid of <foreignphrase> tags.Tom Lane
2021-03-10Doc: improve introductory information about procedures.Tom Lane
2021-03-10Doc: fix missing mention of procedure OUT parameters.Tom Lane
2021-03-10Add bound check before bsearch() for performancePeter Eisentraut
2021-03-10Fix another portability bug in recent pgbench commit.Thomas Munro
2021-03-10Try to fix portability bugs in recent pgbench commits.Thomas Munro
2021-03-10Small debug message tweakPeter Eisentraut
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier