Commit Graph

316 Commits (da324d6cd45bbbcc1682cc2fcbc4f575281916af)

Author SHA1 Message Date
Dean Rasheed 9321c79c86 Fix concurrent update issues with MERGE. 3 years ago
Tom Lane 7fee7871b4 Fix some more cases of missed GENERATED-column updates. 3 years ago
Thomas Munro 47c0accbe0 Fix assert failures in parallel SERIALIZABLE READ ONLY. 3 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
Jeff Davis ff9618e82a Fix MAINTAIN privileges for toast tables and partitions. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
David Rowley 8b6b043cee Re-adjust drop-index-concurrently-1 isolation test 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Michael Paquier 43351557d0 Make materialized views participate in predicate locking 3 years ago
Andrew Dunstan b7a5ef17cf Simplify WARNING messages from skipped vacuum/analyze on a table 3 years ago
Andres Freund a5ac3e76fe meson: Split 'main' suite into 'regress' and 'isolation' 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Geoghegan 8fb4e001e9 Harmonize more lexer function parameter names. 4 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 4 years ago
Alvaro Herrera 0e733278e3
Add subxid-overflow "isolation" test 4 years ago
John Naylor dac048f71e Build all Flex files standalone 4 years ago
Peter Geoghegan 9887dd38f9 Adjust comments that called MultiXactIds "XMIDs". 4 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 4 years ago
Noah Misch c99c67fc43 Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. 4 years ago
Andres Freund 7fdbdf2049 pgstat: fix stats.spec instability on slow machines. 4 years ago
Michael Paquier 21a10368eb Add some isolation tests for CLUSTER 4 years ago
Andres Freund d6c0db1483 pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE. 4 years ago
Alvaro Herrera a90641eac2
Revert "Rewrite some RI code to avoid using SPI" 4 years ago
Alvaro Herrera 99392cdd78
Rewrite some RI code to avoid using SPI 4 years ago
Andres Freund dbe29b0d2c Fix test instability introduced in e349c95d3e due to async deduplication. 4 years ago
Alvaro Herrera 00cb86e75d
Add isolation tests for snapshot behavior in ri_triggers.c 4 years ago
Andres Freund a2f433fa49 pgstat: add alternate output for stats.spec, for the 2PC disabled case. 4 years ago
Andres Freund e349c95d3e pgstat: add tests for transaction behaviour, 2PC, function stats. 4 years ago
Peter Geoghegan 0b018fabaa Set relfrozenxid to oldest extant XID seen by VACUUM. 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Tom Lane 7b6ec86532 Fix risk of deadlock failure while dropping a partitioned index. 4 years ago
Andres Freund 7c38ef2a5d Fix temporary object cleanup failing due to toast access without snapshot. 4 years ago
Peter Geoghegan 44fa84881f Simplify lazy_scan_heap's handling of scanned pages. 4 years ago
Peter Eisentraut 941460fcf7 Add Boolean node 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andres Freund 3f32395612 isolationtester: append session name to application_name. 4 years ago
Michael Paquier f99870dd86 Fix corruption of toast indexes with REINDEX CONCURRENTLY 4 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
Tom Lane c04c767059 Rethink blocking annotations in detach-partition-concurrently-[34]. 5 years ago
Tom Lane 642c0697c9 Remove memory leaks in isolationtester. 5 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Tom Lane 4a054069a3 Improve display of query results in isolation tests. 5 years ago
Tom Lane 741d7f1047 Use annotations to reduce instability of isolation-test results. 5 years ago
Tom Lane d3c878499c Update another variant expected-result file. 5 years ago
Tom Lane f6352a0d4e Remove another orphan expected-result file. 5 years ago
Tom Lane 0a1e80c5c4 Update variant expected-result file. 5 years ago
Tom Lane ffbe9dec13 Remove orphaned expected-result file. 5 years ago
Alvaro Herrera eb43bdbf51
Make detach-partition-concurrently-4 less timing sensitive 5 years ago
Alvaro Herrera 5e0b1aeb2d
Make detach-partition-concurrently-3 less timing-sensitive 5 years ago