summaryrefslogtreecommitdiff
path: root/src/test/isolation/specs
AgeCommit message (Expand)Author
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
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-01Make materialized views participate in predicate lockingMichael Paquier
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-08-30Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan
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 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
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-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.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-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
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
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
2020-05-16Change locktype "speculative token" to "spectoken".Tom Lane
2020-02-12Try to harden insert-conflict-specconflict against autovacuum.Andres Freund
2020-02-12Test additional speculative conflict scenarios.Andres Freund
2020-01-28Fix dangling pointer in EvalPlanQual machinery.Tom Lane
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-16Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier
2019-10-05Disable one more set of tests from c8841199509.Andres Freund