aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* pgstat: fix stats.spec instability on slow machines.Andres Freund2022-05-22
* Add some isolation tests for CLUSTERMichael Paquier2022-04-26
* pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund2022-04-07
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund2022-04-07
* Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera2022-04-07
* pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund2022-04-07
* pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund2022-04-07
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan2022-02-11
* Add Boolean nodePeter Eisentraut2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* isolationtester: append session name to application_name.Andres Freund2021-12-13
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-05
* Remove memory leaks in isolationtester.Tom Lane2021-06-27
* 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