| Age | Commit message (Expand) | Author |
| 2000-11-18 | Modify locale code to defend against possibility that it was compiled | Tom Lane |
| 2000-11-18 | Put back BufferSync() for WAL after database creation. | Tom Lane |
| 2000-11-17 | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut |
| 2000-11-17 | Fix bugs in EUC_TW support. This fix includes patches contributed | Tatsuo Ishii |
| 2000-11-17 | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii |
| 2000-11-17 | Fix spelling errors in error message. | Tom Lane |
| 2000-11-17 | Suppress occasional failure of final DROP DATABASE due to | Tom Lane |
| 2000-11-17 | GNUmakefile failed to provide a way to invoke perl Makefile's | Tom Lane |
| 2000-11-17 | Forgot to add ppport.h to MANIFEST. | Tom Lane |
| 2000-11-16 | Make a pstrdup copy of the literalbuf when scanning a bit string. Other- | Peter Eisentraut |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-16 | Print bit values as binary strings (not hex) | Peter Eisentraut |
| 2000-11-16 | Add support for casting bit string constants. | Peter Eisentraut |
| 2000-11-16 | Clean files after installing, since those files will most likely be root | Peter Eisentraut |
| 2000-11-16 | That variable I removed broke XLOG, that part of the delta | Bruce Momjian |
| 2000-11-16 | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian |
| 2000-11-16 | Syslog Facility Patch | Bruce Momjian |
| 2000-11-15 | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut |
| 2000-11-14 | Clean up array-dimensions parser a bit. | Tom Lane |
| 2000-11-14 | Fix return type | Peter Eisentraut |
| 2000-11-14 | spaces to tab | Peter Eisentraut |
| 2000-11-14 | Give GCC on Irix a (theoretical) chance. | Peter Eisentraut |
| 2000-11-14 | Minor cleanup of tableOid-related coding. | Tom Lane |
| 2000-11-14 | Clean up comments. | Tom Lane |
| 2000-11-14 | Small polishing of syslog facility and ident settings. Only allow setting | Peter Eisentraut |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-14 | Update and polish postmaster and postgres help output and man pages. | Peter Eisentraut |
| 2000-11-14 | Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() | Hiroshi Inoue |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
| 2000-11-13 | Ok, You guys are probably tired of me, BUT, here is another one, that | Bruce Momjian |
| 2000-11-13 | Fix for no hterror(). | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-13 | SearchSysCacheTupleCopy() instead of SearchSysCache() | Hiroshi Inoue |
| 2000-11-13 | prevent open failure of VIEW | Hiroshi Inoue |
| 2000-11-12 | Keep track of the last active slot in the shared ProcState array, so | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-11 | Make sure shell scripts send error messages to stderr. | Peter Eisentraut |
| 2000-11-11 | Allow more timezone-like interpretation of INTERVALs. | Thomas G. Lockhart |
| 2000-11-11 | Allow more timezone-like interpretation of INTERVALs. | Thomas G. Lockhart |
| 2000-11-11 | Check for existence of the results directory before invoking mkdir. | Thomas G. Lockhart |
| 2000-11-11 | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart |
| 2000-11-11 | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart |
| 2000-11-11 | Fix bug in recent improvement to type resolution code. Forgot to retain | Thomas G. Lockhart |
| 2000-11-10 | Update expected output to track recent code changes. | Tom Lane |
| 2000-11-10 | Update to PyGreSQL 3.1: | Bruce Momjian |
| 2000-11-10 | the bug was not fixed in the snapshot of November 5th. Also the enterprise | Bruce Momjian |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-10 | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue |
| 2000-11-10 | pg_fsync is fsync in WAL version. | Vadim B. Mikheev |