aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/Makefile
Commit message (Expand)AuthorAge
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Install pg_isolation_regress and isolationtesterAlvaro Herrera2020-10-15
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-22
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-04
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-20
* Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut2012-03-02
* Don't link pg_isolation_regress with libpqPeter Eisentraut2012-03-01
* 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
* Use the right pgsql for isolation tests.Andrew Dunstan2011-05-22
* 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
* 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