summaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-134-48/+553
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-062-150/+179
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-065-46/+168
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-153-12/+12
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-142-6/+5
* Update copyright for 2023Bruce Momjian2023-01-025-5/+5
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-163-40/+44
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+1
* Make materialized views participate in predicate lockingMichael Paquier2022-12-013-0/+173
* Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan2022-11-231-8/+8
* meson: Split 'main' suite into 'regress' and 'isolation'Andres Freund2022-11-041-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+13
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-221-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+58
* Add subxid-overflow "isolation" testAlvaro Herrera2022-09-143-0/+162
* Build all Flex files standaloneJohn Naylor2022-09-044-15/+31
* Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan2022-08-291-1/+1
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch2022-07-012-12/+13
* pgstat: fix stats.spec instability on slow machines.Andres Freund2022-05-223-6/+7
* Add some isolation tests for CLUSTERMichael Paquier2022-04-265-0/+123
* pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund2022-04-073-170/+172
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-072-3/+6
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-072-6/+3
* Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund2022-04-073-24/+24
* Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera2022-04-073-0/+186
* pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund2022-04-071-0/+3761
* pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund2022-04-073-0/+4491
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-035-117/+340
* Add support for MERGE SQL commandAlvaro Herrera2022-03-289-0/+979
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-213-0/+148
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-213-0/+201
* Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan2022-02-112-4/+5
* Add Boolean nodePeter Eisentraut2022-01-171-30/+30
* Update copyright for 2022Bruce Momjian2022-01-074-4/+4
* isolationtester: append session name to application_name.Andres Freund2021-12-133-16/+37
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-083-0/+895
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-1/+1
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-054-117/+143
* Remove memory leaks in isolationtester.Tom Lane2021-06-272-9/+19
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23103-3840/+3866
* Improve display of query results in isolation tests.Tom Lane2021-06-2389-13288/+32400
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-2248-722/+1076
* Update another variant expected-result file.Tom Lane2021-06-151-1/+3
* Remove another orphan expected-result file.Tom Lane2021-06-151-218/+0
* Update variant expected-result file.Tom Lane2021-06-141-1/+1
* Remove orphaned expected-result file.Tom Lane2021-06-141-15/+0
* Make detach-partition-concurrently-4 less timing sensitiveAlvaro Herrera2021-05-252-51/+68