summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-23Add unreachable "break" to satisfy -Wimplicit-fallthrough.Tom Lane
2019-03-21Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane
2019-02-28Standardize some more loops that chase down parallel lists.Tom Lane
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-20Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-07Add separate error message for procedure does not existPeter Eisentraut
2018-06-18Consider syntactic form when disambiguating function vs column reference.Tom Lane
2018-06-16Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-13Fix crash when using CALL on an aggregatePeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-10-26Support domains over composite types.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
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-13Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-03-14Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-02-21Make more use of castNode()Peter Eisentraut
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-17Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-03-21Support parallel aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-03-18Setup cursor position for schema-qualified elementsAlvaro Herrera
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-03Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane