Commit Graph

8085 Commits

Author SHA1 Message Date
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and
relation OID is used as file node on creation but may be changed later
if required. Regression Tests Approved (c) -:)))
2000-10-16 14:52:28 +00:00
Bruce Momjian 07a55ebf64 I submitted three patches to pgsql-patches@postgresql.org on Oct 13.
Only two have shown up on the web site.  Even the mbox is missing the
second.

The missing patch is a one-liner, so here it is.  I can resend the
whole bug report if wanted.

Pete Forman
2000-10-16 14:34:08 +00:00
Philip Warner 3c0157deb8 Added pg_restore to allfiles.sgml 2000-10-16 03:34:47 +00:00
Bruce Momjian 06dc338ee9 Here is a patch against the same cvs tree as the SSL patch (Aug 20).
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
2000-10-16 03:25:17 +00:00
Marc G. Fournier 68b59960e3 author setting 2000-10-16 02:41:52 +00:00
Marc G. Fournier b0c147ccb2 again 2000-10-16 02:41:23 +00:00
Marc G. Fournier 5017aebdec again ... 2000-10-16 02:40:58 +00:00
Marc G. Fournier 24ae894a18 test again 2000-10-16 02:40:13 +00:00
Marc G. Fournier a54f2dae35 let's see if this gets the 'committer' into the email now ... 2000-10-16 02:30:37 +00:00
Bruce Momjian ba8f55e8fc Change jdbc docs from postgresql.Driver to org.postgresql.Driver. 2000-10-16 02:20:58 +00:00
Marc G. Fournier aabd677834 testing ... 2000-10-16 02:08:22 +00:00
Bruce Momjian 69c8f48b0e Update TODO list. 2000-10-15 21:52:48 +00:00
Bruce Momjian 280e9377b1 Update TODO list. 2000-10-15 21:50:49 +00:00
Bruce Momjian 356a6a4ea5 Update TODO list. 2000-10-15 21:45:30 +00:00
Bruce Momjian b65d32671f Update TODO list. 2000-10-15 18:53:25 +00:00
Philip Warner a6c09e3563 Fix prototype declaration based on patch from David Reid 2000-10-15 00:34:54 +00:00
Bruce Momjian 03c98b4b02 autoconf 2000-10-14 23:59:12 +00:00
Bruce Momjian 4c145712fb This fixes a small problem with identifying -lbind as required for
BeOS.

David Reid
2000-10-14 23:57:46 +00:00
Bruce Momjian 0f07d644a3 The configure script fails to find <netinet/tcp.h>.
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
2000-10-14 23:56:59 +00:00
Bruce Momjian d3902198b4 Here is a patch for resultmap and the results file.
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
2000-10-14 23:55:58 +00:00
Bruce Momjian a47875f123 Update TODO list. 2000-10-14 21:56:03 +00:00
Marc G. Fournier e3cbc12946 gain 2000-10-14 21:53:06 +00:00
Marc G. Fournier fbe43d6464 testing committers list ... 2000-10-14 21:49:49 +00:00
Bruce Momjian bbd5d65aae Update detail for new todo items. 2000-10-14 04:29:47 +00:00
Bruce Momjian 7bbe216b82 Update TODO list. 2000-10-14 04:22:14 +00:00
Bruce Momjian a44905ea92 Update TODO list. 2000-10-14 04:19:27 +00:00
Vadim B. Mikheev b33428d20c Various utils for WAL 2000-10-13 12:06:40 +00:00
Vadim B. Mikheev deee783052 WAL 2000-10-13 12:05:22 +00:00
Philip Warner 14f214de59 Minor buglet in dumping functions onlt 2000-10-13 03:11:06 +00:00
Vadim B. Mikheev 25a26a7ab8 WAL 2000-10-13 02:03:02 +00:00
Bruce Momjian 0b33ace678 Update TODO list. 2000-10-13 01:54:40 +00:00
Philip Warner 1b1dbb861d Fix bug in sequence dumping using new setval function 2000-10-13 00:43:31 +00:00
Philip Warner 8fb04f8f98 Make setval(text,int32,bool) visible 2000-10-13 00:33:47 +00:00
Bruce Momjian 5f94c032a3 Fix typo 2000-10-12 22:16:58 +00:00
Bruce Momjian 751d8ea175 Fix typo. 2000-10-12 22:08:42 +00:00
Bruce Momjian e52f8688e0 Fix typo 2000-10-12 21:23:34 +00:00
Bruce Momjian 076c164559 Update FAQ. 2000-10-12 21:21:29 +00:00
Bruce Momjian 581b5b8d97 Update TODO list. 2000-10-12 20:26:11 +00:00
Bruce Momjian 3d8bfffb76 Update TODO list. 2000-10-12 20:23:44 +00:00
Bruce Momjian ae55855088 Update TODO.detail. 2000-10-12 19:00:02 +00:00
Bruce Momjian aaa318dad0 Update TODO list. 2000-10-12 18:59:26 +00:00
Bruce Momjian 590718a756 Update TODO list. 2000-10-12 18:59:10 +00:00
Michael Meskes 965a0a40e1 Replace constants by C variables wherever possible. 2000-10-12 18:25:36 +00:00
Bruce Momjian 5bcc226d9d Update FAQ. 2000-10-12 17:33:35 +00:00
Bruce Momjian 368ca7d3ae Update TODO list. 2000-10-12 17:33:22 +00:00
Bruce Momjian 9dd53f6c52 Update TODO list. 2000-10-12 17:32:40 +00:00
Bruce Momjian c0ead4883c Update TODO list. 2000-10-12 15:43:51 +00:00
Philip Warner ceb6d01d76 First pass at docs for pg_restore 2000-10-12 14:09:37 +00:00
Peter Mount f41dcbe4d8 Major update part I involving delayed patches, reworked Makefile, and how
the versioning works. There's also a new utils directory used by Makefile
2000-10-12 08:55:28 +00:00
Tatsuo Ishii f20d2a87fb Add more files from backend 2000-10-12 07:38:13 +00:00