index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
expected
Age
Commit message (
Expand
)
Author
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2017-12-14
Fix pruning of locked and updated tuples.
Andres Freund
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2016-12-13
Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.
Kevin Grittner
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2014-12-11
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-05
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-11-29
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-10-04
Make some isolationtester specs more complete
Alvaro Herrera
2013-03-20
Bump up timeout delays some more in timeouts isolation test.
Tom Lane
2013-03-17
Increase timeout delays in new timeouts isolation test.
Tom Lane
2013-03-16
Add lock_timeout configuration parameter.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2012-10-18
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-09-04
Fix serializable mode with index-only scans.
Kevin Grittner
2012-07-20
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-01-28
Add simple tests of EvalPlanQual using the isolationtester infrastructure.
Tom Lane
2011-09-27
Remove dependency on error ordering in isolation tests
Alvaro Herrera
2011-08-25
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-24
Update FK alternative test output to new whitespace rules
Alvaro Herrera
2011-08-18
Add an SSI regression test that tests all interesting permutations in the
Heikki Linnakangas
2011-08-18
Strip whitespace from SQL blocks in the isolation test suite. This is purely
Heikki Linnakangas
2011-07-19
Add expected regress output on stricter isolation levels
Alvaro Herrera
2011-07-15
Set different deadlock_timeout on each session in new isolation tests
Alvaro Herrera
2011-07-12
Add support for blocked commands in isolationtester
Alvaro Herrera
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-02-08
Implement genuine serializable isolation level.
Heikki Linnakangas