summaryrefslogtreecommitdiff
path: root/src/test/isolation/isolationtester.c
AgeCommit message (Expand)Author
2013-12-20isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera
2013-12-19Make stdout unbufferedAlvaro Herrera
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-08Fix pg_isolation_regress to work outside its build directory.Robert Haas
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro Herrera
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane
2013-02-28Flush stderr and stdout in isolation tester.Andrew Dunstan
2013-01-23isolationtester: add a few fflush(stderr) callsAlvaro Herrera
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-28Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane
2012-01-14Detect invalid permutations in isolationtesterAlvaro Herrera
2012-01-14Avoid NULL pointer dereference in isolationtesterAlvaro Herrera
2012-01-11Validate number of steps specified in permutationAlvaro Herrera
2011-11-04Unbreak isolationtester on Win32Alvaro Herrera
2011-11-03Implement a dry-run mode for isolationtesterAlvaro Herrera
2011-10-25Add debugging aid in isolationtesterAlvaro Herrera
2011-09-27Remove dependency on error ordering in isolation testsAlvaro Herrera
2011-09-27Fix typoAlvaro Herrera
2011-08-18Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas
2011-07-19Make isolationtester more robust on locked commandsAlvaro Herrera
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-05-08Fix some portability issues in isolation regression test driver.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas