aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* First step done,Marc G. Fournier1998-02-21
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-11
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-10
* Remove old quel labels.Bruce Momjian1998-01-09
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-27
* Implementation of UNIONs.Bruce Momjian1997-12-24
* Change field name in RetrieveStmt from selectClause to unionClause.Thomas G. Lockhart1997-12-23
* Change Constraint structure to be a full node structure.Thomas G. Lockhart1997-12-04
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Archive cleanups.Bruce Momjian1997-11-21
* More archive cleanup.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* MOVE implementation (added bool ismove to FetchStmt).Vadim B. Mikheev1997-09-29
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* + Member for actions in CreateTrigStmt.Vadim B. Mikheev1997-09-01
* Add structure for subselects.Thomas G. Lockhart1997-09-01
* CREATE/DROP TRIGGER statement nodesVadim B. Mikheev1997-08-31
* ConstraintDef changedVadim B. Mikheev1997-08-22
* + struct ConstaintDef - for constraints.Vadim B. Mikheev1997-08-21
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-20
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev1997-04-29
* 1. VariableShowStmt and VariableResetStmt added.Vadim B. Mikheev1997-04-23
* Put resdom into GroupClause (GROUP BY func_results)Vadim B. Mikheev1997-04-05
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-02
* New node T_CreateSeqStmt.Vadim B. Mikheev1997-04-02
* Change EXPLAIN options to just use VERBOSE.Bruce Momjian1997-01-16
* Added VERBOSE option to vacuum command.Bruce Momjian1997-01-13
* Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian1996-12-17
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-03
* Parser OverhaulBruce Momjian1996-10-30
* Almost have access/common cleaned up...Marc G. Fournier1996-10-19