summaryrefslogtreecommitdiff
path: root/src/test/isolation/expected
AgeCommit message (Expand)Author
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2017-12-14Fix pruning of locked and updated tuples.Andres Freund
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2016-12-13Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.Kevin Grittner
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2014-12-11Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-05Fix improper abort during update chain lockingAlvaro Herrera
2013-12-05Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera
2013-11-29Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera
2013-10-04Make some isolationtester specs more completeAlvaro Herrera
2013-03-20Bump up timeout delays some more in timeouts isolation test.Tom Lane
2013-03-17Increase timeout delays in new timeouts isolation test.Tom Lane
2013-03-16Add lock_timeout configuration parameter.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2012-10-18Isolation test for DROP INDEX CONCURRENTLYSimon Riggs
2012-10-18Revert tests for drop index concurrently.Simon Riggs
2012-10-18Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs
2012-09-04Fix serializable mode with index-only scans.Kevin Grittner
2012-07-20Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan
2012-01-28Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane
2011-09-27Remove dependency on error ordering in isolation testsAlvaro Herrera
2011-08-25Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera
2011-08-24Update FK alternative test output to new whitespace rulesAlvaro Herrera
2011-08-18Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas
2011-08-18Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas
2011-07-19Add expected regress output on stricter isolation levelsAlvaro Herrera
2011-07-15Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-02-08Implement genuine serializable isolation level.Heikki Linnakangas