| Age | Commit message (Expand) | Author |
| 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 |
| 2000-09-12 | This patch implements the following command: | Bruce Momjian |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-12 | Previous patch backed out. | Bruce Momjian |
| 2000-09-12 | This patch is for the TODO item | Bruce Momjian |
| 2000-09-12 | O.K. - | Bruce Momjian |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 2000-09-06 | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-09-05 | Added functions | Jan Wieck |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-30 | AbortOutOfAnyTransaction() just before backend exit, to ensure that | Tom Lane |
| 2000-08-30 | SSL patch from Magnus | Bruce Momjian |
| 2000-08-30 | Improve the following. | Hiroshi Inoue |
| 2000-08-29 | Include kernel error message in failed-to-open file reports. | Tom Lane |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-29 | * to_char: | Bruce Momjian |
| 2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |