aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Repair test for vacuum reltuples fix.Andrew Gierth2017-03-17
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-16
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Add alternative output for ON CONFLICT toast isolation test.Andres Freund2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-15
* Use memmove() not memcpy() to slide some pointers down.Tom Lane2016-04-27
* Replace printf format %i by %dPeter Eisentraut2016-04-08
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-07
* Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-22
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-08
* Suppress scary-looking log messages from async-notify isolation test.Tom Lane2016-02-29
* Make new isolationtester test more stableAlvaro Herrera2016-02-29
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Add isolationtester spec for old heapam.c bugAlvaro Herrera2016-02-26
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Increase deadlock_timeout some more in the deadlock-hard isolation test.Tom Lane2016-02-12
* Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...Tom Lane2016-02-12
* Revert "Still further tweaking of deadlock isolation tests."Tom Lane2016-02-12
* Still further tweaking of deadlock isolation tests.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
* Further tweaking of deadlock isolation tests.Tom Lane2016-02-11
* Make new deadlock isolation test more reproducible.Tom Lane2016-02-11
* Code review for isolationtester changes.Tom Lane2016-02-11
* Add some isolation tests for deadlock detection and resolution.Robert Haas2016-02-11
* Modify the isolation tester so that multiple sessions can wait.Robert Haas2016-02-11
* Specify permutations for isolation tests with "invalid" permutations.Robert Haas2016-02-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane2015-09-30
* Remove unused expected-output file.Robert Haas2015-08-14
* Reject isolation test specifications with duplicate step names.Robert Haas2015-08-14
* Temporarily(?) remove BRIN isolation test.Tom Lane2015-08-10
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane2015-07-29
* Add new function pg_notification_queue_usage.Robert Haas2015-07-17
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Add new test files for lock level patchSimon Riggs2015-04-05
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-05