summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-06-28Remove configuration-dependent output from new inplace-inval test.Noah Misch
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-07Recalculate search_path after ALTER ROLE.Jeff Davis
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
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
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
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-13isolationtester: append session name to application_name.Andres Freund
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
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 variant expected-result file.Tom Lane
2021-06-15Remove orphaned expected-result file.Tom Lane
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-13Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch
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-09-08Check default partitions constraints while descendingAlvaro Herrera
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-05-16Change locktype "speculative token" to "spectoken".Tom Lane
2020-04-06Implement Incremental SortTomas Vondra
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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-09Improve isolationtester's timeout management.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-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-05Disable one more set of tests from c8841199509.Andres Freund
2019-10-05Disable one set of tests from c8841199509.Andres Freund
2019-10-04Add isolation tests for the combination of EPQ and triggers.Andres Freund
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-08-27Set application_name per-test in isolation and ecpg tests.Tom Lane
2019-08-24Detect unused steps in isolation specs and do some cleanupMichael Paquier
2019-08-24Remove dry-run mode from isolationtesterMichael Paquier
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-17Make deadlock-parallel isolation test more robust.Tom Lane