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
/
backend
/
optimizer
/
plan
Age
Commit message (
Expand
)
Author
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2019-11-06
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-07-03
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-06
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
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-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-10-26
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-09-17
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.
Tom Lane
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-03-31
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-02
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2016-12-13
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-11-25
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-21
Fix test for subplans in force-parallel mode.
Tom Lane
2016-11-10
Fix partial aggregation for the case of a degenerate GROUP BY clause.
Tom Lane
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-07-23
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-03
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-02
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-01
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-06-29
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-28
Don't apply sortgroupref labels to a tlist that might not match.
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-18
Still another try at fixing scanjoin_target insertion into parallel plans.
Tom Lane
2016-06-17
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-13
In planner.c, avoid assuming that all PathTargets have sortgrouprefs.
Tom Lane
[next]