summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* This is mostly the same as an earlier patch IBruce Momjian2000-08-291-2/+149
* Make makeObjectName multibyte aware. Currently, it may produceTatsuo Ishii2000-08-221-1/+12
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-111-37/+49
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-2/+2
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-2/+3
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-151-2/+1
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-141-1/+33
* Remove memory leak from VACUUM parsing.Tom Lane2000-07-021-19/+1
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-34/+27
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-4/+4
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-4/+4
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-2/+2
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-335/+364
* transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane2000-03-241-18/+22
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-3/+31
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-011-16/+131
* Changed execution time of ON <event> RESTRICT referentialJan Wieck2000-02-291-27/+31
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-21/+28
* Enabling automatic primary key detection for self-referencingJan Wieck2000-02-051-3/+28
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-041-8/+252
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-17/+17
* Add:Bruce Momjian2000-01-261-2/+3
* Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane2000-01-221-1/+13
* Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane2000-01-201-3/+36
* Fix broken FOR UPDATE error message.Tom Lane2000-01-161-5/+7
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-3/+3
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-101-6/+6
* Changed "triggered data change violation" detection codeJan Wieck2000-01-061-125/+125
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-1/+3
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-061-19/+379
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-2/+5
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-011-23/+36
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-25/+7
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-76/+81
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-4/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-3/+1
* Repair the check for redundant UNIQUE and PRIMARY KEY indices.Thomas G. Lockhart1999-08-151-13/+33
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-191-141/+204
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-5/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-7/+1
* Instead of failing when the constructed name for a sequence,Tom Lane1999-06-051-85/+92
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-140/+153
* Detect case of invalid use of GROUP BY when there are noTom Lane1999-05-231-3/+3