index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
Makefile
Commit message (
Expand
)
Author
Age
*
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-04-12
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Install pg_isolation_regress and isolationtester
Alvaro Herrera
2020-10-15
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
*
Improve isolation tests infrastructure.
Andres Freund
2017-03-14
*
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-27
*
Improve speed of make check-world
Peter Eisentraut
2015-04-23
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
*
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-12-04
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
*
Re-add "make check" target in src/test/isolation/Makefile
Peter Eisentraut
2012-03-02
*
Don't link pg_isolation_regress with libpq
Peter Eisentraut
2012-03-01
*
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Use the right pgsql for isolation tests.
Andrew Dunstan
2011-05-22
*
Remove "make check" target in src/test/isolation/Makefile.
Tom Lane
2011-05-09
*
Fix some portability issues in isolation regression test driver.
Tom Lane
2011-05-08
*
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
*
Fix isolation tester Makefile so that it runs in a VPATH build
Alvaro Herrera
2011-02-10
*
Fix the isolation tester compilation on VPATH builds
Alvaro Herrera
2011-02-10
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08