| Age | Commit message (Expand) | Author |
| 2000-11-21 | Install the sample pg_ident.conf file into /home/postgres/testversion/data, j... | Tom Lane |
| 2000-11-21 | Improve comments. | Tom Lane |
| 2000-11-21 | Improve comments in pg_hba.conf.sample and the associated SGML | Tom Lane |
| 2000-11-21 | Don't hide error message from dropdb. | Peter Eisentraut |
| 2000-11-21 | misc | Vadim B. Mikheev |
| 2000-11-21 | Fix OID bootstraping. | Vadim B. Mikheev |
| 2000-11-21 | Adjust opr_sanity.out for small change in OID allocation. | Tom Lane |
| 2000-11-21 | Add missing #include <errno.h>. | Tom Lane |
| 2000-11-21 | keep relations open until they are no longer needed. | Hiroshi Inoue |
| 2000-11-21 | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane |
| 2000-11-21 | Init ShmemVariableCache in BootStrapXLOG() | Vadim B. Mikheev |
| 2000-11-21 | Simplify definition of pg_tables and pg_views views by making use of | Tom Lane |
| 2000-11-21 | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane |
| 2000-11-20 | Fix yacc failures in preproc.y. | Tom Lane |
| 2000-11-20 | Silence gcc warnings. | 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 | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut |
| 2000-11-20 | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut |
| 2000-11-20 | Parser synced. | Michael Meskes |
| 2000-11-20 | Encoding patch to Connection by wrobell@posexperts.com.pl | Peter Mount |
| 2000-11-20 | Compile WAL by default. | Vadim B. Mikheev |
| 2000-11-20 | Eliminate unused-variable warning. | Tom Lane |
| 2000-11-19 | Fix typo. | Tom Lane |
| 2000-11-19 | Update README with proposed new method for determining calling convention | Tom Lane |
| 2000-11-18 | Polish error messages, help output, give marginal clue about command line | Peter Eisentraut |
| 2000-11-18 | Simplification: Build executable directly from .c file. | Peter Eisentraut |
| 2000-11-18 | Modify input and output routines to print plain binary strings without any | Peter Eisentraut |
| 2000-11-18 | Treat plain 'BIT' as 'BIT(1)'. | Peter Eisentraut |
| 2000-11-18 | Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where | Tom Lane |
| 2000-11-18 | AIX patches from Andreas. | Tom Lane |
| 2000-11-18 | Suppress 'comparison-is-always-true' warning on machines | Tom Lane |
| 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 |