summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change resjunk to a boolean.Bruce Momjian1999-05-171-2/+2
* Prior patch added 2 more characters to string allocatedTom Lane1999-05-171-2/+2
* Add double quotes around the sequence name generated to support theThomas G. Lockhart1999-05-131-45/+18
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-31/+16
* Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart1999-05-121-24/+68
* Put in explicit checks for implicit index name lengths.Thomas G. Lockhart1999-02-231-15/+54
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-1/+5
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-2/+4
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-271-5/+2
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-251-2/+18
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-211-1/+5
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-211-2/+66
* Hi!Bruce Momjian1999-01-181-4/+113
* Many more cleanups...Marc G. Fournier1998-12-141-3/+1
* Implement CASE expression.Thomas G. Lockhart1998-12-041-13/+12
* Fix for serial creation.Bruce Momjian1998-10-281-11/+32
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-251-11/+7
* Support specifying PRIMARY KEY for the SERIAL type.Thomas G. Lockhart1998-09-161-7/+16
* Allow insert statements to have every columnThomas G. Lockhart1998-09-031-6/+21
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-48/+60
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* Make attalign match type alignment.Bruce Momjian1998-08-261-6/+6
* Fix up crashing symptoms for new serial type by making sure constraintThomas G. Lockhart1998-08-261-2/+3
* Support SERIAL column type. Expand column marked is_sequence into threeThomas G. Lockhart1998-08-251-3/+42
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-181-2/+26
* makeTargetEntry cleanup.Bruce Momjian1998-07-201-2/+2
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-6/+4
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-1/+25
* Fix up a couple of comments broken by the automatic indenting process.Thomas G. Lockhart1998-05-291-8/+11
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-1/+8