summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-03Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera
2018-01-03Fix isolation test to be less timing-dependentAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-07Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas
2017-12-04When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-23Build src/test/isolation during "make" and "make install".Noah Misch
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
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