index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
README
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
1
-0
/
+21
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-57
/
+376
*
Allow parallel DISTINCT
David Rowley
2021-08-22
1
-0
/
+1
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-1
/
+1
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+1
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+1
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
1
-0
/
+1
*
Adjust indentation in src/backend/optimizer/README.
Etsuro Fujita
2020-05-22
1
-2
/
+2
*
Fix typos in README
Magnus Hagander
2020-05-18
1
-2
/
+2
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
1
-0
/
+27
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
1
-2
/
+11
*
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-31
1
-1
/
+1
*
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-09
1
-2
/
+2
*
Fix typo in README
Magnus Hagander
2018-06-07
1
-1
/
+1
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
1
-4
/
+6
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
1
-0
/
+14
*
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-26
1
-0
/
+1
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
1
-3
/
+3
*
Fix grammar.
Robert Haas
2017-10-28
1
-2
/
+2
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
1
-0
/
+26
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
1
-11
/
+10
*
Fix example plan in optimizer/README.
Tom Lane
2017-01-23
1
-3
/
+2
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-0
/
+1
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
1
-0
/
+102
*
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
1
-13
/
+0
*
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-30
1
-2
/
+13
*
Comment improvements for ForeignPath.
Robert Haas
2016-04-21
1
-1
/
+1
*
Fix typos.
Robert Haas
2016-03-17
1
-3
/
+3
*
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
1
-1
/
+4
*
Spell "parallel" correctly.
Tom Lane
2016-03-07
1
-1
/
+1
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
1
-20
/
+88
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
1
-1
/
+54
*
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-10-01
1
-1
/
+1
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
1
-6
/
+17
*
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-03
1
-1
/
+8
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
1
-7
/
+27
*
Fix some obsolete information in src/backend/optimizer/README.
Tom Lane
2013-11-05
1
-5
/
+2
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
1
-5
/
+4
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
1
-0
/
+14
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
1
-3
/
+3
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
1
-16
/
+5
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
1
-1
/
+16
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
1
-8
/
+34
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
1
-0
/
+8
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
1
-16
/
+113
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
1
-0
/
+1
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
1
-3
/
+33
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
1
-2
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
[next]