aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-09
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-14
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-16
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* Make materialized views participate in predicate lockingMichael Paquier2022-12-01
* Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan2022-11-23
* meson: Split 'main' suite into 'regress' and 'isolation'Andres Freund2022-11-04
* meson: Add windows resource filesAndres Freund2022-10-05
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Add subxid-overflow "isolation" testAlvaro Herrera2022-09-14
* Build all Flex files standaloneJohn Naylor2022-09-04
* Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan2022-08-29
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch2022-07-01
* 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