summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-06Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-01Make materialized views participate in predicate lockingMichael Paquier
2022-11-23Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan
2022-11-05meson: Split 'main' suite into 'regress' and 'isolation'Andres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-30Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
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