summaryrefslogtreecommitdiff
path: root/src/test/isolation/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Improve speed of make check-worldPeter Eisentraut2015-04-231-9/+6
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-181-2/+5
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-041-4/+4
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-011-8/+6
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-14/+0
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-201-0/+10
* Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut2012-03-021-7/+2
* Don't link pg_isolation_regress with libpqPeter Eisentraut2012-03-011-7/+2
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-1/+1
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-141-1/+1
* Use the right pgsql for isolation tests.Andrew Dunstan2011-05-221-1/+4
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-091-2/+7
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-081-2/+2
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-101-2/+4
* Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera2011-02-101-2/+2
* Fix the isolation tester compilation on VPATH buildsAlvaro Herrera2011-02-101-1/+1
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+74