aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Minor robustness improvements for isolationtester.Tom Lane2013-04-02
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* 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
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-25
* Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane2011-08-18
* Report libpq errors correctly if session setup or teardown steps fail inHeikki Linnakangas2011-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
* 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
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08