| Age | Commit message (Expand) | Author |
| 2000-04-08 | Tweak TypeCategory to treat new BIT types as of STRING category, rather | Tom Lane |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-03-31 | New coding for SET provoked a 'var might be used uninitialized' warning | Tom Lane |
| 2000-03-30 | Enable more flexible syntax for the SET command. Now allows single floats, | Thomas G. Lockhart |
| 2000-03-27 | Allow full type names in CREATE FUNCTION arguments and return type. | Thomas G. Lockhart |
| 2000-03-24 | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane |
| 2000-03-23 | Remove no-longer-necessary restriction against uplevel correlation vars | Tom Lane |
| 2000-03-23 | Hack parse_coerce so it won't try to constant-fold the dummy Const | Tom Lane |
| 2000-03-21 | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart |
| 2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
| 2000-03-20 | Emit 'this operator is deprecated' warnings for ':' and ';'. | Tom Lane |
| 2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
| 2000-03-20 | Add FORCE keyword to ColID | Hiroshi Inoue |
| 2000-03-19 | transformExpr() did the Wrong Thing if applied to a SubLink node that | Tom Lane |
| 2000-03-19 | Another go-round with resolution of ambiguous functions and operators. | Tom Lane |
| 2000-03-19 | In can_coerce_type, verify that a possible type-coercion function | Tom Lane |
| 2000-03-18 | Improve error message wording in unary_op_error() --- suggest that | Tom Lane |
| 2000-03-18 | Modify lexing of multi-char operators per pghackers discussion around | Tom Lane |
| 2000-03-18 | Just noticed that the grammar actually has no provision for '+' as a | Tom Lane |
| 2000-03-18 | Add translation of timespan to interval. | Bruce Momjian |
| 2000-03-17 | Add safety check on expression nesting depth. Default value is set by | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-16 | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane |
| 2000-03-15 | Tweak GROUP BY so that it will still accept result-column names, but only | Tom Lane |
| 2000-03-15 | Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-13 | Performance improvement for lexing long strings: increase flex's | Tom Lane |
| 2000-03-12 | Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from the | Tom Lane |
| 2000-03-12 | Clean up grammar's handling of NULL in expressions: a_expr_or_null is | Tom Lane |
| 2000-03-11 | Make TypeCategory think that NAME is a member of type | Tom Lane |
| 2000-03-11 | Further fixes for bogus list-slinging, scribbling on input, etc in type | Tom Lane |
| 2000-03-11 | Finish cleaning up backend's handling of /* ... */ and -- comments, | Tom Lane |
| 2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
| 2000-03-07 | Someone (probably me) forgot about handling of typecasts applied to | Tom Lane |
| 2000-03-01 | Simplify parsing of column constraints by treating constraint attributes | Tom Lane |
| 2000-02-29 | Changed execution time of ON <event> RESTRICT referential | Jan Wieck |
| 2000-02-27 | Add lztext to TypeCategory so that lztext OP text cases will work | Tom Lane |
| 2000-02-27 | Fix poorly worded error messages for unary operator type resolution | Tom Lane |
| 2000-02-26 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-26 | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane |
| 2000-02-24 | Suppress timespan and datetime ops from being brought in via pg_dump | Bruce Momjian |
| 2000-02-24 | Make make_const() check the size and precision of a T_Float Value, | Tom Lane |
| 2000-02-22 | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | Tom Lane |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-20 | Further cleanups for type coercion: treat the locution typename(argument) | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-20 | Fix broken list-slinging logic in func_select_candidate and | Tom Lane |
| 2000-02-20 | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane |
| 2000-02-20 | Fix SERIAL columns, which Thomas inadvertently broke parsing of. | Tom Lane |
| 2000-02-19 | Repair longstanding violation of SQL92 semantics: GROUP BY would | Tom Lane |