aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Update another variant expected-result file.Tom Lane2021-06-15
* Remove another orphan expected-result file.Tom Lane2021-06-15
* Update variant expected-result file.Tom Lane2021-06-14
* Remove orphaned expected-result file.Tom Lane2021-06-14
* Make detach-partition-concurrently-4 less timing sensitiveAlvaro Herrera2021-05-25
* Make detach-partition-concurrently-3 less timing-sensitiveAlvaro Herrera2021-05-25
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-28
* Install pg_isolation_regress and isolationtesterAlvaro Herrera2020-10-15
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Remove isolation test reindex-partitionsMichael Paquier2020-09-08
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Implement Incremental SortTomas Vondra2020-04-06
* Try to harden insert-conflict-specconflict against autovacuum.Andres Freund2020-02-11
* Test additional speculative conflict scenarios.Andres Freund2020-02-11
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Improve isolationtester's timeout management.Tom Lane2019-12-09
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-16
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* 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
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Set application_name per-test in isolation and ecpg tests.Tom Lane2019-08-27
* Detect unused steps in isolation specs and do some cleanupMichael Paquier2019-08-24
* Remove dry-run mode from isolationtesterMichael Paquier2019-08-24
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Make deadlock-parallel isolation test more robust.Tom Lane2019-08-17
* Use a hash table to de-duplicate NOTIFY events faster.Tom Lane2019-08-15
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13