summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-29/+39
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-7/+7
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-15/+9
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-241-2/+9
* Fix case where a function in FROM returns a scalar type, but isTom Lane2002-10-191-8/+25
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-22/+17