index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
Makefile
Age
Commit message (
Expand
)
Author
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2012-11-01
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-07-20
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-03-02
Re-add "make check" target in src/test/isolation/Makefile
Peter Eisentraut
2012-03-01
Don't link pg_isolation_regress with libpq
Peter Eisentraut
2011-06-15
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-14
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-05-22
Use the right pgsql for isolation tests.
Andrew Dunstan
2011-05-09
Remove "make check" target in src/test/isolation/Makefile.
Tom Lane
2011-05-08
Fix some portability issues in isolation regression test driver.
Tom Lane
2011-03-10
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-02-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-08
Implement genuine serializable isolation level.
Heikki Linnakangas