summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run.Bruce Momjian2002-09-041-32/+35
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-20/+9
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-14/+35
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-24/+33
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-37/+3
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-19/+24
* Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane2002-05-031-2/+7
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-240/+117
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-36/+110
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-139/+76
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-2/+2
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-7/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-9/+15
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-3/+6