aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Fix handling of self-modified tuples in MERGE.Dean Rasheed2024-03-07
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Remove flaky isolation tests for timeoutsAlexander Korotkov2024-02-25
* Remove remaining references to timeouts-longAlexander Korotkov2024-02-16
* Remove timeouts-long.outAlexander Korotkov2024-02-16
* Followup fixes for transaction_timeoutAlexander Korotkov2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Use extensible buffers to assemble command linesPeter Eisentraut2024-02-11
* Make spelling of cancelled/cancellation consistentAlvaro Herrera2024-01-26
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Remove distprepPeter Eisentraut2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Speed up pg_regress server readiness testing.Daniel Gustafsson2023-10-24
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* 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