summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-4/+4
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-3/+7
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-7/+11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-34/+13
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-051-2/+12
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-021-5/+1
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-5/+19
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-2/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-28/+76
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-42/+24
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-14/+7
* Another go-round with FigureColname, to produce less surprising resultsTom Lane2001-10-081-22/+45
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-2/+15
* Simplify and clean up FigureColname; make it work without coredumpingTom Lane2001-09-171-26/+16
* Bug #1: attribute name when column is type cast:Bruce Momjian2001-09-101-2/+5
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-091-4/+5
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-241-5/+3