aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix portability issues in pg_amcheck's 004_verify_heapam.pl.Robert Haas2021-03-12
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12
* Move PG_USED_FOR_ASSERTS_ONLY before initializer.Robert Haas2021-03-12
* Adjust perl style.Robert Haas2021-03-12
* Try to fix compiler warnings.Robert Haas2021-03-12
* Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas2021-03-12
* Fix race condition in psql \e's detection of file modification.Tom Lane2021-03-12
* Forbid marking an identity column as nullable.Tom Lane2021-03-12
* Specialize checkpointer sort functions.Thomas Munro2021-03-12
* Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.Amit Kapila2021-03-12
* Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.Amit Kapila2021-03-12
* Poll postmaster less frequently in recovery.Thomas Munro2021-03-12
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-12
* Add condition variable for recovery resume.Thomas Munro2021-03-12
* Send statistics collected during shutdown checkpoint to the stats collector.Fujii Masao2021-03-12
* Force to send remaining WAL stats to the stats collector at walwriter exit.Fujii Masao2021-03-12
* Minor modernization for README.barrier.Thomas Munro2021-03-12
* Save a few cycles during nbtree VACUUM.Peter Geoghegan2021-03-11
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane2021-03-11
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-11
* Set libcrypto callbacks for all connection threads in libpqMichael Paquier2021-03-11
* Improve comment for struct BufferDesc.Thomas Munro2021-03-11
* tutorial: land height is "elevation", not "altitude"Bruce Momjian2021-03-10
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian2021-03-10
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane2021-03-10
* Add bound check before bsearch() for performancePeter Eisentraut2021-03-10
* Fix another portability bug in recent pgbench commit.Thomas Munro2021-03-10
* Try to fix portability bugs in recent pgbench commits.Thomas Munro2021-03-10
* Small debug message tweakPeter Eisentraut2021-03-10
* Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier2021-03-10
* pgbench: Synchronize client threads.Thomas Munro2021-03-10
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* pgbench: Improve time logic.Thomas Munro2021-03-10
* pgbench: Refactor thread portability support.Thomas Munro2021-03-10
* Fix valgrind issue in commit 05c8482f7f.Amit Kapila2021-03-10
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Revert changes for SSL compression in libpqMichael Paquier2021-03-10
* libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut2021-03-09
* Switch back sslcompression to be a normal input field in libpqMichael Paquier2021-03-09
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Add support for more progress reporting in COPYMichael Paquier2021-03-09
* Remove support for SSL compressionMichael Paquier2021-03-09
* Complain if a function-in-FROM returns a set when it shouldn't.Tom Lane2021-03-08
* Properly mark pg_stat_get_subscription() as returning a set.Tom Lane2021-03-08
* Validate the OID argument of pg_import_system_collations().Tom Lane2021-03-08