summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
AgeCommit message (Expand)Author
2021-03-31Add errhint_plural() function and make use of itPeter Eisentraut
2021-03-27Extended statistics on expressionsTomas Vondra
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-10-27Add select_common_typmod()Peter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
2019-11-12Finish reverting commit 0a52d378b.Tom Lane
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-07-21Remove no-longer-helpful reliance on fixed-size local array.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
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