aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/isolationtester.c
Commit message (Expand)AuthorAge
* Fix minor bug in isolationtester.Tom Lane2018-10-17
* pgindent run for 9.4Bruce Momjian2014-05-06
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera2013-12-19
* Make stdout unbufferedAlvaro Herrera2013-12-19
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Fix pg_isolation_regress to work outside its build directory.Robert Haas2013-11-08
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* isolationtester: Allow tuples to be returned in more placesAlvaro Herrera2013-10-04
* In isolationtester, retry after EINTR return from select(2).Tom Lane2013-04-06
* Minor robustness improvements for isolationtester.Tom Lane2013-04-02
* Flush stderr and stdout in isolation tester.Andrew Dunstan2013-02-27
* isolationtester: add a few fflush(stderr) callsAlvaro Herrera2013-01-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Allow isolation tests to specify multiple setup blocks.Kevin Grittner2012-09-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane2012-01-28
* Detect invalid permutations in isolationtesterAlvaro Herrera2012-01-14
* Avoid NULL pointer dereference in isolationtesterAlvaro Herrera2012-01-14
* Validate number of steps specified in permutationAlvaro Herrera2012-01-11
* Unbreak isolationtester on Win32Alvaro Herrera2011-11-04
* Implement a dry-run mode for isolationtesterAlvaro Herrera2011-11-03
* Add debugging aid in isolationtesterAlvaro Herrera2011-10-24
* Remove dependency on error ordering in isolation testsAlvaro Herrera2011-09-27
* Fix typoAlvaro Herrera2011-09-27
* Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas2011-08-18
* Make isolationtester more robust on locked commandsAlvaro Herrera2011-07-19
* Add support for blocked commands in isolationtesterAlvaro Herrera2011-07-12
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08