summaryrefslogtreecommitdiff
path: root/src/test/isolation/expected/eval-plan-qual.out
AgeCommit message (Expand)Author
2 daysFix rowmark handling for non-relation RTEs during executor initAmit Langote
2025-10-16Fix EPQ crash from missing partition directory in EStateAmit Langote
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
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-03-25Add EvalPlanQual delete returning isolation testAlexander Korotkov
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2020-01-28Fix dangling pointer in EvalPlanQual machinery.Tom Lane
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-04-09Test some more cases with partitioned tables in EvalPlanQual.Tom Lane
2019-04-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-03-23Expand EPQ tests for UPDATEs and DELETEsAndres Freund
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-04-14Improve regression test coverage of expand_tuple().Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2015-07-29Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2012-01-28Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane