index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
paths.h
Age
Commit message (
Expand
)
Author
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-09
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-08
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-14
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-01-15
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-08-06
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-30
Remove dead code now that orindxpath.c is history.
Tom Lane
[next]