aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Improve isolationtester's timeout management.Tom Lane2019-12-09
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-11-23
* Disable one more set of tests from c8841199509.Andres Freund2019-10-05
* Disable one set of tests from c8841199509.Andres Freund2019-10-04
* Add isolation tests for the combination of EPQ and triggers.Andres Freund2019-10-04
* Sync isolationtester's handling of notice/warning messages with HEAD.Tom Lane2019-09-10
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund2019-05-14
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov2018-12-28
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-10
* Fix minor bug in isolationtester.Tom Lane2018-10-17
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Fix whitespacePeter Eisentraut2018-05-17
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-16
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Improve regression test coverage of expand_tuple().Tom Lane2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Deactive flapping checksum isolation tests.Andres Freund2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Add predicate locking for GiSTTeodor Sigaev2018-03-27
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Remove restriction on SQL block length in isolationtester scanner.Tom Lane2018-02-28
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-27
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-03
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14