summaryrefslogtreecommitdiff
path: root/src/test/isolation/isolationtester.c
AgeCommit message (Expand)Author
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-09Indicate session name in isolationtester noticesAlvaro Herrera
2018-10-17Fix minor bug in isolationtester.Tom Lane
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-05Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-04-27Use memmove() not memcpy() to slide some pointers down.Tom Lane
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-12Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...Tom Lane
2016-02-12isolationtester: don't repeat the is-it-waiting query when retrying a step.Tom Lane
2016-02-12Re-pgindent isolationtester.c.Tom Lane
2016-02-12Fix whitespacePeter Eisentraut
2016-02-11Code review for isolationtester changes.Tom Lane
2016-02-11Modify the isolation tester so that multiple sessions can wait.Robert Haas
2015-08-15Reject isolation test specifications with duplicate step names.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
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