index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
Fix parallel hash join path search.
Robert Haas
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
[next]