OSDN Git Service

pg-rex/syncrep.git
25 years agoFix missing dependency for Makefile inclusions.
Tom Lane [Tue, 27 Oct 1998 21:51:54 +0000 (21:51 +0000)]
Fix missing dependency for Makefile inclusions.
Get rid of some stray tabs that might confuse Make.

25 years agoDetect lack of permission to install into Perl module library,
Tom Lane [Tue, 27 Oct 1998 21:27:36 +0000 (21:27 +0000)]
Detect lack of permission to install into Perl module library,
and emit informative message instead of aborting the Postgres install.

25 years agoAdd new inet/cidr regression test.
Thomas G. Lockhart [Tue, 27 Oct 1998 19:34:18 +0000 (19:34 +0000)]
Add new inet/cidr regression test.
All regression tests pass on Linux/i686 with the current source tree.

25 years agobackslash for portability, from Andreas Zeugswetter
Bruce Momjian [Tue, 27 Oct 1998 17:47:51 +0000 (17:47 +0000)]
backslash for portability, from Andreas Zeugswetter

25 years agoIncorporate changes suggested by Tom Lane.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:38:13 +0000 (06:38 +0000)]
Incorporate changes suggested by Tom Lane.
Update storage space estimates.
Continue cleanup.
Still need to consolidate configure parameters with new config.sgml info.

25 years agoNew info on a few ports for v6.4.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:15:48 +0000 (06:15 +0000)]
New info on a few ports for v6.4.

25 years agoTry to get a straight story on which prompts mean what.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:15:21 +0000 (06:15 +0000)]
Try to get a straight story on which prompts mean what.

25 years agoInclude new cidr and inet data types.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:14:41 +0000 (06:14 +0000)]
Include new cidr and inet data types.

25 years agoInclude configuration chapter with new info on configure and make.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:14:01 +0000 (06:14 +0000)]
Include configuration chapter with new info on configure and make.

25 years agoFirst cut at standalone installation guide to replace INSTALL text source.
Thomas G. Lockhart [Tue, 27 Oct 1998 06:11:08 +0000 (06:11 +0000)]
First cut at standalone installation guide to replace INSTALL text source.

25 years agoMissed one more required file...
Marc G. Fournier [Tue, 27 Oct 1998 04:42:59 +0000 (04:42 +0000)]
Missed one more required file...

25 years agoDon't forget to create the dynloader files...
Marc G. Fournier [Tue, 27 Oct 1998 04:41:29 +0000 (04:41 +0000)]
Don't forget to create the dynloader files...

25 years agoOops, don't forget to get rid ofthe -Bforcearchive option altogether...
Marc G. Fournier [Tue, 27 Oct 1998 04:32:53 +0000 (04:32 +0000)]
Oops, don't forget to get rid ofthe -Bforcearchive option altogether...

25 years agoStarting with v3.0 of FreeBSD, we are now an elf system, and dont' have a
Marc G. Fournier [Tue, 27 Oct 1998 04:32:02 +0000 (04:32 +0000)]
Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have a
-Bforcearchive flag for ld...

Give FreeBSD its own special Makefile to get around the "bug"

25 years agoFix for tprintf overruns from Göran Thyni.
Bruce Momjian [Tue, 27 Oct 1998 03:26:48 +0000 (03:26 +0000)]
Fix for tprintf overruns from Göran Thyni.

25 years agoUpdated TODO.
Bruce Momjian [Mon, 26 Oct 1998 16:44:50 +0000 (16:44 +0000)]
Updated TODO.

25 years agoGet rid of some minor compiler warnings.
Tom Lane [Mon, 26 Oct 1998 01:05:07 +0000 (01:05 +0000)]
Get rid of some minor compiler warnings.

25 years agoFix some actual bugs exposed by compiler warnings.
Tom Lane [Mon, 26 Oct 1998 01:03:24 +0000 (01:03 +0000)]
Fix some actual bugs exposed by compiler warnings.
(Someone forgot whether their subroutine signaled errors by a NULL pointer
return value, or a negative integer... I'm surprised gcc -Wall doesn't
catch this...)

25 years agoGet rid of some minor compiler warnings.
Tom Lane [Mon, 26 Oct 1998 01:00:13 +0000 (01:00 +0000)]
Get rid of some minor compiler warnings.
(HP's cc doesn't like if you forward-declare a routine static,
and then don't make it static in the actual definition...)

25 years agoCompiler options not spelled quite right...
Tom Lane [Mon, 26 Oct 1998 00:57:33 +0000 (00:57 +0000)]
Compiler options not spelled quite right...

25 years agoRun autoconf
Tom Lane [Mon, 26 Oct 1998 00:56:47 +0000 (00:56 +0000)]
Run autoconf

25 years agoFix cpp-from-stdin detection so that it works even if the
Tom Lane [Mon, 26 Oct 1998 00:56:16 +0000 (00:56 +0000)]
Fix cpp-from-stdin detection so that it works even if the
compiler silently accepts an empty command line.
Don't bother searching for bison and yacc unless we are going to use them.

25 years agoTry to go through and get the markup right.
Thomas G. Lockhart [Sun, 25 Oct 1998 16:59:01 +0000 (16:59 +0000)]
Try to go through and get the markup right.
Make more changes to freshen up to v6.4 conventions.
Drop mention of Postgres95 docs.

25 years agocleanup
Bruce Momjian [Sun, 25 Oct 1998 02:48:55 +0000 (02:48 +0000)]
cleanup

25 years agoFix from Tom Lane for pg_shadow in pg_upgrade
Bruce Momjian [Sun, 25 Oct 1998 02:47:38 +0000 (02:47 +0000)]
Fix from Tom Lane for pg_shadow in pg_upgrade

25 years agoUpdate info for v6.4. Fix markup of some examples which should
Thomas G. Lockhart [Sun, 25 Oct 1998 00:33:01 +0000 (00:33 +0000)]
Update info for v6.4. Fix markup of some examples which should
 have been <programlisting> blocks.

25 years agoAdd debugging info from Cary O'Brien.
Thomas G. Lockhart [Sun, 25 Oct 1998 00:31:20 +0000 (00:31 +0000)]
Add debugging info from Cary O'Brien.
Include comments from Robert Burrows.

25 years agoSmall adjustments in markup getting ready for hardcopy release.
Thomas G. Lockhart [Sun, 25 Oct 1998 00:29:01 +0000 (00:29 +0000)]
Small adjustments in markup getting ready for hardcopy release.
Jan did a nice job of initial markup so it was pretty easy!

25 years agoAdd massive new docs from Peter Mount.
Thomas G. Lockhart [Sun, 25 Oct 1998 00:27:44 +0000 (00:27 +0000)]
Add massive new docs from Peter Mount.
Includes markup for the introductory portions suitable for the User's Guide
 but just put the class reference material inside a huge <programlisting>
 block. Figure out what to do later...

25 years agoUpdate info on source files for v6.4.
Thomas G. Lockhart [Sun, 25 Oct 1998 00:25:30 +0000 (00:25 +0000)]
Update info on source files for v6.4.
Should add/change ToDo list some more before release...

25 years agoAdd Y2K statement for intros.
Thomas G. Lockhart [Sun, 25 Oct 1998 00:24:36 +0000 (00:24 +0000)]
Add Y2K statement for intros.
Make sure notation section is included in most intros.

25 years agoUpdate README to reflect the fact that you don't have to
Tom Lane [Sat, 24 Oct 1998 22:21:12 +0000 (22:21 +0000)]
Update README to reflect the fact that you don't have to
run the regression tests with a special postmaster TZ setting anymore.
Correct a few typos too.

25 years agoUpdate instructions for running configure (the old ones
Tom Lane [Sat, 24 Oct 1998 22:05:01 +0000 (22:05 +0000)]
Update instructions for running configure (the old ones
seem to date from some pre-autoconf interactive configure script).
Revise sequence of instructions to allow you to start the regular
postmaster run before running regression tests; there's no need to
start and kill a special postmaster for regression tests.
Update the description of interpreting regression test results.

25 years agoFix pg_upgrade to notice if psql fails to execute the given
Tom Lane [Sat, 24 Oct 1998 20:09:46 +0000 (20:09 +0000)]
Fix pg_upgrade to notice if psql fails to execute the given
script, and not proceed with the update if so.
Also add #!/bin/sh header line.

25 years agoHISTORY file update.
Bruce Momjian [Sat, 24 Oct 1998 04:43:39 +0000 (04:43 +0000)]
HISTORY file update.

25 years agoPut back string instead of string.h in libpq++.
Bruce Momjian [Fri, 23 Oct 1998 21:54:56 +0000 (21:54 +0000)]
Put back string instead of string.h in libpq++.

25 years agoFix from Jan for vacuum statistics loss.
Bruce Momjian [Fri, 23 Oct 1998 16:49:24 +0000 (16:49 +0000)]
Fix from Jan for vacuum statistics loss.

25 years agoChange string to string.h in libpq++. BSDI 3.0 complains.
Bruce Momjian [Fri, 23 Oct 1998 16:11:14 +0000 (16:11 +0000)]
Change string to string.h in libpq++.  BSDI 3.0 complains.

25 years agorename file.
Bruce Momjian [Fri, 23 Oct 1998 02:56:13 +0000 (02:56 +0000)]
rename file.

25 years agoautoconf
Bruce Momjian [Fri, 23 Oct 1998 02:52:09 +0000 (02:52 +0000)]
autoconf

25 years agoFix for version guessing in configure.
Bruce Momjian [Fri, 23 Oct 1998 02:49:17 +0000 (02:49 +0000)]
Fix for version guessing in configure.

25 years agoUpdate for bsdi 3.0.
Bruce Momjian [Fri, 23 Oct 1998 01:02:10 +0000 (01:02 +0000)]
Update for bsdi 3.0.

25 years agoINET/CIDR cleanup from D'Arcy.
Bruce Momjian [Thu, 22 Oct 1998 20:40:50 +0000 (20:40 +0000)]
INET/CIDR cleanup from D'Arcy.

25 years agoAdd LIMIT syntax for Jan.
Bruce Momjian [Thu, 22 Oct 1998 13:52:24 +0000 (13:52 +0000)]
Add LIMIT syntax for Jan.

25 years agoRemove duplicate CIDR funcs by using coerce entries.
Bruce Momjian [Thu, 22 Oct 1998 13:51:07 +0000 (13:51 +0000)]
Remove duplicate CIDR funcs by using coerce entries.

25 years agoCIDR/INET fixes from D'Arcy.
Bruce Momjian [Thu, 22 Oct 1998 13:16:27 +0000 (13:16 +0000)]
CIDR/INET fixes from D'Arcy.

25 years agoFix indexing for INET / CIDR.
Bruce Momjian [Thu, 22 Oct 1998 05:29:24 +0000 (05:29 +0000)]
Fix indexing for INET / CIDR.

25 years agoFix for funcs on INET/CIDR.
Bruce Momjian [Thu, 22 Oct 1998 04:58:11 +0000 (04:58 +0000)]
Fix for funcs on INET/CIDR.

25 years agoFix function calls to INET/CIDR functions. Added cidr_out.
Bruce Momjian [Thu, 22 Oct 1998 00:35:28 +0000 (00:35 +0000)]
Fix function calls to INET/CIDR functions.  Added cidr_out.

25 years agoCleanup of \df for INET/CIDR.
Bruce Momjian [Wed, 21 Oct 1998 21:14:20 +0000 (21:14 +0000)]
Cleanup of \df for INET/CIDR.

25 years agoThe patch does 2 things:
Bruce Momjian [Wed, 21 Oct 1998 16:21:29 +0000 (16:21 +0000)]
The patch does 2 things:

        Fixes  a  bug  in  the rule system that caused a crashing
        backend when a join-view with calculated column  is  used
        in subselect.

        Modifies  EXPLAIN to explain rewritten queries instead of
        the plain SeqScan on a view. Rules can produce very  deep
MORE

Jan.

25 years agoNew CIDR type and fixed INET type, from D'Arcy.
Bruce Momjian [Wed, 21 Oct 1998 16:06:50 +0000 (16:06 +0000)]
New CIDR type and fixed INET type, from D'Arcy.

25 years agoInclude new Makefile.shlib from top level
Thomas G. Lockhart [Wed, 21 Oct 1998 05:39:19 +0000 (05:39 +0000)]
Include new Makefile.shlib from top level
 when constructing standalone tarball.

25 years agoMinor fixes in markup.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:34:12 +0000 (05:34 +0000)]
Minor fixes in markup.
Include cross-references in NOTIFY and UNLISTEN.

25 years agoMinor fixes in markup.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:33:41 +0000 (05:33 +0000)]
Minor fixes in markup.

25 years agoIncorporate information from Cary and Robert.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:33:22 +0000 (05:33 +0000)]
Incorporate information from Cary and Robert.
More how-to stuff on ApplixWare.

25 years agoInclude new information from Massimo. Rearrange ODBC docs.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:31:52 +0000 (05:31 +0000)]
Include new information from Massimo. Rearrange ODBC docs.

25 years agoProgramming Language info from Jan Wieck.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:30:16 +0000 (05:30 +0000)]
Programming Language info from Jan Wieck.
Not yet marked up or included in a document, but it should be checked in
 to be safe.

25 years agoNew programmer's information from Massimo Dal Zotto.
Thomas G. Lockhart [Wed, 21 Oct 1998 05:28:48 +0000 (05:28 +0000)]
New programmer's information from Massimo Dal Zotto.

25 years agoArbitrary addition of a comment line to get ownership of file in the
Thomas G. Lockhart [Wed, 21 Oct 1998 05:23:36 +0000 (05:23 +0000)]
Arbitrary addition of a comment line to get ownership of file in the
 cvs tree. Am trying to fix the permissions to allow file execution,
 since I had damaged the permissions when transferring in with ftp.

25 years agoAdd RIP notice for Paul.
Bruce Momjian [Wed, 21 Oct 1998 04:25:25 +0000 (04:25 +0000)]
Add RIP notice for Paul.

25 years agoINET fix from D'Arcy.
Bruce Momjian [Wed, 21 Oct 1998 02:48:22 +0000 (02:48 +0000)]
INET fix from D'Arcy.

25 years agoFix for 'make man'.
Bruce Momjian [Tue, 20 Oct 1998 23:14:35 +0000 (23:14 +0000)]
Fix for 'make man'.

25 years agoRemove unused INET functions for D'Arcy.
Bruce Momjian [Tue, 20 Oct 1998 23:03:20 +0000 (23:03 +0000)]
Remove unused INET functions for D'Arcy.

25 years agoFix for rules system from Jan.
Bruce Momjian [Tue, 20 Oct 1998 17:21:44 +0000 (17:21 +0000)]
Fix for rules system from Jan.

25 years agoCentralized shared-library build knowledge in a new file,
Tom Lane [Mon, 19 Oct 1998 00:00:51 +0000 (00:00 +0000)]
Centralized shared-library build knowledge in a new file,
src/Makefile.shlib.  Updated all the makefiles that try to build shlibs
to include that file instead of having duplicate (and mostly incomplete)
copies of shared-library options.  It works on HPUX, a lot better than it
did before in fact, but there's a chance I broke some other platforms.
At least now you only have to fix one place not six...

25 years agocleanup of keywords.c
Bruce Momjian [Sun, 18 Oct 1998 23:30:17 +0000 (23:30 +0000)]
cleanup of keywords.c

25 years agoResort keywords for Jan.
Bruce Momjian [Sun, 18 Oct 1998 23:29:27 +0000 (23:29 +0000)]
Resort keywords for Jan.

25 years agorun autoconf
Tom Lane [Sun, 18 Oct 1998 19:42:31 +0000 (19:42 +0000)]
run autoconf

25 years agoClean up shared makefile install procedures.
Tom Lane [Sun, 18 Oct 1998 19:41:00 +0000 (19:41 +0000)]
Clean up shared makefile install procedures.
Get the permissions right, don't overwrite real files with symlinks, etc.
plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...

25 years agorun autoconf
Tom Lane [Sun, 18 Oct 1998 19:16:50 +0000 (19:16 +0000)]
run autoconf

25 years agoUse AC_CONFIG_HEADER as documented by Autoconf manual: call it
Tom Lane [Sun, 18 Oct 1998 19:16:09 +0000 (19:16 +0000)]
Use AC_CONFIG_HEADER as documented by Autoconf manual: call it
only once at the top of the file.  I'm surprised include/config.h wasn't
being overwritten from interfaces/odbc/config.h.in ...

25 years agoautoconf
Bruce Momjian [Sun, 18 Oct 1998 04:19:05 +0000 (04:19 +0000)]
autoconf

25 years agoThe TCL/TK configuration cleanup patches I submitted have the following
Bruce Momjian [Sun, 18 Oct 1998 04:16:08 +0000 (04:16 +0000)]
The TCL/TK configuration cleanup patches I submitted have the following
problem:

    'tclsh' still had to be found even if --with-libs (or
--with-libraries) was
    specified to configure.

    --with-libs is really an overloaded option.  It really should only be used
    to specify additions directories to search in order to file needed
    libraries.  It was also being used to locate the *Config.sh files.

Billy G. Allie

25 years agoStill another round of Perl-module installation tweaks.
Tom Lane [Sun, 18 Oct 1998 02:36:48 +0000 (02:36 +0000)]
Still another round of Perl-module installation tweaks.
Now, src/interfaces/perl5/Makefile.PL is pretty simple, and instead we
work a little harder in src/interfaces/Makefile.

25 years agoStill another round of Perl-module installation tweaks.
Tom Lane [Sun, 18 Oct 1998 02:34:34 +0000 (02:34 +0000)]
Still another round of Perl-module installation tweaks.
This time, src/interfaces/perl5/Makefile.PL no longer needs to be autoconf'd.

25 years agoAdd code to pltcl's Makefile to cope with the situation where
Tom Lane [Sat, 17 Oct 1998 23:33:23 +0000 (23:33 +0000)]
Add code to pltcl's Makefile to cope with the situation where
libtcl has been installed as a non-shared library.  pltcl cannot be
built in that situation; we want to do nothing and let the overall Postgres
build complete, rather than failing.

25 years agoMinor documentation improvements and markup fixes.
Tom Lane [Sat, 17 Oct 1998 22:02:21 +0000 (22:02 +0000)]
Minor documentation improvements and markup fixes.

25 years agoDisable inet.
Bruce Momjian [Sat, 17 Oct 1998 04:08:40 +0000 (04:08 +0000)]
Disable inet.

25 years agoRe-enable inet code.
Bruce Momjian [Sat, 17 Oct 1998 03:59:14 +0000 (03:59 +0000)]
Re-enable inet code.

25 years agoFix for GNUmakefile and distclean.
Bruce Momjian [Sat, 17 Oct 1998 03:49:59 +0000 (03:49 +0000)]
Fix for GNUmakefile and distclean.

25 years agoFix for GNUmakefile.
Bruce Momjian [Sat, 17 Oct 1998 03:48:54 +0000 (03:48 +0000)]
Fix for GNUmakefile.

25 years agoRemove Makefile.PL.
Bruce Momjian [Sat, 17 Oct 1998 03:37:04 +0000 (03:37 +0000)]
Remove Makefile.PL.

25 years agoFix for GNUmakefile and stupid cruft I forgot in there.
Bruce Momjian [Sat, 17 Oct 1998 02:36:13 +0000 (02:36 +0000)]
Fix for GNUmakefile and stupid cruft I forgot in there.

25 years agoAdd missing tcl *.in files.
Bruce Momjian [Fri, 16 Oct 1998 17:00:44 +0000 (17:00 +0000)]
Add missing tcl *.in files.

25 years agointerfaces/Makefile fix.
Bruce Momjian [Fri, 16 Oct 1998 15:31:04 +0000 (15:31 +0000)]
interfaces/Makefile fix.

25 years agoThe problem is that read_pg_options needs DataDir to read its file but
Bruce Momjian [Fri, 16 Oct 1998 06:05:18 +0000 (06:05 +0000)]
The problem is that read_pg_options needs DataDir to read its file but
DataDir is set after read_pg_options if postgres is called
interactively.  If postgres is forked by postgres DataDir is read from
the PGDATA enviromnent variable set by the postmaster and this explains
while the bug disappears.  I have written this patch but I don't like
it. Any better idea?

Massimo Dal Zotto

25 years agoadd missing file for perl.
Bruce Momjian [Fri, 16 Oct 1998 05:58:22 +0000 (05:58 +0000)]
add missing file for perl.

25 years agoautoconf
Bruce Momjian [Fri, 16 Oct 1998 04:46:37 +0000 (04:46 +0000)]
autoconf

25 years agoHere's a patch. It also includes the latest parser changes.
Bruce Momjian [Fri, 16 Oct 1998 04:40:39 +0000 (04:40 +0000)]
Here's a patch. It also includes the latest parser changes.

Michael

25 years agoPerl fixes from Brook Milligan
Bruce Momjian [Fri, 16 Oct 1998 04:37:38 +0000 (04:37 +0000)]
Perl fixes from Brook Milligan

25 years agoLAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in
Bruce Momjian [Thu, 15 Oct 1998 16:17:33 +0000 (16:17 +0000)]
LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in

        $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o

must be
        $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
                                             ^^

        Regards,

        Oleg

25 years agoautoconf
Bruce Momjian [Thu, 15 Oct 1998 16:01:45 +0000 (16:01 +0000)]
autoconf

25 years agoTCL/TK fixes from Billy G. Allie.
Bruce Momjian [Thu, 15 Oct 1998 15:58:16 +0000 (15:58 +0000)]
TCL/TK fixes from Billy G. Allie.

25 years agoSGML updates from post 6.3.2 manual changes. Added pg_upgrade man page.
Bruce Momjian [Thu, 15 Oct 1998 05:47:04 +0000 (05:47 +0000)]
SGML updates from post 6.3.2 manual changes.  Added pg_upgrade man page.

25 years agoI have included a couple of patches that will make postgres
Bruce Momjian [Wed, 14 Oct 1998 17:59:22 +0000 (17:59 +0000)]
I have included a couple of patches that will make postgres
compile out of the tar file on Solaris with the SUN 5.0 compilers.
These compilers will be needed if you wan to compile the libpg++
interface without using the gcc/g++. The SC4.2 compilers do not
understand the string class.

The first patch changes the ecpg intermediate shared library
name from *.sho to *.sho.o so that the SUN compiler will
allow it to be used in conjunction with the -o option.

Matthew C. Aycock

25 years agoRemove duplicate entry for R_PLAN (thanks Bruce).
Thomas G. Lockhart [Wed, 14 Oct 1998 16:31:28 +0000 (16:31 +0000)]
Remove duplicate entry for R_PLAN (thanks Bruce).
Add entry for undocumented (?) KSQO.

25 years agoMinor markup adjustment.
Thomas G. Lockhart [Wed, 14 Oct 1998 16:30:17 +0000 (16:30 +0000)]
Minor markup adjustment.

25 years agoAdd TIMESTAMP as unreserved word.
Thomas G. Lockhart [Wed, 14 Oct 1998 16:28:53 +0000 (16:28 +0000)]
Add TIMESTAMP as unreserved word.

25 years agoAdd some id tags to allow cross-references from the datatype chapter.
Thomas G. Lockhart [Wed, 14 Oct 1998 16:28:31 +0000 (16:28 +0000)]
Add some id tags to allow cross-references from the datatype chapter.