summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAgeFilesLines
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-4/+6
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-4/+4
* Revert error message change for may/can/might --- needs discussion.Bruce Momjian2007-01-311-3/+3
* Update documentation on may/can/might:Bruce Momjian2007-01-311-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-28/+26
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Support the syntaxTom Lane2006-04-151-60/+99
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-24/+38
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-25/+25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-125/+116
* Add a hack requested by the JDBC driver writers: when a function'sTom Lane2005-06-221-17/+32
* ParseComplexProjection should make use of expandRecordVariable so thatTom Lane2005-05-311-5/+15
* Remove useless argtype_inherit() code, and make consequent simplifications.Tom Lane2005-04-231-251/+45
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-25/+28
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-12/+26
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-24/+24
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane2004-06-191-30/+10
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-5/+6
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-7/+7
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-60/+56
* Fix poor choice of error message in corner cases.Tom Lane2004-04-021-2/+3
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-021-188/+84
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-6/+6
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-4/+5
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-9/+9
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-39/+43
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-6/+18
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-40/+71
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-55/+64
* Back out array mega-patch.Bruce Momjian2003-06-251-2/+1
* Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane2003-06-251-49/+76
* Array mega-patch.Bruce Momjian2003-06-241-1/+2
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-061-3/+5
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-98/+115
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-5/+11
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-3/+3