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
/
isolationtester.c
Commit message (
Expand
)
Author
Age
*
Improve isolationtester's timeout management.
Tom Lane
2019-12-09
*
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-11-23
*
Don't drop NOTICE messages in isolation tests.
Tom Lane
2019-09-10
*
Fix isolationtester race condition for notices sent before blocking.
Tom Lane
2019-09-09
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
isolationtester: Use atexit()
Peter Eisentraut
2019-01-07
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
*
Add some missing schema qualifications
Michael Paquier
2018-12-03
*
Indicate session name in isolationtester notices
Alvaro Herrera
2018-11-09
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-04-05
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
*
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-04-27
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...
Tom Lane
2016-02-12
*
isolationtester: don't repeat the is-it-waiting query when retrying a step.
Tom Lane
2016-02-12
*
Re-pgindent isolationtester.c.
Tom Lane
2016-02-12
*
Fix whitespace
Peter Eisentraut
2016-02-12
*
Code review for isolationtester changes.
Tom Lane
2016-02-11
*
Modify the isolation tester so that multiple sessions can wait.
Robert Haas
2016-02-11
*
Reject isolation test specifications with duplicate step names.
Robert Haas
2015-08-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
*
Make stdout unbuffered
Alvaro Herrera
2013-12-19
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-11-08
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-10-04
*
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-06
*
Minor robustness improvements for isolationtester.
Tom Lane
2013-04-02
*
Flush stderr and stdout in isolation tester.
Andrew Dunstan
2013-02-27
*
isolationtester: add a few fflush(stderr) calls
Alvaro Herrera
2013-01-23
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-09-04
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add simple tests of EvalPlanQual using the isolationtester infrastructure.
Tom Lane
2012-01-28
*
Detect invalid permutations in isolationtester
Alvaro Herrera
2012-01-14
*
Avoid NULL pointer dereference in isolationtester
Alvaro Herrera
2012-01-14
*
Validate number of steps specified in permutation
Alvaro Herrera
2012-01-11
*
Unbreak isolationtester on Win32
Alvaro Herrera
2011-11-04
*
Implement a dry-run mode for isolationtester
Alvaro Herrera
2011-11-03
*
Add debugging aid in isolationtester
Alvaro Herrera
2011-10-24
*
Remove dependency on error ordering in isolation tests
Alvaro Herrera
2011-09-27
[next]