| Age | Commit message (Expand) | Author |
| 2000-03-23 | Hack parse_coerce so it won't try to constant-fold the dummy Const | Tom Lane |
| 2000-03-23 | ExecSubPlan needs to be able to cope with RelabelType nodes atop the | Tom Lane |
| 2000-03-23 | If we cannot get a real estimate for the selectivity of a range query, | Tom Lane |
| 2000-03-23 | Improve selectivity estimation involving string constants: pay attention | Tom Lane |
| 2000-03-22 | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane |
| 2000-03-21 | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart |
| 2000-03-21 | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane |
| 2000-03-21 | Correct typo in error message. | Tom Lane |
| 2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
| 2000-03-20 | Turn XLOG off (do not create log file). | Vadim B. Mikheev |
| 2000-03-20 | Emit 'this operator is deprecated' warnings for ':' and ';'. | Tom Lane |
| 2000-03-20 | Update for BYTEAOID. | Bruce Momjian |
| 2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
| 2000-03-20 | Add FORCE keyword to ColID | Hiroshi Inoue |
| 2000-03-19 | cash_words_out function truncated its output by 1 character due to | Tom Lane |
| 2000-03-19 | Several calls to StrNCpy incorrectly subtracted 1 from the length arg, | Tom Lane |
| 2000-03-19 | Minor code rearrangement & doc improvement in eval_const_expressions(). | Tom Lane |
| 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 | Clean up minor compiler warnings. | 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 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-16 | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane |
| 2000-03-16 | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane |
| 2000-03-16 | Hi, | Bruce Momjian |
| 2000-03-15 | Update comment obsoleted by Thomas's latest fixes. | Tom Lane |
| 2000-03-15 | Tweak GROUP BY so that it will still accept result-column names, but only | Tom Lane |
| 2000-03-15 | Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the | Tom Lane |
| 2000-03-15 | Remove another incorrect UserAbortTransactionBlock() call. | Tom Lane |
| 2000-03-15 | Remove gratuitous and incorrect begin/commit transaction calls in | Tom Lane |
| 2000-03-15 | Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease | Tom Lane |
| 2000-03-14 | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-14 | Marginal performance improvement in LockBuffer --- calculate address | Tom Lane |
| 2000-03-14 | > I have improved the System V semaphore emulation of the QNX4 port. | Bruce Momjian |
| 2000-03-14 | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane |
| 2000-03-13 | Extend numeric_round and numeric_trunc to accept negative scale inputs | Tom Lane |
| 2000-03-13 | Remove unnecessary limitations on lengths of bpchar and varchar constants. | Tom Lane |
| 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 | Fix performance bug in constant-expression simplifier. After finding | Tom Lane |
| 2000-03-12 | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane |
| 2000-03-12 | Clean up grammar's handling of NULL in expressions: a_expr_or_null is | Tom Lane |
| 2000-03-11 | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane |