summaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-283-0/+451
* Install pg_isolation_regress and isolationtesterAlvaro Herrera2020-10-151-6/+10
* Check default partitions constraints while descendingAlvaro Herrera2020-09-083-0/+93
* Remove isolation test reindex-partitionsMichael Paquier2020-09-083-167/+0
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-083-0/+167
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-023-0/+50
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-113-0/+82
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-152-6/+6
* Implement Incremental SortTomas Vondra2020-04-061-1/+1
* Try to harden insert-conflict-specconflict against autovacuum.Andres Freund2020-02-112-4/+16
* Test additional speculative conflict scenarios.Andres Freund2020-02-115-128/+356
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-282-0/+11
* Update copyrights for 2020Bruce Momjian2020-01-014-4/+4
* Improve isolationtester's timeout management.Tom Lane2019-12-092-14/+48
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-242-1/+26
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-161-0/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-3/+2
* Disable one more set of tests from c8841199509.Andres Freund2019-10-052-177/+15
* Disable one set of tests from c8841199509.Andres Freund2019-10-042-227/+13
* Add isolation tests for the combination of EPQ and triggers.Andres Freund2019-10-043-0/+2997
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-092-5/+314
* Set application_name per-test in isolation and ecpg tests.Tom Lane2019-08-271-0/+7
* Detect unused steps in isolation specs and do some cleanupMichael Paquier2019-08-249-11/+20
* Remove dry-run mode from isolationtesterMichael Paquier2019-08-241-30/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-192-2/+2
* Make deadlock-parallel isolation test more robust.Tom Lane2019-08-172-12/+43
* Use a hash table to de-duplicate NOTIFY events faster.Tom Lane2019-08-151-2/+0
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-073-0/+58
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-013-0/+137
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-07-283-50/+210
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-07-273-6/+60
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-07-274-23/+22
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-183-0/+268
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-163-208/+0
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-133-0/+208
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund2019-05-143-0/+329
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-2/+1
* Test some more cases with partitioned tables in EvalPlanQual.Tom Lane2019-04-092-2/+89
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-082-0/+29
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-072-0/+94
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-035-0/+279
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-1/+2
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-293-0/+119
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-2/+2
* Expand EPQ tests for UPDATEs and DELETEsAndres Freund2019-03-224-10/+288