aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove unused InhPathsAlvaro Herrera2014-11-15
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-03
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-29
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Default values for function argumentsPeter Eisentraut2008-12-04
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Support the syntaxTom Lane2006-04-15
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* pgindent run.Bruce Momjian2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21