aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Clean up #include's.Bruce Momjian2000-06-15
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-17
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-01
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-17
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-29
* pgindent run over code.Bruce Momjian1999-05-25
* Do not assign output columns to junk attributes created fromTom Lane1999-05-23
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* SELECT * error message fix.Bruce Momjian1999-05-17
* Defend against 'update oid'. Someday we might want to supportTom Lane1999-04-29
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Improve CASE statement support.Thomas G. Lockhart1998-12-13
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-25
* Fix for indexing problems.Bruce Momjian1998-09-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Fix for select bug.Bruce Momjian1998-08-26
* Cleanup of target file.Bruce Momjian1998-08-25
* Make sure resdomno for update/insert match attribute number forBruce Momjian1998-08-25
* cleanupBruce Momjian1998-08-23
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-05
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-20
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-08
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* I made several adjustments to my earlier patch to handle theBruce Momjian1998-06-05