Commit Graph

8158 Commits

Author SHA1 Message Date
Michael Meskes adeedf9047 Fixed some bugs in C language parsing. 2000-10-17 15:38:26 +00:00
Peter Eisentraut 0db3cb253d * doc/src/sgml/regress.sgml: Update for new driver script.
* doc/src/sgml/installation.sgml: ditto.

* src/test/regress/README: Regenerate.

* doc/src/sgml/docguide.sgml: Explain how it was done.  Explain how
INSTALL and HISTORY are (now) generated.

* doc/src/sgml/Makefile: Implement HISTORY generation to be analoguous
to INSTALL.
2000-10-17 15:26:40 +00:00
Peter Mount f7b89ac5d9 Some more getTimestamp() fixes 2000-10-17 14:52:01 +00:00
Bruce Momjian d3f6552821 Remove duplicate requiressl entry. 2000-10-17 14:27:50 +00:00
Vince Vielhaber 342804ba3d update website references 2000-10-17 10:33:21 +00:00
Michael Meskes 0a97c4a047 Simplified parsing of connect rule. 2000-10-17 06:15:29 +00:00
Bruce Momjian 7e3a15bd5f Update FAQ. 2000-10-17 04:21:30 +00:00
Bruce Momjian be57cd6f63 Update TODO list. 2000-10-17 04:08:33 +00:00
Bruce Momjian b28c63ebdd FAQ_MSWIN is better than INSTALL_MSWIN 2000-10-17 03:29:30 +00:00
Bruce Momjian c72809479b Rename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own the Windows name! 2000-10-17 03:26:36 +00:00
Bruce Momjian f2ef4df4a3 TNS:
I prepared and tested a patch vs. 7.0.2, and it works fine. I've added
another option which allows users to have their own service file in
~/.pg_service.conf, which might come handy sometimes.

Mario Weilguni
2000-10-17 01:00:58 +00:00
Bruce Momjian 1333f07ff1 I wasn't too sure where to mail this.
I have noticed that there are some identical files in
postgresql-7.0.2/src/test/regress/expected/

> diff float8-cygwin.out float8-small-is-zero.out #I recommend deleting
float8-cygwin.out
> diff geometry-cygwin-precision.out geometry-solaris-precision.out #I
recommend deleting geometry-cygwin-precision.out

below is the diff of postgresql-7.0.2/src/test/regress/resultmap
that has the above files deleted plus the addition of an alpha regression
test built with alphaev56-dec-osf4.0e/2.95.2/ . The alpha geometry
regression file is attached

11c11
< float8/i.86-pc-cygwin*=float8-cygwin
---
> float8/i.86-pc-cygwin*=float8-small-is-zero
18c18
< geometry/i.86-pc-cygwin*=geometry-cygwin-precision
---
> geometry/i.86-pc-cygwin*=geometry-solaris-precision
21a22
> geometry/alpha.*-dec-osf=geometry-alpha-precision



Ricardo Muggli
Systems Manager
Information and Technology Services
Minnesota State University, Mankato
2000-10-16 22:37:37 +00:00
Bruce Momjian 887d958c44 Update TODO list. 2000-10-16 22:03:58 +00:00
Bruce Momjian 5b5ba014dd Update TODO list. 2000-10-16 21:14:35 +00:00
Bruce Momjian ff6f830533 Update TODO list. 2000-10-16 20:05:58 +00:00
Michael Meskes 3615a6a84d Fixed handling of variables in connect rule. 2000-10-16 19:53:04 +00:00
Bruce Momjian 38c83465a0 Update TODO list. 2000-10-16 19:49:28 +00:00
Bruce Momjian 9e1e14578f Update TODO list. 2000-10-16 17:18:35 +00:00
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
Bruce Momjian 17e3e4702d Fix typo in code. 2000-10-16 16:19:14 +00:00
Bruce Momjian 96648f6bcb Update TODO list. 2000-10-16 16:13:02 +00:00
Bruce Momjian b8e182bdd3 Update TODO list. 2000-10-16 15:54:12 +00:00
Bruce Momjian 78d4ca03d4 Something changed, that now shows that there is a dependency missing in
Makefile .aix

Please apply to current, to fix shared lib build from single .o files.
Thanks
Andreas
2000-10-16 15:00:15 +00:00
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