summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary files after backend crashTomas Vondra2021-03-186-5/+216
* Fix function name in error hintMagnus Hagander2021-03-181-1/+1
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-1812-14/+189
* Fix memory lifetime issues of replication slot stats.Andres Freund2021-03-171-1/+5
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-175-64/+82
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-171-1/+1
* Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane2021-03-173-14/+78
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-185-142/+113
* Fix comment in indexing.cMichael Paquier2021-03-171-1/+0
* Small error message improvementPeter Eisentraut2021-03-172-3/+3
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-175-101/+104
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-173-32/+58
* Fix transaction.sql tests in higher isolation levels.Thomas Munro2021-03-172-0/+6
* Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila2021-03-171-0/+7
* Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro2021-03-173-1/+7
* Fix comment about promising tuples.Peter Geoghegan2021-03-161-2/+4
* Avoid corner-case memory leak in SSL parameter processing.Tom Lane2021-03-161-22/+27
* Fix a confusing amcheck corruption message.Robert Haas2021-03-161-2/+1
* Use pre-fetching for ANALYZEStephen Frost2021-03-161-2/+71
* Improve logging of auto-vacuum and auto-analyzeStephen Frost2021-03-162-7/+111
* Improve logging of bad parameter values in BIND messages.Tom Lane2021-03-162-3/+107
* (Blind) fix Perl splitting of strings at newlinesAlvaro Herrera2021-03-161-1/+1
* Add some basic tests for progress reporting of COPYMichael Paquier2021-03-162-0/+116
* Add libpq pipeline mode support to pgbenchAlvaro Herrera2021-03-152-16/+194
* Implement pipeline mode in libpqAlvaro Herrera2021-03-1516-111/+2182
* Work around issues in MinGW-64's setjmp/longjmp support.Tom Lane2021-03-151-3/+10
* Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro2021-03-1510-30/+14
* Make archiver process an auxiliary process.Fujii Masao2021-03-1510-213/+161
* Notice that heap page has dead items during VACUUM.Peter Geoghegan2021-03-141-5/+6
* Doc: add note about how to run the pg_amcheck regression tests.Tom Lane2021-03-131-0/+19
* In pg_amcheck tests, don't depend on perl's Q/q pack code.Robert Haas2021-03-131-9/+12
* pg_amcheck: Keep trying to fix the tests.Tom Lane2021-03-131-1/+1
* Improve FK trigger parallel-safety check added by 05c8482f7f.Amit Kapila2021-03-133-19/+5
* pg_amcheck: Keep trying to fix the tests.Robert Haas2021-03-121-10/+1
* pg_amcheck: Try to fix still more test failures.Robert Haas2021-03-122-15/+15
* Try to avoid apparent platform-dependency in IPC::RunRobert Haas2021-03-121-1/+1
* Fix portability issues in pg_amcheck's 004_verify_heapam.pl.Robert Haas2021-03-121-30/+42
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-123-69/+61
* Move PG_USED_FOR_ASSERTS_ONLY before initializer.Robert Haas2021-03-121-1/+1
* Adjust perl style.Robert Haas2021-03-122-9/+8
* Try to fix compiler warnings.Robert Haas2021-03-121-3/+4
* Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas2021-03-1211-9/+3532
* Fix race condition in psql \e's detection of file modification.Tom Lane2021-03-121-3/+24
* Forbid marking an identity column as nullable.Tom Lane2021-03-123-0/+32
* Specialize checkpointer sort functions.Thomas Munro2021-03-121-15/+22
* Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.Amit Kapila2021-03-121-3/+3
* Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.Amit Kapila2021-03-121-9/+15
* Poll postmaster less frequently in recovery.Thomas Munro2021-03-121-2/+23
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-125-13/+37
* Add condition variable for recovery resume.Thomas Munro2021-03-121-10/+21