summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small HAVING cleanup.Bruce Momjian1998-03-311-2/+4
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-1/+3
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-301-1/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-91/+97
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+2
* FIx hasSubLinks for Vadim.Bruce Momjian1998-02-061-18/+27
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-4/+4
* Parser cleanup.Bruce Momjian1998-01-201-108/+34
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-191-3/+3
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-8/+7
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-111-2/+20
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-101-43/+13
* Remove old quel labels.Bruce Momjian1998-01-091-13/+13
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-13/+13
* Change some mallocs to palloc.Bruce Momjian1997-12-291-3/+2
* Fix for ORDER BY in UNION.Bruce Momjian1997-12-291-4/+3
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-291-71/+4
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-271-5/+64