aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
...
* 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
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-24
* Fix case where a function in FROM returns a scalar type, but isTom Lane2002-10-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane2002-05-03