index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2017-02-21
Suppress unused-variable warning.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Add optimizer and executor support for parallel index-only scans.
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-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
Remove duplicate code in planner.c.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-02-02
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-01-27
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-23
Fix example plan in optimizer/README.
Tom Lane
2017-01-19
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Factor out logic for computing number of parallel workers.
Robert Haas
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-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-13
Fix cardinality estimates for parallel joins.
Robert Haas
2017-01-04
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Refactor merge path generation code.
Robert Haas
2016-12-17
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-12-13
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-30
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.
Tom Lane
2016-11-29
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-11-29
Fix estimate_expression_value to constant-fold SQLValueFunction nodes.
Tom Lane
2016-11-28
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-25
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-23
Avoid masking a function parameter name with a local variable name.
Tom Lane
2016-11-21
Fix optimization for skipping searches for parallel-query hazards.
Tom Lane
2016-11-21
Fix test for subplans in force-parallel mode.
Tom Lane
2016-11-19
Fix latent costing error in create_merge_append_path.
Tom Lane
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
Fix partial aggregation for the case of a degenerate GROUP BY clause.
Tom Lane
2016-11-05
Adjust cost_merge_append() to reflect use of binaryheap_replace_first().
Tom Lane
2016-11-02
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-10-30
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-15
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-09-27
Disallow pushing volatile quals past set-returning functions.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-19
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
[next]