summaryrefslogtreecommitdiff
path: root/src/test/isolation/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Build all Flex files standaloneJohn Naylor2022-09-041-4/+11
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-121-1/+2
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-301-6/+5
* Install pg_isolation_regress and isolationtesterAlvaro Herrera2020-10-151-6/+10
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-2/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-1/+2
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-9/+0
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-221-0/+7
* Improve isolation tests infrastructure.Andres Freund2017-03-141-4/+4
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-271-2/+2
* 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