summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-05Add new test files for lock level patchSimon Riggs
2015-04-05Reduce lock levels of some trigger DDL and add FKsSimon Riggs
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-25Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-06Isolation test files for ALTER TABLE patchSimon Riggs
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs