aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane2000-03-24
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-01
* Changed execution time of ON <event> RESTRICT referentialJan Wieck2000-02-29
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Enabling automatic primary key detection for self-referencingJan Wieck2000-02-05
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-04
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane2000-01-22
* Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane2000-01-20
* Fix broken FOR UPDATE error message.Tom Lane2000-01-16
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-10
* Changed "triggered data change violation" detection codeJan Wieck2000-01-06
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-06
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* 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
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Repair the check for redundant UNIQUE and PRIMARY KEY indices.Thomas G. Lockhart1999-08-15
* 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
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* Instead of failing when the constructed name for a sequence,Tom Lane1999-06-05
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Detect case of invalid use of GROUP BY when there are noTom Lane1999-05-23
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Prior patch added 2 more characters to string allocatedTom Lane1999-05-17
* Add double quotes around the sequence name generated to support theThomas G. Lockhart1999-05-13
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart1999-05-12
* Put in explicit checks for implicit index name lengths.Thomas G. Lockhart1999-02-23
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13