summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07WIP: pgbenchpgxact-splitAndres Freund
2020-04-07wip: commit sequence number based snapshot cachingAndres Freund
2020-04-07Remove now unused PGXACT.Andres Freund
2020-04-07Improve GetSnapshotData() performance by avoiding indirection for subxid access.Andres Freund
2020-04-07Improve GetSnapshotData() performance by avoiding indirection for vacuumFlags...Andres Freund
2020-04-07Improve GetSnapshotData() performance by avoiding indirection for xid access.Andres Freund
2020-04-07Move PGXACT->xmin back to PGPROC.Andres Freund
2020-04-07Change the way backends perform tuple-is-invisible-to-everyone tests.Andres Freund
2020-04-07Move delayChkpt from PGXACT to PGPROC it's rarely checked & frequently modified.Andres Freund
2020-04-07Improve and extend asserts for a snapshot being set.Andres Freund
2020-04-07TMP: work around missing snapshot registrations.Andres Freund
2020-04-07Fix xlogreader fd leak encountered with twophase commit.Andres Freund
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix failures in incremental_sort due to number of workersTomas Vondra
2020-04-06Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Re-stabilize infinite_recurse() test case.Tom Lane
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-06Allow autovacuum to log WAL usage statistics.Amit Kapila
2020-04-06Refactor cluster.c to use new routine get_index_isclustered()Michael Paquier
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-06Recompute stack base in forked postmaster children.Andres Freund
2020-04-06Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund
2020-04-05Fix recently introduced typo.Andres Freund
2020-04-05Save errno across LWLockRelease() callsPeter Eisentraut
2020-04-05Further improve stability fix for partition_aggregate test.Tom Lane
2020-04-05Allow pg_stat_statements to track WAL usage statistics.Amit Kapila
2020-04-04Add perl2host call missing from a new test file.Noah Misch
2020-04-04Remove bogus Assert, add some regression test cases showing why.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-04Include chunk overhead in hash table entry size estimate.Jeff Davis
2020-04-04Fix resource management bug with replication=database.Robert Haas
2020-04-04Be more careful about time_t vs. pg_time_t in basebackup.c.Robert Haas
2020-04-03pg_validatebackup: Fix 'make clean' to remove tmp_check.Robert Haas
2020-04-03pg_validatebackup: Adjust TAP tests to undo permissions change.Robert Haas
2020-04-03pg_validatebackup: Also use perl2host in TAP tests.Robert Haas
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane
2020-04-03pg_validatebackup: Use tempdir_short in TAP tests.Robert Haas
2020-04-03pg_validatebackup: Adjust TAP tests to placate perlcritic.Robert Haas
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-04-03Improve stability of explain regression test.Fujii Masao