| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc | Vadim B. Mikheev | 2000-11-21 | 1 | -2/+3 |
| * | Fix OID bootstraping. | Vadim B. Mikheev | 2000-11-21 | 2 | -32/+32 |
| * | Add missing #include <errno.h>. | Tom Lane | 2000-11-21 | 1 | -3/+4 |
| * | keep relations open until they are no longer needed. | Hiroshi Inoue | 2000-11-21 | 1 | -5/+9 |
| * | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 | 1 | -27/+68 |
| * | Init ShmemVariableCache in BootStrapXLOG() | Vadim B. Mikheev | 2000-11-21 | 1 | -1/+5 |
| * | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane | 2000-11-21 | 1 | -2/+9 |
| * | Silence gcc warnings. | Tom Lane | 2000-11-20 | 1 | -3/+3 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 8 | -195/+271 |
| * | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut | 2000-11-20 | 4 | -16/+11 |
| * | Compile WAL by default. | Vadim B. Mikheev | 2000-11-20 | 2 | -4/+4 |
| * | Fix typo. | Tom Lane | 2000-11-19 | 1 | -1/+1 |
| * | Update README with proposed new method for determining calling convention | Tom Lane | 2000-11-19 | 1 | -83/+173 |
| * | Modify input and output routines to print plain binary strings without any | Peter Eisentraut | 2000-11-18 | 1 | -17/+32 |
| * | Treat plain 'BIT' as 'BIT(1)'. | Peter Eisentraut | 2000-11-18 | 1 | -1/+5 |
| * | Suppress 'comparison-is-always-true' warning on machines | Tom Lane | 2000-11-18 | 1 | -2/+2 |
| * | Modify locale code to defend against possibility that it was compiled | Tom Lane | 2000-11-18 | 1 | -18/+32 |
| * | Put back BufferSync() for WAL after database creation. | Tom Lane | 2000-11-18 | 1 | -2/+13 |
| * | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut | 2000-11-17 | 1 | -2/+6 |
| * | Fix bugs in EUC_TW support. This fix includes patches contributed | Tatsuo Ishii | 2000-11-17 | 1 | -4/+11 |
| * | Fix spelling errors in error message. | Tom Lane | 2000-11-17 | 1 | -3/+3 |
| * | Make a pstrdup copy of the literalbuf when scanning a bit string. Other- | Peter Eisentraut | 2000-11-16 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 79 | -2085/+2342 |
| * | Print bit values as binary strings (not hex) | Peter Eisentraut | 2000-11-16 | 1 | -1/+8 |
| * | Add support for casting bit string constants. | Peter Eisentraut | 2000-11-16 | 1 | -1/+2 |
| * | That variable I removed broke XLOG, that part of the delta | Bruce Momjian | 2000-11-16 | 1 | -1/+2 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 10 | -46/+48 |
| * | Syslog Facility Patch | Bruce Momjian | 2000-11-16 | 1 | -15/+111 |
| * | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 | 2 | -13/+13 |
| * | Clean up array-dimensions parser a bit. | Tom Lane | 2000-11-14 | 1 | -41/+57 |
| * | Fix return type | Peter Eisentraut | 2000-11-14 | 1 | -3/+4 |
| * | Minor cleanup of tableOid-related coding. | Tom Lane | 2000-11-14 | 2 | -52/+23 |
| * | Small polishing of syslog facility and ident settings. Only allow setting | Peter Eisentraut | 2000-11-14 | 2 | -15/+19 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 10 | -205/+329 |
| * | Update and polish postmaster and postgres help output and man pages. | Peter Eisentraut | 2000-11-14 | 2 | -40/+43 |
| * | Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() | Hiroshi Inoue | 2000-11-14 | 1 | -3/+2 |
| * | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 3 | -14/+14 |
| * | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
| * | Ok, You guys are probably tired of me, BUT, here is another one, that | Bruce Momjian | 2000-11-13 | 2 | -3/+48 |
| * | Fix for no hterror(). | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 3 | -15/+120 |
| * | SearchSysCacheTupleCopy() instead of SearchSysCache() | Hiroshi Inoue | 2000-11-13 | 1 | -2/+3 |
| * | prevent open failure of VIEW | Hiroshi Inoue | 2000-11-13 | 1 | -1/+3 |
| * | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 | 6 | -220/+144 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 25 | -1160/+1137 |
| * | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 3 | -8/+183 |
| * | Fix bug in recent improvement to type resolution code. Forgot to retain | Thomas G. Lockhart | 2000-11-11 | 2 | -2/+7 |
| * | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 | 2 | -91/+107 |
| * | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue | 2000-11-10 | 1 | -2/+3 |
| * | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 | 3 | -3/+19 |