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
/
include
/
nodes
/
nodes.h
Age
Commit message (
Expand
)
Author
2017-09-18
Ensure that we don't read rule definition with portable input on
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-02-27
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-01-27
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-20
Logical replication
Peter Eisentraut
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-14
generate distributed grouping paths with a combine phase
Tomas Vondra
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-29
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
Add support for pushdown of Append and MergeAppend nodes.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
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-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
[next]