summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2022-07-02Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch
2022-05-22pgstat: fix stats.spec instability on slow machines.Andres Freund
2022-04-26Add some isolation tests for CLUSTERMichael Paquier
2022-04-08pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund
2022-04-07Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera
2022-04-07pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund
2022-04-07pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-11Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-05Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane
2021-06-27Remove memory leaks in isolationtester.Tom Lane
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-06-15Update another variant expected-result file.Tom Lane
2021-06-15Remove another orphan expected-result file.Tom Lane
2021-06-15Update variant expected-result file.Tom Lane
2021-06-15Remove orphaned expected-result file.Tom Lane
2021-05-25Make detach-partition-concurrently-4 less timing sensitiveAlvaro Herrera
2021-05-25Make detach-partition-concurrently-3 less timing-sensitiveAlvaro Herrera
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-20Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-13Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
2020-10-15Install pg_isolation_regress and isolationtesterAlvaro Herrera
2020-09-08Check default partitions constraints while descendingAlvaro Herrera
2020-09-08Remove isolation test reindex-partitionsMichael Paquier
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-02Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan