summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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-13backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund
2021-06-27Remove memory leaks in isolationtester.Tom Lane
2021-06-24Stabilize results of insert-conflict-toast.spec.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-17Detect unused steps in isolation specs and do some cleanupMichael Paquier
2021-06-17Remove dry-run mode from isolationtesterMichael Paquier
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-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2019-12-09Improve isolationtester's timeout management.Tom Lane
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-23Improve test coverage for LISTEN/NOTIFY.Tom Lane
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-10Sync isolationtester's handling of notice/warning messages with HEAD.Tom Lane
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
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-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
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-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-10-17Fix minor bug in isolationtester.Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-05-18Fix whitespacePeter Eisentraut
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-14Improve regression test coverage of expand_tuple().Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Deactive flapping checksum isolation tests.Andres Freund
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs