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