| Age | Commit message (Expand) | Author |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-16 | Update config.guess and config.sub to latest versions available from | Tom Lane |
| 2000-03-16 | Tweak horology regress test to ensure platform-independent ordering of | Tom Lane |
| 2000-03-16 | Since it has been confirmed working on the bugs list, please apply the | Bruce Momjian |
| 2000-03-16 | libpq++ Makefile uses -DDEBUG to turn on debugging trace to | Bruce Momjian |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-16 | Fixes for char_length() change. | Tatsuo Ishii |
| 2000-03-16 | Fixes for char_length() changes. | Tatsuo Ishii |
| 2000-03-16 | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane |
| 2000-03-16 | Fix for char_length() changes | Tatsuo Ishii |
| 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 | *** empty log message *** | Michael Meskes |
| 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 | Fix a couple of missed changes in expected results. | Tom Lane |
| 2000-03-15 | Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease | Tom Lane |
| 2000-03-14 | Repair unintentional damage to MULTIBYTE code. | 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 | > To make PostgreSQL compilable on Digital Unix I had to modify the | Bruce Momjian |
| 2000-03-14 | > Here is an extension of the regression test suite for Digital Unix | Bruce Momjian |
| 2000-03-14 | > Here is an extension of the regression test suite for Digital Unix | Bruce Momjian |
| 2000-03-14 | > The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken. | Bruce Momjian |
| 2000-03-14 | Detect postmaster being ready by calling psql -l rathern than | Tatsuo Ishii |
| 2000-03-14 | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane |
| 2000-03-13 | Fixed deficiency where an unterminated (no semicolon) command at end of | Peter Eisentraut |
| 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 |
| 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 | Karel Zakr's revised patch to fix psql prompt for local host connections. | Peter Eisentraut |
| 2000-03-11 | exec_simple_check_plan() must not allow a plan having initPlans or | Tom Lane |
| 2000-03-11 | Finish cleaning up backend's handling of /* ... */ and -- comments, | Tom Lane |
| 2000-03-11 | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane |
| 2000-03-11 | Update perl5's self-test for changed spelling of connection failure | Tom Lane |
| 2000-03-10 | *** empty log message *** | Michael Meskes |