aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Revert error message change for may/can/might --- needs discussion.Bruce Momjian2007-01-31
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* 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
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add a hack requested by the JDBC driver writers: when a function'sTom Lane2005-06-22
* ParseComplexProjection should make use of expandRecordVariable so thatTom Lane2005-05-31
* Remove useless argtype_inherit() code, and make consequent simplifications.Tom Lane2005-04-23
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane2004-06-19
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix poor choice of error message in corner cases.Tom Lane2004-04-02
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-02
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Back out array mega-patch.Bruce Momjian2003-06-25
* Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26