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-04-11
Clean up foreign-key caching code in planner.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-07
Refactor join_is_removable() to separate out distinctness-proving logic.
Tom Lane
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-05
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-26
Avoid a couple of zero-divide scenarios in the planner.
Tom Lane
2016-03-25
Don't split up SRFs when choosing to postpone SELECT output expressions.
Tom Lane
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-18
Push scan/join target list beneath Gather when possible.
Robert Haas
2016-03-17
Fix typos.
Robert Haas
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-11
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-09
Fix incorrect tlist generation in create_gather_plan().
Tom Lane
2016-03-09
Improve handling of pathtargets in planner.c.
Tom Lane
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-08
Fix minor thinko in pathification code.
Tom Lane
2016-03-08
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-08
Comment update for fdw_recheck_quals.
Robert Haas
2016-03-08
Spell "parallel" correctly.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-29
Fix build under OPTIMIZER_DEBUG.
Tom Lane
2016-02-29
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-26
Add new FDW API to test for parallel-safety.
Robert Haas
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-11
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
Fix typo in comment.
Tom Lane
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-02
Don't test for system columns on join relations
Alvaro Herrera
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
Assert that create_unique_path returns non-NULL.
Robert Haas
[next]