Commits

DateSubjectAuthorReleases
2019-09-15 Fix bogus sizeof calculations. Tom Lane 12.0
2019-08-12 Remove EState.es_range_table_array. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-08 Fix EvalPlanQualStart to handle partitioned result rels correctly. Tom Lane 10.8
2019-04-08 Fix EvalPlanQualStart to handle partitioned result rels correctly. Tom Lane 11.3
2019-04-08 Fix EvalPlanQualStart to handle partitioned result rels correctly. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-10-17 Improve some comments related to executor result relations. Tom Lane 12.0
2018-10-08 Avoid O(N^2) cost in ExecFindRowMark(). Tom Lane 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-06 Remove more redundant relation locking during executor startup. Tom Lane 12.0
2018-10-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-10-03 Change executor to just Assert that table locks were already obtained. Tom Lane 12.0
2018-10-02 Change rewriter/planner/executor/plancache to depend on RTE rellockmode. Tom Lane 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 11.0
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.5.15
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 10.6
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.4.20
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.3.25
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 9.6.11
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 12.0
2018-05-01 Clean up warnings from -Wimplicit-fallthrough. Tom Lane 11.0