| Age | Commit message (Expand) | Author |
| 1999-05-29 | Avoid redundant SysCache searches in coerce_type, for another | Tom Lane |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-22 | Fix for DEFAULT ''. | Bruce Momjian |
| 1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
| 1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
| 1999-03-10 | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane |
| 1999-02-23 | Add parameters to function calls to pass back table qualifications. | Thomas G. Lockhart |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-13 | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart |
| 1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
| 1999-01-18 | Hi! | Bruce Momjian |
| 1998-12-08 | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart |
| 1998-10-22 | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-08-25 | Make sure resdomno for update/insert match attribute number for | Bruce Momjian |
| 1998-08-14 | Include OID as a built-in type. | Thomas G. Lockhart |
| 1998-08-05 | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-07-08 | Include int8 as a built-in data type. | Thomas G. Lockhart |
| 1998-06-05 | I made several adjustments to my earlier patch to handle the | Bruce Momjian |
| 1998-05-29 | Define new routines oper_exact() and oper_inexact(). | Thomas G. Lockhart |
| 1998-05-29 | Add func_select_candidate() to allow use in unary operator parsing. | Thomas G. Lockhart |
| 1998-05-29 | Add NAMEOID as built-in type. | Thomas G. Lockhart |
| 1998-05-21 | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier |
| 1998-05-09 | Add capabilities for automatic type conversion. | Thomas G. Lockhart |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-13 | Atttypmod cleanup. | Bruce Momjian |
| 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-02-05 | func_error() changed so that if caller is passed with NULL value, its | Marc G. Fournier |
| 1998-02-05 | Fix up this so that it also doesn't use a caller variable... | Marc G. Fournier |
| 1998-01-31 | Inline fastgetattr and others so data access does not use function | 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 | 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-04 | Fix for count(*), aggs with views and multiple tables and sum(3). | 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-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 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 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-21 | More archive cleanup. | Bruce Momjian |
| 1997-11-21 | Remove unused files. | Bruce Momjian |