summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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
2011-07-19Add expected regress output on stricter isolation levelsAlvaro Herrera
2011-07-15Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-05-24Grammar cleanup for src/test/isolation/READMETom Lane
2011-05-22Use the right pgsql for isolation tests.Andrew Dunstan
2011-05-16Quote isolationtester command name so Windows will not think dot is the command.Andrew Dunstan
2011-05-09Remove "make check" target in src/test/isolation/Makefile.Tom Lane
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-03-10Fix bugs in the isolation tester flex rules.Heikki Linnakangas
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-10Fix some oversights in distprep and maintainer-clean targets.Tom Lane
2011-02-10Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera
2011-02-10Fix the isolation tester compilation on VPATH buildsAlvaro Herrera