summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
AgeCommit message (Expand)Author
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
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-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-31Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-27Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-02-21Make more use of castNode()Peter Eisentraut
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-12-04Don't mess up pstate->p_next_resno in transformOnConflictClause().Tom Lane
2016-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Disallow FOR UPDATE/SHARE for queries using SQL JOIN syntax.Pavan Deolasee
2016-10-18Block FOR SHARE/UPDATE for queries involving joinsPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-09-22C comment: fix function header commentBruce Momjian
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-08-03Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
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-07-24Fix bug around assignment expressions containing indirections.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-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-05Fix various merge mistakes uncovered during sanity testsPavan Deolasee
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee