aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-31
* Extended statistics on expressionsTomas Vondra2021-03-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-04
* Add select_common_typmod()Peter Eisentraut2020-10-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor parser's generation of Var nodes.Tom Lane2019-12-26
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Remove no-longer-helpful reliance on fixed-size local array.Tom Lane2019-07-21
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Generated columnsPeter Eisentraut2019-03-30
* Add unreachable "break" to satisfy -Wimplicit-fallthrough.Tom Lane2019-03-23
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-21
* Standardize some more loops that chase down parallel lists.Tom Lane2019-02-28
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add separate error message for procedure does not existPeter Eisentraut2018-07-07
* Consider syntactic form when disambiguating function vs column reference.Tom Lane2018-06-18
* Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane2018-06-16
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-10
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix crash when using CALL on an aggregatePeter Eisentraut2017-12-13
* SQL proceduresPeter Eisentraut2017-11-30
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Support domains over composite types.Tom Lane2017-10-26
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-06
* Make more use of castNode()Peter Eisentraut2017-02-21
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13