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
/
include
/
optimizer
/
paths.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
1
-1
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
1
-1
/
+4
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
1
-0
/
+1
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
1
-0
/
+2
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
1
-0
/
+3
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-0
/
+1
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
1
-3
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
1
-0
/
+5
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-82
/
+82
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
1
-0
/
+2
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
1
-1
/
+0
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
1
-8
/
+2
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-4
/
+4
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
1
-1
/
+2
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
1
-0
/
+2
*
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-26
1
-1
/
+2
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
1
-4
/
+6
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
1
-1
/
+1
*
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-09
1
-4
/
+4
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
1
-1
/
+2
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
1
-0
/
+5
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-14
/
+14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
1
-2
/
+2
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
1
-0
/
+2
*
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
1
-1
/
+3
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
1
-0
/
+2
*
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
1
-1
/
+2
*
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-15
1
-0
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
1
-0
/
+3
*
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-16
1
-0
/
+1
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
1
-2
/
+0
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
1
-0
/
+5
*
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-08
1
-0
/
+2
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
1
-1
/
+1
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
1
-5
/
+3
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
1
-0
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-22
1
-0
/
+3
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
1
-0
/
+2
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
1
-1
/
+2
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
1
-9
/
+5
[next]