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