summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()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-20Logical replicationPeter Eisentraut
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-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-07Improve documentation of struct ParseState.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
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-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-15Improve representation of PlanRowMark.Tom Lane