aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* 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/parser/.Tom Lane2003-07-19
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Fix compile warnings.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* markTargetListOrigin neglected to handle outer-scope Vars properly;Tom Lane2003-05-31
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* [ Revert patch ]Bruce Momjian2003-02-13
* > =================================================================Bruce Momjian2003-02-13
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-28
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* 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 representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-05
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-02
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Another go-round with FigureColname, to produce less surprising resultsTom Lane2001-10-08
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Simplify and clean up FigureColname; make it work without coredumpingTom Lane2001-09-17
* Bug #1: attribute name when column is type cast:Bruce Momjian2001-09-10
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-24
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-23
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14