| Age | Commit message (Expand) | Author |
| 2000-06-12 | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian |
| 2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
| 2000-06-09 | I have large database and with this DB work more users and I very need | 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-07 | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut |
| 2000-06-06 | typeTypeName() must return a pstrdup'd copy of the type name, not a | Tom Lane |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-06-01 | Lexer defended us against overlength plain identifiers, but not against | Tom Lane |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-27 | define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not | Tom Lane |
| 2000-05-26 | Generate a reasonable error message when an aggregate function is applied | Tom Lane |
| 2000-05-25 | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane |
| 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-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 |