index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
isolationtester.c
Age
Commit message (
Expand
)
Author
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-03-18
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-07-02
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Noah Misch
2021-12-13
isolationtester: append session name to application_name.
Andres Freund
2021-06-27
Remove memory leaks in isolationtester.
Tom Lane
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-01-22
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2019-12-09
Improve isolationtester's timeout management.
Tom Lane
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-08-24
Detect unused steps in isolation specs and do some cleanup
Michael Paquier
2019-08-24
Remove dry-run mode from isolationtester
Michael Paquier
2019-07-28
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-07-28
Fix isolationtester race condition for notices sent before blocking.
Tom Lane
2019-07-27
Don't drop NOTICE messages in isolation tests.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-07
isolationtester: Use atexit()
Peter Eisentraut
2018-12-11
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-03
Add some missing schema qualifications
Michael Paquier
2018-11-09
Indicate session name in isolationtester notices
Alvaro Herrera
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2017-11-28
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-05
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-04-27
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-12
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-11
Code review for isolationtester changes.
Tom Lane
2016-02-11
Modify the isolation tester so that multiple sessions can wait.
Robert Haas
2015-08-15
Reject isolation test specifications with duplicate step names.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2013-12-20
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
Make stdout unbuffered
Alvaro Herrera
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-08
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-04
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-04-07
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-03
Minor robustness improvements for isolationtester.
Tom Lane
[next]