summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas