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