| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 26 | -243/+449 |
| * | Enable WAL in config.h, not Makefile.global. | Peter Eisentraut | 2000-11-20 | 2 | -4/+5 |
| * | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut | 2000-11-20 | 4 | -16/+11 |
| * | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut | 2000-11-20 | 5 | -8/+46 |
| * | Parser synced. | Michael Meskes | 2000-11-20 | 2 | -12/+18 |
| * | Encoding patch to Connection by wrobell@posexperts.com.pl | Peter Mount | 2000-11-20 | 2 | -3/+5 |
| * | Compile WAL by default. | Vadim B. Mikheev | 2000-11-20 | 4 | -7/+9 |
| * | Eliminate unused-variable warning. | Tom Lane | 2000-11-20 | 1 | -3/+1 |
| * | 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 |
| * | Polish error messages, help output, give marginal clue about command line | Peter Eisentraut | 2000-11-18 | 1 | -24/+51 |
| * | Simplification: Build executable directly from .c file. | Peter Eisentraut | 2000-11-18 | 1 | -5/+2 |
| * | 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 |
| * | Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where | Tom Lane | 2000-11-18 | 1 | -23/+12 |
| * | AIX patches from Andreas. | Tom Lane | 2000-11-18 | 1 | -10/+4 |
| * | 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 | 2 | -3/+8 |
| * | Fix bugs in EUC_TW support. This fix includes patches contributed | Tatsuo Ishii | 2000-11-17 | 1 | -4/+11 |
| * | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii | 2000-11-17 | 1 | -2/+16 |
| * | Fix spelling errors in error message. | Tom Lane | 2000-11-17 | 1 | -3/+3 |
| * | Suppress occasional failure of final DROP DATABASE due to | Tom Lane | 2000-11-17 | 1 | -1/+8 |
| * | GNUmakefile failed to provide a way to invoke perl Makefile's | Tom Lane | 2000-11-17 | 1 | -1/+4 |
| * | Forgot to add ppport.h to MANIFEST. | Tom Lane | 2000-11-17 | 1 | -0/+1 |
| * | 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 | 92 | -2232/+2600 |
| * | 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 |
| * | Clean files after installing, since those files will most likely be root | Peter Eisentraut | 2000-11-16 | 1 | -2/+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 | 14 | -58/+69 |
| * | 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 | 3 | -15/+15 |
| * | 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 |
| * | spaces to tab | Peter Eisentraut | 2000-11-14 | 1 | -1/+1 |
| * | Give GCC on Irix a (theoretical) chance. | Peter Eisentraut | 2000-11-14 | 2 | -5/+8 |
| * | Minor cleanup of tableOid-related coding. | Tom Lane | 2000-11-14 | 4 | -56/+27 |
| * | Clean up comments. | Tom Lane | 2000-11-14 | 1 | -6/+6 |
| * | 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 | 22 | -288/+426 |
| * | 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 | 6 | -33/+19 |
| * | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 21 | -161/+67 |
| * | 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 | 27 | -57/+373 |