aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* 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
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-16
* 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
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-09-10
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund2019-05-14
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Test some more cases with partitioned tables in EvalPlanQual.Tom Lane2019-04-09
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Expand EPQ tests for UPDATEs and DELETEsAndres Freund2019-03-22
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* isolationtester: Use atexit()Peter Eisentraut2019-01-07
* Update copyright for 2019Bruce Momjian2019-01-02
* 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
* Add some missing schema qualificationsMichael Paquier2018-12-03
* Indicate session name in isolationtester noticesAlvaro Herrera2018-11-09
* Fix minor bug in isolationtester.Tom Lane2018-10-17
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-27
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Improve TRUNCATE by avoiding early lock queueMichael Paquier2018-08-10
* 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