Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix prototype declaration based on patch from David Reid | Philip Warner | 2000-10-15 |
| | |||
* | autoconf | Bruce Momjian | 2000-10-14 |
| | |||
* | This fixes a small problem with identifying -lbind as required for | Bruce Momjian | 2000-10-14 |
| | | | | | | BeOS. David Reid | ||
* | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 |
| | | | | | | | | | | | | | | | | | | | | | | | As a result, backend/libpq/pqcomm.c and interfaces/libpq/fe-connect.c fail to compile. The <netinet/tcp.h> header needs to be preceded by <netinet/in.h>, at least on IRIX, Solaris and AIX. The simple configure test fails. (That header on Linux is idempotent.) The basic problem is that <netinet/tcp.h> is a BSD header. The correct header for TCP internals such as TCP_NODELAY on a UNIX system is <xti.h>. By UNIX I mean UNIX95 (aka XPG4v2 or SUSv1) or later. The current UNIX standard (UNIX98 aka SUSv2) is available online at <http://www.opengroup.org/onlinepubs/7908799/>. The fix is to add header support for <xti.h> into configure.in and config.h.in. The 2 files which conditionally include <netinet/tcp.h> need also to conditionally include <xti.h>. Pete Forman | ||
* | Here is a patch for resultmap and the results file. | Bruce Momjian | 2000-10-14 |
| | | | | | | | | I have counted 9 differences in the least significant digit compared with geometry-positive-zeros.out. It would be wise for someone else to double check. Pete Forman | ||
* | Update TODO list. | Bruce Momjian | 2000-10-14 |
| | |||
* | gain | Marc G. Fournier | 2000-10-14 |
| | |||
* | testing committers list ... | Marc G. Fournier | 2000-10-14 |
| | |||
* | Update detail for new todo items. | Bruce Momjian | 2000-10-14 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-14 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-14 |
| | |||
* | Various utils for WAL | Vadim B. Mikheev | 2000-10-13 |
| | |||
* | WAL | Vadim B. Mikheev | 2000-10-13 |
| | |||
* | Minor buglet in dumping functions onlt | Philip Warner | 2000-10-13 |
| | |||
* | WAL | Vadim B. Mikheev | 2000-10-13 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-13 |
| | |||
* | Fix bug in sequence dumping using new setval function | Philip Warner | 2000-10-13 |
| | |||
* | Make setval(text,int32,bool) visible | Philip Warner | 2000-10-13 |
| | |||
* | Fix typo | Bruce Momjian | 2000-10-12 |
| | |||
* | Fix typo. | Bruce Momjian | 2000-10-12 |
| | |||
* | Fix typo | Bruce Momjian | 2000-10-12 |
| | |||
* | Update FAQ. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO.detail. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Replace constants by C variables wherever possible. | Michael Meskes | 2000-10-12 |
| | |||
* | Update FAQ. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | First pass at docs for pg_restore | Philip Warner | 2000-10-12 |
| | |||
* | Major update part I involving delayed patches, reworked Makefile, and how | Peter Mount | 2000-10-12 |
| | | | | the versioning works. There's also a new utils directory used by Makefile | ||
* | Add more files from backend | Tatsuo Ishii | 2000-10-12 |
| | |||
* | Disable elog when linked with frontend. | Tatsuo Ishii | 2000-10-12 |
| | |||
* | Support for automatic code conversion between UNICODE and other | Tatsuo Ishii | 2000-10-12 |
| | | | | encodings | ||
* | Support for conversion between UNICODE and other encodings | Tatsuo Ishii | 2000-10-12 |
| | | | | | currently ISO8859-[1-5] and EUC_JP are supported. support for other encodings will be coming soon. | ||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update FAQ. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO for LIKE/ESCAPE. | Bruce Momjian | 2000-10-12 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-12 |
| | |||
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 |
| | |||
* | autoconf | Bruce Momjian | 2000-10-11 |
| | |||
* | Correct error in description of AccessExclusiveLock mode | Tom Lane | 2000-10-11 |
| | | | | (failed to say that it conflicts with AccessShareLock). | ||
* | Add pooling discussion. | Bruce Momjian | 2000-10-11 |
| | |||
* | Oops, back out my unintended changes. | Bruce Momjian | 2000-10-11 |
| | |||
* | Update make_mkid | Bruce Momjian | 2000-10-11 |
| | |||
* | Improve MVCC discussion. | Tom Lane | 2000-10-11 |
| |