aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* 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
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-27
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-25
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-21
* Hi!Bruce Momjian1999-01-18
* Many more cleanups...Marc G. Fournier1998-12-14
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Fix for serial creation.Bruce Momjian1998-10-28
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-25
* Support specifying PRIMARY KEY for the SERIAL type.Thomas G. Lockhart1998-09-16
* Allow insert statements to have every columnThomas G. Lockhart1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Make attalign match type alignment.Bruce Momjian1998-08-26
* Fix up crashing symptoms for new serial type by making sure constraintThomas G. Lockhart1998-08-26
* Support SERIAL column type. Expand column marked is_sequence into threeThomas G. Lockhart1998-08-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-18
* makeTargetEntry cleanup.Bruce Momjian1998-07-20
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-20
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* Fix up a couple of comments broken by the automatic indenting process.Thomas G. Lockhart1998-05-29
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09
* Small HAVING cleanup.Bruce Momjian1998-03-31
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* FIx hasSubLinks for Vadim.Bruce Momjian1998-02-06