| Age | Commit message (Expand) | Author |
| 1998-07-15 | Allow UNION/UNION ALL in subselects. | Bruce Momjian |
| 1998-07-15 | Allow UNION in subselect. | Bruce Momjian |
| 1998-07-14 | Fix for UNION selects with constant NULL expressions; e.g. | Thomas G. Lockhart |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-07-12 | Print relation name before vacuum, results after vacuum. | Bruce Momjian |
| 1998-07-09 | Handle case of GROUP BY target list column number out of range. | Thomas G. Lockhart |
| 1998-07-08 | Allow floating point constants for "def_arg" numeric arguments. | Thomas G. Lockhart |
| 1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-06-13 | > I needed to do that for the web database that I'm setting up. We | Bruce Momjian |
| 1998-06-05 | I made several adjustments to my earlier patch to handle the | Bruce Momjian |
| 1998-05-29 | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart |
| 1998-05-29 | Fix up a couple of comments broken by the automatic indenting process. | Thomas G. Lockhart |
| 1998-05-21 | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier |
| 1998-05-13 | Remove extraneous -DPARSEDEBUG from CFLAGS options. | Thomas G. Lockhart |
| 1998-05-12 | Someone remove a #define too much from pg_proc.h which breaks | Bruce Momjian |
| 1998-05-09 | Add capabilities for automatic type conversion. | Thomas G. Lockhart |
| 1998-05-09 | Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | llow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart |
| 1998-05-09 | Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | Add parse_coerce.c for type conversion handling. | Thomas G. Lockhart |
| 1998-05-09 | Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | Allow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart |
| 1998-05-04 | Fix for missing parens with \g causing psql to get completely | Bruce Momjian |
| 1998-04-27 | This patch... | Bruce Momjian |
| 1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
| 1998-04-17 | Update HISTORY/TODO. Disable HAVING. | Bruce Momjian |
| 1998-04-17 | A few minor mods: | Marc G. Fournier |
| 1998-04-14 | Update gram.c.nd *.h files. | Bruce Momjian |
| 1998-04-13 | Cleanup up code. | Bruce Momjian |
| 1998-04-08 | Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR | Thomas G. Lockhart |
| 1998-04-08 | Temporarily back out fixes for unary minus parsing. | Thomas G. Lockhart |
| 1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
| 1998-04-06 | Hi, | Bruce Momjian |
| 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 | The following uuencoded, gzip'd file will ... | 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-26 | BETWEEN and LIKE patch from Thomas | Bruce Momjian |
| 1998-03-18 | Allow parsing expressions with ") -" (scan.l, scan.c only). | Thomas G. Lockhart |
| 1998-03-18 | Add checks for UNION target fields, and add optional TABLE to LOCK | Bruce Momjian |
| 1998-03-07 | Repair "LIKE" behavior with two adjacent wildcard characters ("_"). | Thomas G. Lockhart |
| 1998-02-27 | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier |
| 1998-02-27 | In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to | Vadim B. Mikheev |
| 1998-02-27 | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-25 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-21 | First step done, | Marc G. Fournier |
| 1998-02-18 | Start shipping gram.y products gram.c and parse.h to avoid having to build | Thomas G. Lockhart |