summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2025-10-16Fix EPQ crash from missing partition directory in EStateAmit Langote
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-09-25Add minimal sleep to stats isolation test functions.Tom Lane
2025-09-19Fix EPQ crash from missing partition pruning state in EStateAmit Langote
2025-09-17Add missing EPQ recheck for TID Range ScanDavid Rowley
2025-09-16Add missing EPQ recheck for TID ScanDavid Rowley
2025-09-11Add test for temporal referential integrityÁlvaro Herrera
2025-09-11Fill testing gap for possible referential integrity violationÁlvaro Herrera
2025-09-05Fix concurrent update issue with MERGE.Dean Rasheed
2025-08-29Fix typo in isolation test specDaniel Gustafsson
2025-08-27Put back intra-grant-inplace.spec test coveragePeter Eisentraut
2025-08-17Remove md5() call from isolation test for CLUSTER and TOASTMichael Paquier
2025-08-17Add isolation test for TOAST value reuse during CLUSTERMichael Paquier
2025-08-13Add very basic test for kill_prior_tuplesAndres Freund
2025-07-18Fix concurrent update trigger issues with MERGE in a CTE.Dean Rasheed
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-09Fix performance issue in deadlock-parallel isolation test.Tom Lane
2025-04-02Add test for HeapBitmapScan's broken skip_fetch optimizationAndres Freund
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-15Proper object locking for GRANT/REVOKEPeter Eisentraut
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-28Remove configuration-dependent output from new inplace-inval test.Noah Misch
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-25Add EvalPlanQual delete returning isolation testAlexander Korotkov
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-25Remove flaky isolation tests for timeoutsAlexander Korotkov
2024-02-16Remove remaining references to timeouts-longAlexander Korotkov
2024-02-16Remove timeouts-long.outAlexander Korotkov
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov