| Age | Commit message (Expand) | Author |
| 2000-11-25 | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane |
| 2000-11-25 | Move connection defines to miscadmin.h. | Bruce Momjian |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-25 | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-24 | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut |
| 2000-11-24 | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane |
| 2000-11-22 | Recommit socket path fix. It works now. | Bruce Momjian |
| 2000-11-22 | Back out socket path until it works. | Bruce Momjian |
| 2000-11-22 | Back out socket file path change until it works. | Bruce Momjian |
| 2000-11-22 | Make socket option specify just the directory, not the full path. | Bruce Momjian |
| 2000-11-21 | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane |
| 2000-11-20 | No casting to LSN (XLogRecPtr) is required. | Vadim B. Mikheev |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-20 | Enable WAL in config.h, not Makefile.global. | Peter Eisentraut |
| 2000-11-20 | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut |
| 2000-11-20 | Compile WAL by default. | Vadim B. Mikheev |
| 2000-11-18 | Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where | Tom Lane |
| 2000-11-17 | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-16 | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian |
| 2000-11-15 | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut |
| 2000-11-14 | Minor cleanup of tableOid-related coding. | Tom Lane |
| 2000-11-14 | Clean up comments. | Tom Lane |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 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 | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-10 | pg_fsync is fsync in WAL version. | Vadim B. Mikheev |
| 2000-11-10 | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane |
| 2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-08 | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut |
| 2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
| 2000-11-06 | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-11-06 | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-11-05 | New CHECKPOINT command. | Vadim B. Mikheev |
| 2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
| 2000-11-04 | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut |
| 2000-11-03 | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut |
| 2000-11-03 | pg_variable is not used in WAL version now. | Vadim B. Mikheev |
| 2000-11-02 | Fix insufficiently-parenthesized macro definitions. | Tom Lane |
| 2000-11-01 | Add runtime configuration options to control permission bits and group | Peter Eisentraut |
| 2000-10-31 | This is the minimal version of the Darwin support patch from | Peter Eisentraut |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |