summaryrefslogtreecommitdiff
path: root/src/test/isolation/isolationtester.c
AgeCommit message (Expand)Author
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-07-02Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-06-27Remove memory leaks in isolationtester.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2019-12-09Improve isolationtester's timeout management.Tom Lane
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-08-24Detect unused steps in isolation specs and do some cleanupMichael Paquier
2019-08-24Remove dry-run mode from isolationtesterMichael Paquier
2019-07-28Improve test coverage for LISTEN/NOTIFY.Tom Lane
2019-07-28Fix isolationtester race condition for notices sent before blocking.Tom Lane
2019-07-27Don't drop NOTICE messages in isolation tests.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-07isolationtester: Use atexit()Peter Eisentraut
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-09Indicate session name in isolationtester noticesAlvaro Herrera
2018-10-17Fix minor bug in isolationtester.Tom Lane
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-05Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-04-27Use memmove() not memcpy() to slide some pointers down.Tom Lane
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-12Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...Tom Lane
2016-02-12isolationtester: don't repeat the is-it-waiting query when retrying a step.Tom Lane
2016-02-12Re-pgindent isolationtester.c.Tom Lane
2016-02-12Fix whitespacePeter Eisentraut
2016-02-11Code review for isolationtester changes.Tom Lane
2016-02-11Modify the isolation tester so that multiple sessions can wait.Robert Haas
2015-08-15Reject isolation test specifications with duplicate step names.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2013-12-20isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera
2013-12-19Make stdout unbufferedAlvaro Herrera
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-08Fix pg_isolation_regress to work outside its build directory.Robert Haas
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro Herrera
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane