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
/
parser
/
parse_relation.c
Age
Commit message (
Expand
)
Author
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-16
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
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-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-17
Message improvements
Peter Eisentraut
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-03
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-12
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-11
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-01-23
Add support for RETURNING clause in DMLs
Abbas
[next]