summaryrefslogtreecommitdiff
path: root/src/test/isolation/README
AgeCommit message (Expand)Author
2016-02-11Modify the isolation tester so that multiple sessions can wait.Robert Haas
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-08-08Update isolation tests' README file.Tom Lane
2012-01-28Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane
2011-08-18Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-05-24Grammar cleanup for src/test/isolation/READMETom Lane
2011-02-10Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas