aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAge
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Proper object locking for GRANT/REVOKEPeter Eisentraut2024-11-15
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Remove configuration-dependent output from new inplace-inval test.Noah Misch2024-06-28
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Grammar fixes for split/merge partitions codeAlexander Korotkov2024-04-15
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Add EvalPlanQual delete returning isolation testAlexander Korotkov2024-03-26
* dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera2024-03-18
* Allow a no-wait lock acquisition to succeed in more cases.Robert Haas2024-03-14
* 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