summaryrefslogtreecommitdiff
path: root/src/test/isolation/specs
Commit message (Expand)AuthorAgeFilesLines
* Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov2018-12-283-180/+78
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-271-0/+78
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-041-0/+59
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-151-0/+17
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-271-0/+51
* Improve TRUNCATE by avoiding early lock queueMichael Paquier2018-08-101-0/+38
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-121-0/+76
* Fix whitespacePeter Eisentraut2018-05-172-4/+3
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-161-0/+137
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-043-2/+86
* Improve regression test coverage of expand_tuple().Tom Lane2018-04-141-0/+14
* Revert MERGE patchSimon Riggs2018-04-124-315/+0
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-092-117/+0
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-074-1/+176
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-074-5/+6
* Predicate locking in hash indexes.Teodor Sigaev2018-04-071-0/+122
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-052-0/+117
* New files for MERGESimon Riggs2018-04-034-0/+314
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-024-314/+0
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-024-0/+314
* Predicate locking in GIN indexTeodor Sigaev2018-03-301-0/+134
* Add predicate locking for GiSTTeodor Sigaev2018-03-271-0/+117
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-191-0/+9
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-271-1/+17
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-121-0/+37
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-031-8/+4
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-031-4/+8
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-021-0/+40
* Fix pruning of locked and updated tuples.Andres Freund2017-12-141-2/+34
* Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas2017-12-071-15/+15
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-041-0/+45
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-281-0/+27
* Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund2017-06-011-8/+11
* Fix ALTER SEQUENCE lockingPeter Eisentraut2017-05-151-0/+39
* Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner2017-04-053-0/+119
* Repair test for vacuum reltuples fix.Andrew Gierth2017-03-171-2/+5
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-161-0/+45
* Fix typos in comments.Heikki Linnakangas2017-02-062-2/+2
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-231-0/+34
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-221-0/+17
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-171-0/+51
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-153-0/+166
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-074-0/+156
* Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-221-0/+23
* Suppress scary-looking log messages from async-notify isolation test.Tom Lane2016-02-291-1/+1
* Make new isolationtester test more stableAlvaro Herrera2016-02-291-5/+11
* Add isolationtester spec for old heapam.c bugAlvaro Herrera2016-02-261-0/+28
* Increase deadlock_timeout some more in the deadlock-hard isolation test.Tom Lane2016-02-121-1/+1
* Revert "Still further tweaking of deadlock isolation tests."Tom Lane2016-02-121-4/+2
* Still further tweaking of deadlock isolation tests.Tom Lane2016-02-121-2/+4