| Age | Commit message (Expand) | Author |
| 1998-10-02 | the following little patch adds array references to query | Bruce Momjian |
| 1998-10-01 | Fix for constbyval. | Bruce Momjian |
| 1998-10-01 | Get rid of some long-dead code that thinks NOTIFY is passed to the | Tom Lane |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-08-26 | Make attalign match type alignment. | Bruce Momjian |
| 1998-08-25 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1998-08-25 | Add is_sequence flag to ColumnDef structure. Used to implement SERIAL type. | Thomas G. Lockhart |
| 1998-08-24 | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian |
| 1998-08-18 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-08-10 | Cleanup optimizer function names and clarify code. | Bruce Momjian |
| 1998-08-05 | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier |
| 1998-08-04 | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian |
| 1998-08-03 | Update mark/reset index code for multiple indexes, (OR code). | Bruce Momjian |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
| 1998-07-20 | makeTargetEntry cleanup. | Bruce Momjian |
| 1998-07-18 | Rename Rel to RelOptInfo. | Bruce Momjian |
| 1998-07-15 | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-21 | Constlen can be -1, so make it a signed type. | Bruce Momjian |
| 1998-02-21 | First step done, | Marc G. Fournier |
| 1998-02-18 | GroupState changed. | Vadim B. Mikheev |
| 1998-02-13 | New SubPlan node for subselects. | Vadim B. Mikheev |
| 1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
| 1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian |
| 1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
| 1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
| 1998-01-19 | Fix problem with nodes handling. | Bruce Momjian |
| 1998-01-19 | Create SubLink nodes in parser for Vadim. | Bruce Momjian |
| 1998-01-17 | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian |
| 1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian |
| 1998-01-15 | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian |
| 1998-01-11 | Add UNION, GROUP, DISTINCT to INSERT. | Bruce Momjian |
| 1998-01-10 | Bye CursorStmt, now use SelectStmt. | Bruce Momjian |
| 1998-01-09 | Remove old quel labels. | Bruce Momjian |
| 1998-01-09 | Remove old quel labels. | Bruce Momjian |
| 1998-01-04 | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian |
| 1997-12-27 | UNION work for UNION ALL and other union stuff. | Bruce Momjian |
| 1997-12-24 | Implementation of UNIONs. | Bruce Momjian |
| 1997-12-23 | Change field name in RetrieveStmt from selectClause to unionClause. | Thomas G. Lockhart |
| 1997-12-18 | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian |
| 1997-12-04 | Change Constraint structure to be a full node structure. | Thomas G. Lockhart |
| 1997-12-04 | Add Constraint node type. | Thomas G. Lockhart |
| 1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |