summaryrefslogtreecommitdiff
path: root/src/test/isolation/Makefile
AgeCommit message (Expand)Author
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2012-11-01Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-07-20Remove prepared transactions from main isolation test schedule.Andrew Dunstan
2012-03-02Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut
2012-03-01Don't link pg_isolation_regress with libpqPeter Eisentraut
2011-06-15Use 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-22Use the right pgsql for isolation tests.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-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-08Implement genuine serializable isolation level.Heikki Linnakangas