summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
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
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-11Use extensible buffers to assemble command linesPeter Eisentraut
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart