| Age | Commit message (Expand) | Author |
| 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-16 | Check for null pointer returned from get_opname(). | Thomas G. Lockhart |
| 1998-08-04 | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian |
| 1998-08-01 | Allow index use with OR clauses. | Bruce Momjian |
| 1998-07-20 | Makefile removal of internal.c. | Bruce Momjian |
| 1998-07-20 | Cleanup makeTargetEntry and remove internal.c. | 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-14 | Major man page update from Tom Lane. c | Bruce Momjian |
| 1998-07-13 | Fix for AS name quotation problem. | Bruce Momjian |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-07-09 | Fix for views that use AS with two words. | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-05-09 | Add some more node print routines for debugging only | Thomas G. Lockhart |
| 1998-04-27 | FIx confusion over SORT and SORTCLAUSE in node handling. | Bruce Momjian |
| 1998-04-06 | Hi, | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-23 | Partial fix for select distinct in subselect. | Bruce Momjian |
| 1998-02-21 | Add handling for new RangeTblEntry column name. | 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-13 | Support 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-25 | Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashes | Marc G. Fournier |
| 1998-01-21 | Small varlena cleanup. | Bruce Momjian |
| 1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
| 1998-01-20 | Parser cleanup. | Bruce Momjian |
| 1998-01-19 | Fix problem with nodes handling. | 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 | Clean up of copyfuncs. | Bruce Momjian |
| 1998-01-09 | Yohoo UNIONS of VIEWS. | Bruce Momjian |
| 1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
| 1998-01-07 | Cleanup of outnodes. | Bruce Momjian |
| 1998-01-07 | Fix for views and outnodes. | Bruce Momjian |
| 1998-01-07 | Cleanup of outnode stuff. | Bruce Momjian |
| 1998-01-07 | Cleanup of outnode stuff. | Bruce Momjian |
| 1998-01-07 | Cleanup of outnode stuff. | Bruce Momjian |
| 1998-01-06 | Cleanup of sort nodes and use of strtoul . | Bruce Momjian |
| 1998-01-06 | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | 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 | Reverse out Thomas's group clause change. | Bruce Momjian |
| 1997-12-23 | Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de... | Bruce Momjian |