| Age | Commit message (Expand) | Author |
| 2000-10-01 | Fix quoting bug | Peter Eisentraut |
| 2000-10-01 | Fix test order | Peter Eisentraut |
| 2000-09-30 | Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes | Tom Lane |
| 2000-09-30 | Convert more charset/locale documentation to DocBook | Peter Eisentraut |
| 2000-09-30 | fix shell bug | Peter Eisentraut |
| 2000-09-30 | Update FAQ. | Bruce Momjian |
| 2000-09-30 | Update TODO list. | Bruce Momjian |
| 2000-09-29 | autoconf | Bruce Momjian |
| 2000-09-29 | Please apply the following patch to fix problems with the AIX port | Bruce Momjian |
| 2000-09-29 | Add `id' attributes to all `chapter' and `sect1' tags, to generate useful | Peter Eisentraut |
| 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 | Enable initdb to create several levels of directories for PGDATA, if | Peter Eisentraut |
| 2000-09-29 | Linking with -lc or -lm crashes on Cygwin; filter out those libraries from | 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-28 | Cygwin doesn't have DST before 1970 either | Peter Eisentraut |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-09-27 | Change with delimiters to using delimiters in psql manual page. | Bruce Momjian |
| 2000-09-27 | Reset current user id to session user id during transaction abort | Peter Eisentraut |
| 2000-09-26 | - Synced preproc.y with gram.y. | Michael Meskes |
| 2000-09-26 | Fix compile error in ecpg when enable-multibyte is on. This is due to | Tatsuo Ishii |
| 2000-09-25 | document configure --without-tk | Peter Eisentraut |
| 2000-09-25 | When the RI triggers lock the PK table, temporarily switch the current user | Peter Eisentraut |
| 2000-09-25 | Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, | 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 | Karel missed an ichar->chr ... | Tom Lane |
| 2000-09-25 | Change // to /*. | Bruce Momjian |
| 2000-09-25 | the patch include: | Bruce Momjian |
| 2000-09-25 | disable plperl again. | Bruce Momjian |
| 2000-09-25 | Acquire read lock on a buffer while writing it out, to prevent | Tom Lane |
| 2000-09-24 | Tweak resultmap so that geometry regress test selects the right comparison | Tom Lane |
| 2000-09-23 | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane |
| 2000-09-23 | These are obsolete. | Peter Eisentraut |
| 2000-09-22 | Don't free() the result of getpwuid(). | Peter Eisentraut |
| 2000-09-22 | SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases. | Tom Lane |
| 2000-09-22 | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane |
| 2000-09-21 | Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something | Peter Eisentraut |
| 2000-09-21 | *** empty log message *** | Michael Meskes |
| 2000-09-20 | Fix coredump in copyCommentStmt(). | Tom Lane |
| 2000-09-20 | *** empty log message *** | Michael Meskes |
| 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-19 | *** empty log message *** | Michael Meskes |
| 2000-09-18 | Make rule lister use aliases from FROM clause when a table column has | Tom Lane |