| Age | Commit message (Expand) | Author |
| 2000-12-08 | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane |
| 2000-12-08 | REINDEX under WAL. | Hiroshi Inoue |
| 2000-12-07 | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane |
| 2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
| 2000-12-06 | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane |
| 2000-12-05 | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-12-03 | Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com. | Thomas G. Lockhart |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-02 | Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically | Tom Lane |
| 2000-12-01 | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane |
| 2000-12-01 | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane |
| 2000-12-01 | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane |
| 2000-11-30 | Make default socket directory location configurable from config.h. | Tom Lane |
| 2000-11-30 | Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting | Peter Eisentraut |
| 2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
| 2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
| 2000-11-30 | XLOG stuff for sequences. | Vadim B. Mikheev |
| 2000-11-30 | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
| 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 |