| Commit message (Expand) | Author | Age |
* | Fix some portability bugs I'd introduced into inet/cidr code --- | Tom Lane | 2000-11-25 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | Fix elog logic so that error messages displayed during initdb (or | Tom Lane | 2000-11-25 |
* | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut | 2000-11-25 |
* | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian | 2000-11-25 |
* | > > Looking some more, I found some other places that need a space (I | Bruce Momjian | 2000-11-25 |
* | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian | 2000-11-25 |
* | Clean up comments, organize code snippets added at different times into | Tom Lane | 2000-11-25 |
* | 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-24 |
* | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane | 2000-11-23 |
* | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev | 2000-11-23 |
* | Fix for bitsubstr when third argument is missing (i.e., -1). | Peter Eisentraut | 2000-11-22 |
* | avoid opening view files. | Hiroshi Inoue | 2000-11-22 |
* | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut | 2000-11-21 |
* | Refine log/error messages. Print out the errno message, not the number. | Peter Eisentraut | 2000-11-21 |
* | Put external declarations into header files. | Peter Eisentraut | 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 |
* | misc | Vadim B. Mikheev | 2000-11-21 |
* | Fix OID bootstraping. | Vadim B. Mikheev | 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 |
* | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane | 2000-11-21 |
* | Silence gcc warnings. | Tom Lane | 2000-11-20 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut | 2000-11-20 |
* | Compile WAL by default. | Vadim B. Mikheev | 2000-11-20 |
* | Fix typo. | Tom Lane | 2000-11-19 |
* | Update README with proposed new method for determining calling convention | Tom Lane | 2000-11-19 |
* | 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 |
* | 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-18 |
* | 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 |
* | Fix spelling errors in error message. | Tom Lane | 2000-11-17 |
* | 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 |
* | 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 | 2000-11-16 |
* | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 |
* | Clean up array-dimensions parser a bit. | Tom Lane | 2000-11-14 |
* | Fix return type | Peter Eisentraut | 2000-11-14 |