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