index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
expected
/
eval-plan-qual.out
Age
Commit message (
Expand
)
Author
2 days
Fix rowmark handling for non-relation RTEs during executor init
Amit Langote
2025-10-16
Fix EPQ crash from missing partition directory in EState
Amit Langote
2025-09-19
Fix EPQ crash from missing partition pruning state in EState
Amit Langote
2025-09-17
Add missing EPQ recheck for TID Range Scan
David Rowley
2025-09-16
Add missing EPQ recheck for TID Scan
David Rowley
2024-06-28
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-03-25
Add EvalPlanQual delete returning isolation test
Alexander Korotkov
2023-05-19
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
Use annotations to reduce instability of isolation-test results.
Tom Lane
2020-01-28
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-04-09
Test some more cases with partitioned tables in EvalPlanQual.
Tom Lane
2019-04-08
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-03-23
Expand EPQ tests for UPDATEs and DELETEs
Andres Freund
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-04-14
Improve regression test coverage of expand_tuple().
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-01-27
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2015-07-29
Add some test coverage of EvalPlanQual with non-locked tables.
Tom Lane
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2014-12-12
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2012-01-28
Add simple tests of EvalPlanQual using the isolationtester infrastructure.
Tom Lane