]> granicus.if.org Git - postgresql/log
postgresql
23 years agoFix up id tag parameters to omit illegal underscores.
Thomas G. Lockhart [Fri, 20 Oct 2000 13:44:39 +0000 (13:44 +0000)]
Fix up id tag parameters to omit illegal underscores.
Remove lots of extraneous trailing ^Ms from pg_restore.sgml.

23 years agoWAL need in overwrite mode - restored in new way
Vadim B. Mikheev [Fri, 20 Oct 2000 11:28:39 +0000 (11:28 +0000)]
WAL need in overwrite mode - restored in new way
(without PageManagetSetMode -:))
Safe shuffle mode behaviour retained.

23 years agoredo/undo support functions and cleanups.
Vadim B. Mikheev [Fri, 20 Oct 2000 11:01:21 +0000 (11:01 +0000)]
redo/undo support functions and cleanups.

23 years agoRemove 'override' keyword, which breaks the build on HPUX, and probably
Tom Lane [Fri, 20 Oct 2000 03:45:35 +0000 (03:45 +0000)]
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?

23 years agoClean up gcc warnings.
Tom Lane [Fri, 20 Oct 2000 02:53:10 +0000 (02:53 +0000)]
Clean up gcc warnings.

23 years agoImprove comments.
Tom Lane [Thu, 19 Oct 2000 23:06:24 +0000 (23:06 +0000)]
Improve comments.

23 years agoFix silly typo in redirection example.
Tom Lane [Thu, 19 Oct 2000 04:53:41 +0000 (04:53 +0000)]
Fix silly typo in redirection example.

23 years agoFix missing CommandCounterIncrement in DROP USER.
Tom Lane [Thu, 19 Oct 2000 03:55:51 +0000 (03:55 +0000)]
Fix missing CommandCounterIncrement in DROP USER.

23 years agoSolaris looks like it is OK now, FAQ item removed.
Bruce Momjian [Thu, 19 Oct 2000 03:18:56 +0000 (03:18 +0000)]
Solaris looks like it is OK now, FAQ item removed.

23 years agoUpdate solaris FAQ for pl/pgsql Michel Decima <michel.decima@rd.francetelecom.fr>
Bruce Momjian [Wed, 18 Oct 2000 21:18:24 +0000 (21:18 +0000)]
Update solaris FAQ for pl/pgsql Michel Decima <michel.decima@rd.francetelecom.fr>

23 years agoMake it an FAQ.
Bruce Momjian [Wed, 18 Oct 2000 21:14:56 +0000 (21:14 +0000)]
Make it an FAQ.

23 years agoThe following patch was sent to the patches list:
Bruce Momjian [Wed, 18 Oct 2000 16:16:18 +0000 (16:16 +0000)]
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

23 years agoAdded pg_restore (probably rename later)
Philip Warner [Wed, 18 Oct 2000 13:29:23 +0000 (13:29 +0000)]
Added pg_restore (probably rename later)

23 years agoI had to change buffer tag: now RelFileNode is used instead of
Vadim B. Mikheev [Wed, 18 Oct 2000 05:50:16 +0000 (05:50 +0000)]
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.

23 years agoUpdate pltcl regress test to exercise return_null; also make use of
Tom Lane [Tue, 17 Oct 2000 21:23:09 +0000 (21:23 +0000)]
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.

23 years agoLocate the file pg_service.conf in the directory configured as --syconfdir
Peter Eisentraut [Tue, 17 Oct 2000 17:43:13 +0000 (17:43 +0000)]
Locate the file pg_service.conf in the directory configured as --syconfdir
(i.e., /usr/local/pgsql/etc by default).

23 years agoFixed some bugs in C language parsing.
Michael Meskes [Tue, 17 Oct 2000 15:38:26 +0000 (15:38 +0000)]
Fixed some bugs in C language parsing.

23 years ago* doc/src/sgml/regress.sgml: Update for new driver script.
Peter Eisentraut [Tue, 17 Oct 2000 15:26:40 +0000 (15:26 +0000)]
* 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.

23 years agoSome more getTimestamp() fixes
Peter Mount [Tue, 17 Oct 2000 14:52:01 +0000 (14:52 +0000)]
Some more getTimestamp() fixes

23 years agoRemove duplicate requiressl entry.
Bruce Momjian [Tue, 17 Oct 2000 14:27:50 +0000 (14:27 +0000)]
Remove duplicate requiressl entry.

23 years agoupdate website references
Vince Vielhaber [Tue, 17 Oct 2000 10:33:21 +0000 (10:33 +0000)]
update website references

23 years agoSimplified parsing of connect rule.
Michael Meskes [Tue, 17 Oct 2000 06:15:29 +0000 (06:15 +0000)]
Simplified parsing of connect rule.

23 years agoUpdate FAQ.
Bruce Momjian [Tue, 17 Oct 2000 04:21:30 +0000 (04:21 +0000)]
Update FAQ.

23 years agoUpdate TODO list.
Bruce Momjian [Tue, 17 Oct 2000 04:08:33 +0000 (04:08 +0000)]
Update TODO list.

23 years agoFAQ_MSWIN is better than INSTALL_MSWIN
Bruce Momjian [Tue, 17 Oct 2000 03:29:30 +0000 (03:29 +0000)]
FAQ_MSWIN is better than INSTALL_MSWIN

23 years agoRename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own the Windows name!
Bruce Momjian [Tue, 17 Oct 2000 03:26:36 +0000 (03:26 +0000)]
Rename INSTALL_WIN to INSTALL_MSWIN.  MS doesn't own the Windows name!

23 years agoTNS:
Bruce Momjian [Tue, 17 Oct 2000 01:00:58 +0000 (01:00 +0000)]
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

23 years agoI wasn't too sure where to mail this.
Bruce Momjian [Mon, 16 Oct 2000 22:37:37 +0000 (22:37 +0000)]
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

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 22:03:58 +0000 (22:03 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 21:14:35 +0000 (21:14 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 20:05:58 +0000 (20:05 +0000)]
Update TODO list.

23 years agoFixed handling of variables in connect rule.
Michael Meskes [Mon, 16 Oct 2000 19:53:04 +0000 (19:53 +0000)]
Fixed handling of variables in connect rule.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 19:49:28 +0000 (19:49 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 17:18:35 +0000 (17:18 +0000)]
Update TODO list.

23 years agoRemove NO_SECURITY define.
Bruce Momjian [Mon, 16 Oct 2000 17:08:11 +0000 (17:08 +0000)]
Remove NO_SECURITY define.

23 years agoFix typo in code.
Bruce Momjian [Mon, 16 Oct 2000 16:19:14 +0000 (16:19 +0000)]
Fix typo in code.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 16:13:02 +0000 (16:13 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 16 Oct 2000 15:54:12 +0000 (15:54 +0000)]
Update TODO list.

23 years agoSomething changed, that now shows that there is a dependency missing in
Bruce Momjian [Mon, 16 Oct 2000 15:00:15 +0000 (15:00 +0000)]
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

23 years agoNew file naming. Database OID is used as "tablespace" id and
Vadim B. Mikheev [Mon, 16 Oct 2000 14:52:28 +0000 (14:52 +0000)]
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) -:)))

23 years agoI submitted three patches to pgsql-patches@postgresql.org on Oct 13.
Bruce Momjian [Mon, 16 Oct 2000 14:34:08 +0000 (14:34 +0000)]
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

23 years agoAdded pg_restore to allfiles.sgml
Philip Warner [Mon, 16 Oct 2000 03:34:47 +0000 (03:34 +0000)]
Added pg_restore to allfiles.sgml

23 years agoHere is a patch against the same cvs tree as the SSL patch (Aug 20).
Bruce Momjian [Mon, 16 Oct 2000 03:25:17 +0000 (03:25 +0000)]
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

23 years agoauthor setting
Marc G. Fournier [Mon, 16 Oct 2000 02:41:52 +0000 (02:41 +0000)]
author setting

23 years agoagain
Marc G. Fournier [Mon, 16 Oct 2000 02:41:23 +0000 (02:41 +0000)]
again

23 years agoagain ...
Marc G. Fournier [Mon, 16 Oct 2000 02:40:58 +0000 (02:40 +0000)]
again ...

23 years agotest again
Marc G. Fournier [Mon, 16 Oct 2000 02:40:13 +0000 (02:40 +0000)]
test again

23 years agolet's see if this gets the 'committer' into the email now ...
Marc G. Fournier [Mon, 16 Oct 2000 02:30:37 +0000 (02:30 +0000)]
let's see if this gets the 'committer' into the email now ...

23 years agoChange jdbc docs from postgresql.Driver to org.postgresql.Driver.
Bruce Momjian [Mon, 16 Oct 2000 02:20:58 +0000 (02:20 +0000)]
Change jdbc docs from postgresql.Driver to org.postgresql.Driver.

23 years agotesting ...
Marc G. Fournier [Mon, 16 Oct 2000 02:08:22 +0000 (02:08 +0000)]
testing ...

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 15 Oct 2000 21:52:48 +0000 (21:52 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 15 Oct 2000 21:50:49 +0000 (21:50 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 15 Oct 2000 21:45:30 +0000 (21:45 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 15 Oct 2000 18:53:25 +0000 (18:53 +0000)]
Update TODO list.

23 years agoFix prototype declaration based on patch from David Reid
Philip Warner [Sun, 15 Oct 2000 00:34:54 +0000 (00:34 +0000)]
Fix prototype declaration based on patch from David Reid

23 years agoautoconf
Bruce Momjian [Sat, 14 Oct 2000 23:59:12 +0000 (23:59 +0000)]
autoconf

23 years agoThis fixes a small problem with identifying -lbind as required for
Bruce Momjian [Sat, 14 Oct 2000 23:57:46 +0000 (23:57 +0000)]
This fixes a small problem with identifying -lbind as required for
BeOS.

David Reid

23 years agoThe configure script fails to find <netinet/tcp.h>.
Bruce Momjian [Sat, 14 Oct 2000 23:56:59 +0000 (23:56 +0000)]
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

23 years agoHere is a patch for resultmap and the results file.
Bruce Momjian [Sat, 14 Oct 2000 23:55:58 +0000 (23:55 +0000)]
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

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 14 Oct 2000 21:56:03 +0000 (21:56 +0000)]
Update TODO list.

23 years agogain
Marc G. Fournier [Sat, 14 Oct 2000 21:53:06 +0000 (21:53 +0000)]
gain

23 years agotesting committers list ...
Marc G. Fournier [Sat, 14 Oct 2000 21:49:49 +0000 (21:49 +0000)]
testing committers list ...

23 years agoUpdate detail for new todo items.
Bruce Momjian [Sat, 14 Oct 2000 04:29:47 +0000 (04:29 +0000)]
Update detail for new todo items.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 14 Oct 2000 04:22:14 +0000 (04:22 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 14 Oct 2000 04:19:27 +0000 (04:19 +0000)]
Update TODO list.

23 years agoVarious utils for WAL
Vadim B. Mikheev [Fri, 13 Oct 2000 12:06:40 +0000 (12:06 +0000)]
Various utils for WAL

23 years agoWAL
Vadim B. Mikheev [Fri, 13 Oct 2000 12:05:22 +0000 (12:05 +0000)]
WAL

23 years agoMinor buglet in dumping functions onlt
Philip Warner [Fri, 13 Oct 2000 03:11:06 +0000 (03:11 +0000)]
Minor buglet in dumping functions onlt

23 years agoWAL
Vadim B. Mikheev [Fri, 13 Oct 2000 02:03:02 +0000 (02:03 +0000)]
WAL

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 13 Oct 2000 01:54:40 +0000 (01:54 +0000)]
Update TODO list.

23 years agoFix bug in sequence dumping using new setval function
Philip Warner [Fri, 13 Oct 2000 00:43:31 +0000 (00:43 +0000)]
Fix bug in sequence dumping using new setval function

23 years agoMake setval(text,int32,bool) visible
Philip Warner [Fri, 13 Oct 2000 00:33:47 +0000 (00:33 +0000)]
Make setval(text,int32,bool) visible

23 years agoFix typo
Bruce Momjian [Thu, 12 Oct 2000 22:16:58 +0000 (22:16 +0000)]
Fix typo

23 years agoFix typo.
Bruce Momjian [Thu, 12 Oct 2000 22:08:42 +0000 (22:08 +0000)]
Fix typo.

23 years agoFix typo
Bruce Momjian [Thu, 12 Oct 2000 21:23:34 +0000 (21:23 +0000)]
Fix typo

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 12 Oct 2000 21:21:29 +0000 (21:21 +0000)]
Update FAQ.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 20:26:11 +0000 (20:26 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 20:23:44 +0000 (20:23 +0000)]
Update TODO list.

23 years agoUpdate TODO.detail.
Bruce Momjian [Thu, 12 Oct 2000 19:00:02 +0000 (19:00 +0000)]
Update TODO.detail.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 18:59:26 +0000 (18:59 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 18:59:10 +0000 (18:59 +0000)]
Update TODO list.

23 years agoReplace constants by C variables wherever possible.
Michael Meskes [Thu, 12 Oct 2000 18:25:36 +0000 (18:25 +0000)]
Replace constants by C variables wherever possible.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 12 Oct 2000 17:33:35 +0000 (17:33 +0000)]
Update FAQ.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 17:33:22 +0000 (17:33 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 17:32:40 +0000 (17:32 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 15:43:51 +0000 (15:43 +0000)]
Update TODO list.

23 years agoFirst pass at docs for pg_restore
Philip Warner [Thu, 12 Oct 2000 14:09:37 +0000 (14:09 +0000)]
First pass at docs for pg_restore

23 years agoMajor update part I involving delayed patches, reworked Makefile, and how
Peter Mount [Thu, 12 Oct 2000 08:55:28 +0000 (08:55 +0000)]
Major update part I involving delayed patches, reworked Makefile, and how
the versioning works. There's also a new utils directory used by Makefile

23 years agoAdd more files from backend
Tatsuo Ishii [Thu, 12 Oct 2000 07:38:13 +0000 (07:38 +0000)]
Add more files from backend

23 years agoDisable elog when linked with frontend.
Tatsuo Ishii [Thu, 12 Oct 2000 07:36:51 +0000 (07:36 +0000)]
Disable elog when linked with frontend.

23 years agoSupport for automatic code conversion between UNICODE and other
Tatsuo Ishii [Thu, 12 Oct 2000 06:08:28 +0000 (06:08 +0000)]
Support for automatic code conversion between UNICODE and other
encodings

23 years agoSupport for conversion between UNICODE and other encodings
Tatsuo Ishii [Thu, 12 Oct 2000 06:06:50 +0000 (06:06 +0000)]
Support for conversion between UNICODE and other encodings

currently ISO8859-[1-5] and EUC_JP are supported.
support for other encodings will be coming soon.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 04:24:24 +0000 (04:24 +0000)]
Update TODO list.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 12 Oct 2000 03:12:41 +0000 (03:12 +0000)]
Update FAQ.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 03:04:44 +0000 (03:04 +0000)]
Update TODO list.

23 years agoUpdate TODO for LIKE/ESCAPE.
Bruce Momjian [Thu, 12 Oct 2000 01:23:37 +0000 (01:23 +0000)]
Update TODO for LIKE/ESCAPE.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 12 Oct 2000 01:22:39 +0000 (01:22 +0000)]
Update TODO list.

23 years agoFix temp relation handling for indexes, cleanup
Bruce Momjian [Wed, 11 Oct 2000 21:28:19 +0000 (21:28 +0000)]
Fix temp relation handling for indexes, cleanup

23 years agoautoconf
Bruce Momjian [Wed, 11 Oct 2000 19:19:51 +0000 (19:19 +0000)]
autoconf

23 years agoCorrect error in description of AccessExclusiveLock mode
Tom Lane [Wed, 11 Oct 2000 18:29:52 +0000 (18:29 +0000)]
Correct error in description of AccessExclusiveLock mode
(failed to say that it conflicts with AccessShareLock).