summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-231-3/+5
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-211-1/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+5
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-22/+31
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-4/+4
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-76/+66
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-3/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-40/+53
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-2/+2
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-1/+7
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-12/+43
* Add:Bruce Momjian2000-01-261-2/+3
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-6/+7
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-61/+2
* Make number of args to a function configurable.Bruce Momjian2000-01-101-3/+3
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-7/+7
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-011-17/+18
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-191-630/+244
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1