aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Isolation test for DROP INDEX CONCURRENTLYSimon Riggs2012-10-18
* Revert tests for drop index concurrently.Simon Riggs2012-10-18
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-10-18
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-04
* Allow isolation tests to specify multiple setup blocks.Kevin Grittner2012-09-04
* Update isolation tests' README file.Tom Lane2012-08-08
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-20
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-20
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut2012-03-02
* Don't link pg_isolation_regress with libpqPeter Eisentraut2012-03-01
* 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
* Another fix for pg_regress: Replace exit_nicely() with exit() plusPeter Eisentraut2012-01-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Unbreak isolationtester on Win32Alvaro Herrera2011-11-04
* Implement a dry-run mode for isolationtesterAlvaro Herrera2011-11-03
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* 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 expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-25
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Update FK alternative test output to new whitespace rulesAlvaro Herrera2011-08-24
* Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane2011-08-18
* Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas2011-08-18
* Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas2011-08-18
* Make isolationtester more robust on locked commandsAlvaro Herrera2011-07-19
* Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera2011-07-19
* Add expected regress output on stricter isolation levelsAlvaro Herrera2011-07-19
* Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera2011-07-15
* Add support for blocked commands in isolationtesterAlvaro Herrera2011-07-12
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-15
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* Grammar cleanup for src/test/isolation/READMETom Lane2011-05-24
* Use the right pgsql for isolation tests.Andrew Dunstan2011-05-22
* Quote isolationtester command name so Windows will not think dot is the command.Andrew Dunstan2011-05-15
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-09
* 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
* Fix bugs in the isolation tester flex rules.Heikki Linnakangas2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-10
* Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera2011-02-10
* Fix the isolation tester compilation on VPATH buildsAlvaro Herrera2011-02-10