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
/
nodes
Age
Commit message (
Expand
)
Author
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-27
Fix thinko in copyParamList.
Robert Haas
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-07
Fix typo in comment.
Robert Haas
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
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
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-10
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-31
Mirror struct Aggref field order in _copyAggref().
Noah Misch
2016-05-23
Support IndexElem in raw_expression_tree_walker().
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-04-27
Remove inadvertently commited vim swapfile.
Robert Haas
2016-04-27
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-11
Fix whitespace
Peter Eisentraut
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
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
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
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-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-19
Fix missed update in _readForeignScan().
Tom Lane
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Improve check for overly-long extensible node name.
Robert Haas
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-01
Fix mistake in extensible node code.
Robert Haas
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
[next]