| Age | Commit message (Expand) | Author |
| 1998-04-27 | This patch... | Bruce Momjian |
| 1998-04-15 | Move HAVING function to proper file. | Bruce Momjian |
| 1998-04-13 | Cleanup up code. | Bruce Momjian |
| 1998-04-06 | Cleanup of compiler warnings. | Bruce Momjian |
| 1998-04-06 | Hi, | Bruce Momjian |
| 1998-04-02 | Fix merging pathes of pruned rels ("indices are unused" problem). | Vadim B. Mikheev |
| 1998-03-31 | Small HAVING cleanup. | Bruce Momjian |
| 1998-03-31 | Merge rename name page into alter table. Fix UNION with DISTINCT | Bruce Momjian |
| 1998-03-30 | documentation for HAVING, clean up UNION comment. | Bruce Momjian |
| 1998-03-30 | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian |
| 1998-03-30 | I started adding the Having Clause and it works quite fine for | Bruce Momjian |
| 1998-03-16 | Fix for Datasize = 0 error, from Vadim. | Bruce Momjian |
| 1998-03-16 | subselect notes from Vadim. | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-13 | Support for subselects. | Vadim B. Mikheev |
| 1998-02-13 | Call union_planner() instead of planner(). | Vadim B. Mikheev |
| 1998-02-13 | Old planner() becomes union_planner(); new planner() makes initialization | Vadim B. Mikheev |
| 1998-02-13 | Quite limited support for subselects in clausesel.c. | Vadim B. Mikheev |
| 1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian |
| 1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian |
| 1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
| 1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian |
| 1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
| 1998-01-15 | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian |
| 1998-01-14 | Function cleanupo for List* when it should be Node *. | Bruce Momjian |
| 1998-01-14 | Cleanup of prototypes. FIx for PQtrace start/stop several times. | Bruce Momjian |
| 1998-01-13 | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier |
| 1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | 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 |
| 1997-12-29 | Fix for ORDER BY in UNION. | Bruce Momjian |
| 1997-12-29 | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian |
| 1997-12-27 | UNION work for UNION ALL and other union stuff. | Bruce Momjian |
| 1997-12-26 | Cleaning GCC warnings. | Vadim B. Mikheev |
| 1997-12-24 | Implementation of UNIONs. | Bruce Momjian |
| 1997-12-23 | Remove regression in function. | Bruce Momjian |
| 1997-12-22 | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian |
| 1997-12-21 | Remove some recursion in optimizer and clean up some code there. | Bruce Momjian |
| 1997-12-20 | Fix aggregates on inherited tables. | Bruce Momjian |
| 1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
| 1997-12-19 | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier |
| 1997-12-18 | Remove init_query_planner(), merged into planner(). | Bruce Momjian |
| 1997-12-18 | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian |
| 1997-12-18 | Cost cleanup. | Bruce Momjian |
| 1997-12-18 | Cost cleanup. | Bruce Momjian |
| 1997-12-18 | Fix Query handling for inheritance, and cost computations. | Bruce Momjian |
| 1997-12-17 | Add optimizer README file. | Bruce Momjian |
| 1997-12-11 | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |