1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00
Commit Graph

8022 Commits

Author SHA1 Message Date
b58c0411ba redo/undo support functions and cleanups. 2000-10-20 11:01:21 +00:00
e18a862d46 Remove 'override' keyword, which breaks the build on HPUX, and probably
anywhere else that Makefile.shlib needs to modify CFLAGS to produce
valid code for a shared library.  I'm not real clear on *why* the use
of override causes make to ignore the later attempt to assign
CFLAGS		+=
but it indubitably does --- at least on gmake 3.79.1.  gmake bug?
2000-10-20 03:45:35 +00:00
70df64840b Clean up gcc warnings. 2000-10-20 02:53:10 +00:00
8b53eaf90c Improve comments. 2000-10-19 23:06:24 +00:00
be7c0a926b Fix silly typo in redirection example. 2000-10-19 04:53:41 +00:00
ee0bcb8c5e Fix missing CommandCounterIncrement in DROP USER. 2000-10-19 03:55:51 +00:00
3649c75241 Solaris looks like it is OK now, FAQ item removed. 2000-10-19 03:18:56 +00:00
ad763aadc6 Update solaris FAQ for pl/pgsql Michel Decima <michel.decima@rd.francetelecom.fr> 2000-10-18 21:18:24 +00:00
8cfa7acaad Make it an FAQ. 2000-10-18 21:14:56 +00:00
73677dd92f The following patch was sent to the patches list:
This patch forces the use of 'DROP VIEW' to destroy views.

It also changes the syntax of DROP VIEW to
DROP VIEW v1, v2, ...
to match the syntax of DROP TABLE.

Some error messages were changed so this patch also includes changes to the
appropriate expected/*.out files.

Doc changes for 'DROP TABLE" and 'DROP VIEW' are included.


--
Mark Hollomon
2000-10-18 16:16:18 +00:00
60dcf13ea1 Added pg_restore (probably rename later) 2000-10-18 13:29:23 +00:00
2e6358172f I had to change buffer tag: now RelFileNode is used instead of
LockRelId - ie physical information, not logical. It's required
for WAL. Regression tests passed.
2000-10-18 05:50:16 +00:00
8b6b414a5e Update pltcl regress test to exercise return_null; also make use of
the fact that CREATE FUNCTION and CREATE AGGREGATE now allow array
types to be named like int4[] rather than _int4.
2000-10-17 21:23:09 +00:00
179b8e5722 Locate the file pg_service.conf in the directory configured as --syconfdir
(i.e., /usr/local/pgsql/etc by default).
2000-10-17 17:43:13 +00:00
adeedf9047 Fixed some bugs in C language parsing. 2000-10-17 15:38:26 +00:00
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
f7b89ac5d9 Some more getTimestamp() fixes 2000-10-17 14:52:01 +00:00
d3f6552821 Remove duplicate requiressl entry. 2000-10-17 14:27:50 +00:00
342804ba3d update website references 2000-10-17 10:33:21 +00:00
0a97c4a047 Simplified parsing of connect rule. 2000-10-17 06:15:29 +00:00
7e3a15bd5f Update FAQ. 2000-10-17 04:21:30 +00:00
be57cd6f63 Update TODO list. 2000-10-17 04:08:33 +00:00
b28c63ebdd FAQ_MSWIN is better than INSTALL_MSWIN 2000-10-17 03:29:30 +00:00
c72809479b Rename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own the Windows name! 2000-10-17 03:26:36 +00:00
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
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
887d958c44 Update TODO list. 2000-10-16 22:03:58 +00:00
5b5ba014dd Update TODO list. 2000-10-16 21:14:35 +00:00
ff6f830533 Update TODO list. 2000-10-16 20:05:58 +00:00
3615a6a84d Fixed handling of variables in connect rule. 2000-10-16 19:53:04 +00:00
38c83465a0 Update TODO list. 2000-10-16 19:49:28 +00:00
9e1e14578f Update TODO list. 2000-10-16 17:18:35 +00:00
85f1950a6f Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
17e3e4702d Fix typo in code. 2000-10-16 16:19:14 +00:00
96648f6bcb Update TODO list. 2000-10-16 16:13:02 +00:00
b8e182bdd3 Update TODO list. 2000-10-16 15:54:12 +00:00
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
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
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
3c0157deb8 Added pg_restore to allfiles.sgml 2000-10-16 03:34:47 +00:00
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
68b59960e3 author setting 2000-10-16 02:41:52 +00:00
b0c147ccb2 again 2000-10-16 02:41:23 +00:00
5017aebdec again ... 2000-10-16 02:40:58 +00:00
24ae894a18 test again 2000-10-16 02:40:13 +00:00
a54f2dae35 let's see if this gets the 'committer' into the email now ... 2000-10-16 02:30:37 +00:00
ba8f55e8fc Change jdbc docs from postgresql.Driver to org.postgresql.Driver. 2000-10-16 02:20:58 +00:00
aabd677834 testing ... 2000-10-16 02:08:22 +00:00
69c8f48b0e Update TODO list. 2000-10-15 21:52:48 +00:00
280e9377b1 Update TODO list. 2000-10-15 21:50:49 +00:00