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
Age
Commit message (
Expand
)
Author
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-22
Backport: Mark assorted GUC variables as PGDLLIMPORT.
Andres Freund
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
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-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-04-07
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-03
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-31
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-28
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-14
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
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-27
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
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-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-06-26
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-21
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
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-12
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
[next]