| Age | Commit message (Expand) | Author |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-12 | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian |
| 2000-06-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-05-12 | Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
| 2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
| 2000-03-17 | Add safety check on expression nesting depth. Default value is set by | Tom Lane |
| 2000-03-16 | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-02-26 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
| 2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 1999-12-12 | any_ordering_op()'s argument should be declared Oid not int. | Tom Lane |
| 1999-12-10 | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane |
| 1999-11-01 | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane |
| 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 |