summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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-08Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner
2013-10-04add multixact-no-deadlock to scheduleAlvaro Herrera
2013-10-04Make some isolationtester specs more completeAlvaro Herrera
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro Herrera
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane
2013-03-20Bump up timeout delays some more in timeouts isolation test.Tom Lane
2013-03-18Increase timeout delays in new timeouts isolation test.Tom Lane
2013-03-17Add lock_timeout configuration parameter.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
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-01Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane
2012-10-18Isolation test for DROP INDEX CONCURRENTLYSimon Riggs
2012-10-18Revert tests for drop index concurrently.Simon Riggs
2012-10-18Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-08-08Update isolation tests' README file.Tom Lane
2012-07-20Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan
2012-07-20Remove prepared transactions from main isolation test schedule.Andrew Dunstan
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-02Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut
2012-03-01Don't link pg_isolation_regress with libpqPeter Eisentraut
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
2012-01-02Another fix for pg_regress: Replace exit_nicely() with exit() plusPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-04Unbreak isolationtester on Win32Alvaro Herrera
2011-11-03Implement a dry-run mode for isolationtesterAlvaro Herrera
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
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-25Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-08-24Update FK alternative test output to new whitespace rulesAlvaro Herrera
2011-08-18Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane
2011-08-18Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas
2011-08-18Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas
2011-07-19Make isolationtester more robust on locked commandsAlvaro Herrera
2011-07-19Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera