summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-19Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane
2021-03-19Don't leak rd_statlist when a relcache entry is dropped.Tom Lane
2021-03-19Fix TAP test for remove_temp_files_after_crashTomas Vondra
2021-03-19Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psqlMichael Paquier
2021-03-18Fix misuse of foreach_delete_current().Tom Lane
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Fix function name in error hintMagnus Hagander
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-17Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane
2021-03-17Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Fix comment in indexing.cMichael Paquier
2021-03-17Small error message improvementPeter Eisentraut
2021-03-17Update the names of Parallel Hash Join phases.Thomas Munro
2021-03-17Fix race in Parallel Hash Join batch cleanup.Thomas Munro
2021-03-17Fix transaction.sql tests in higher isolation levels.Thomas Munro
2021-03-17Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-16Fix comment about promising tuples.Peter Geoghegan
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane
2021-03-16Fix a confusing amcheck corruption message.Robert Haas
2021-03-16Use pre-fetching for ANALYZEStephen Frost
2021-03-16Improve logging of auto-vacuum and auto-analyzeStephen Frost
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-16(Blind) fix Perl splitting of strings at newlinesAlvaro Herrera
2021-03-16Add some basic tests for progress reporting of COPYMichael Paquier
2021-03-15Add libpq pipeline mode support to pgbenchAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-15Work around issues in MinGW-64's setjmp/longjmp support.Tom Lane
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-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