summaryrefslogtreecommitdiff
path: root/src/test/isolation/isolation_schedule
AgeCommit message (Expand)Author
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-03-06Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro
2022-12-01Make materialized views participate in predicate lockingMichael Paquier
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-04-26Add some isolation tests for CLUSTERMichael Paquier
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
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
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-02-12Test additional speculative conflict scenarios.Andres Freund
2019-10-04Add isolation tests for the combination of EPQ and triggers.Andres Freund
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
2019-08-01Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane
2019-06-18Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-06-17Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera
2019-06-13Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-05-14Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2018-12-28Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander