| Age | Commit message (Expand) | Author |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-08-23 | Remove bogus code in oper_exact --- if it didn't find an exact | Tom Lane |
| 1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
| 1999-08-05 | Revise parse_coerce() to handle coercion of int and float | Tom Lane |
| 1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
| 1999-07-16 | More cleanup | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
| 1999-06-17 | Defend against function calls with more than 8 arguments (code | Tom Lane |
| 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 |