Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Here is a patch against the same cvs tree as the SSL patch (Aug 20). | Bruce Momjian | 2000-10-16 |
| | | | | | | | | | | | | | | | | I hope I didn't mess the SGML up too bad, but somebody should definitly look that over. I tried to steal as much as I could from around :-) This patch updates: * Installation instructions (paragraph on how to compile with openssl) * Documentation of pg_hba.conf (added "hostssl" record docs) * Libpq documentation (added connection option, documentation of PQgetssl() function) * Add section on SSL to "Server Runtime Environment" If you beleive any particular area needs more attention, please let me know. //Magnus | ||
* | author setting | Marc G. Fournier | 2000-10-16 |
| | |||
* | again | Marc G. Fournier | 2000-10-16 |
| | |||
* | again ... | Marc G. Fournier | 2000-10-16 |
| | |||
* | test again | Marc G. Fournier | 2000-10-16 |
| | |||
* | let's see if this gets the 'committer' into the email now ... | Marc G. Fournier | 2000-10-16 |
| | |||
* | Change jdbc docs from postgresql.Driver to org.postgresql.Driver. | Bruce Momjian | 2000-10-16 |
| | |||
* | testing ... | Marc G. Fournier | 2000-10-16 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-15 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-15 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-15 |
| | |||
* | Update TODO list. | Bruce Momjian | 2000-10-15 |
| | |||
* | 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. |