summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-1/+13
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-051-35/+15
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-8/+5
* ParseComplexProjection should make use of expandRecordVariable so thatTom Lane2005-05-311-4/+2
* On further experimentation, there were still a couple of bugs inTom Lane2005-04-251-43/+44
* Fix ExpandIndirectionStar to handle cases where the expression to beTom Lane2005-04-251-3/+151
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-44/+24
* Use a bitmapset instead of a list for duplicate-column checking inTom Lane2005-03-261-5/+9
* get_names_for_var didn't do recursion for unnamed JOIN vars quite right;Tom Lane2005-01-131-6/+11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Make error message more verbose, in hopes of avoiding misunderstandingsTom Lane2004-10-251-4/+6
* Come to think of it, functions in FROM have the same syntactic restrictionTom Lane2004-09-301-3/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-52/+52
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-8/+15
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane2004-06-191-91/+198
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-77/+323
* Some more de-FastList-ification.Tom Lane2004-06-011-21/+19
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-8/+8
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-8/+8
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+5
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-021-19/+2
* Try to make 'cross-database references are not implemented' errors aTom Lane2004-02-131-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-6/+11
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-81/+77
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-11/+11
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-18/+39
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-031-26/+20
* Fix compile warnings.Tom Lane2003-06-271-1/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-2/+2
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-251-10/+27
* markTargetListOrigin neglected to handle outer-scope Vars properly;Tom Lane2003-05-311-1/+8
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-1/+90
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-3/+4
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-5/+15
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+13
* [ Revert patch ]Bruce Momjian2003-02-131-20/+4
* > =================================================================Bruce Momjian2003-02-131-4/+20
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-2/+2
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-2/+2
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-10/+11
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-2/+2
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-2/+4
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-62/+14
* pgindent run.Bruce Momjian2002-09-041-20/+21
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-191-4/+1