| Age | Commit message (Expand) | Author |
| 2000-10-08 | Add runtime configuration option "silent_mode". | Tatsuo Ishii |
| 2000-10-08 | Back out: | Bruce Momjian |
| 2000-10-08 | Hello, | Bruce Momjian |
| 2000-10-07 | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut |
| 2000-10-07 | The beos port in the source tree doesn't even compile. and even | Bruce Momjian |
| 2000-10-07 | New beos files. FAQ cleanup. | Bruce Momjian |
| 2000-10-07 | Second thoughts about where to put DeferredTriggerEndQuery() call. | Tom Lane |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message. | Tom Lane |
| 2000-10-05 | Clean up gcc warning, fix inappropriate choice of configuration symbol. | Tom Lane |
| 2000-10-05 | Suppress gcc warnings. | Tom Lane |
| 2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-10-04 | Btree WAL logging. | Vadim B. Mikheev |
| 2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
| 2000-10-02 | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut |
| 2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
| 2000-10-02 | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian |
| 2000-10-02 | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane |
| 2000-09-30 | Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes | Tom Lane |
| 2000-09-29 | Please apply the following patch to fix problems with the AIX port | Bruce Momjian |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
| 2000-09-29 | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut |
| 2000-09-29 | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut |
| 2000-09-29 | BufferAlloc() doesn't allocate write error buffers. | Hiroshi Inoue |
| 2000-09-29 | avoid database-wide restart on write error | Hiroshi Inoue |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-09-27 | Reset current user id to session user id during transaction abort | Peter Eisentraut |
| 2000-09-25 | When the RI triggers lock the PK table, temporarily switch the current user | Peter Eisentraut |
| 2000-09-25 | Correct error in grammar for subselect-in-FROM: SQL spec does not allow | Tom Lane |
| 2000-09-25 | Use variable aliases, if supplied, rather than real column names in | Tom Lane |
| 2000-09-25 | System neglected to complain about ungrouped variables passed to | Tom Lane |
| 2000-09-25 | the patch include: | Bruce Momjian |
| 2000-09-25 | Acquire read lock on a buffer while writing it out, to prevent | Tom Lane |
| 2000-09-23 | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane |
| 2000-09-22 | SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases. | Tom Lane |
| 2000-09-20 | Fix coredump in copyCommentStmt(). | Tom Lane |
| 2000-09-19 | Make sure that FlushRelationBuffers() is invoked by all paths through | Tom Lane |
| 2000-09-19 | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-18 | Make rule lister use aliases from FROM clause when a table column has | Tom Lane |
| 2000-09-17 | Parse JOIN/ON conditions with the proper visibility of input columns, | Tom Lane |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Fix relation-to-view conversion so that it doesn't try to convert a plain | Tom Lane |
| 2000-09-12 | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane |
| 2000-09-12 | Remove incorrect extra heap_close when deleting a builtin function. | Tom Lane |
| 2000-09-12 | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart |