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
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
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-27
Fix cost_rescan() to account for multi-batch hashing correctly.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-24
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-15
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-03
Typo fix.
Tom Lane
2016-07-03
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-03
Round rowcount estimate for a partial path to an integer.
Tom Lane
2016-07-02
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-02
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
Dodge compiler bug in Visual Studio 2013.
Tom Lane
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-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-21
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
[next]