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
Commit message (
Expand
)
Author
Age
*
Minor robustness improvements for isolationtester.
Tom Lane
2013-04-02
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
*
Update isolation tests' README file.
Tom Lane
2012-08-08
*
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
*
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-25
*
Explain max_prepared_transactions requirement in isolation tests' README.
Tom Lane
2011-08-18
*
Report libpq errors correctly if session setup or teardown steps fail in
Heikki Linnakangas
2011-08-18
*
Add an SSI regression test that tests all interesting permutations in the
Heikki Linnakangas
2011-08-18
*
Strip whitespace from SQL blocks in the isolation test suite. This is purely
Heikki Linnakangas
2011-08-18
*
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
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
*
Grammar cleanup for src/test/isolation/README
Tom Lane
2011-05-24
*
Use the right pgsql for isolation tests.
Andrew Dunstan
2011-05-22
*
Quote isolationtester command name so Windows will not think dot is the command.
Andrew Dunstan
2011-05-15
*
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
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix bugs in the isolation tester flex rules.
Heikki Linnakangas
2011-03-10
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
*
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