Commit Graph

63 Commits

Author SHA1 Message Date
Bruce Momjian c29d0f31b4 Remove need for doc 'install man' in INSTALL file. install does both
html and man.
1998-12-17 16:37:04 +00:00
Thomas G. Lockhart 8dd88a4038 Generate from installation.sgml -> installation.rtf -> ApplixWare
-> INSTALL with some cleanup in vi.
1998-10-31 09:31:58 +00:00
Bruce Momjian ef58a2c285 shared library instructions. 1998-10-10 03:08:02 +00:00
Bruce Momjian 572f6f313d New shared library mentions. 1998-10-09 21:41:36 +00:00
Bruce Momjian 0044a1bc1d Recommend ldconfig on any ELF. 1998-10-09 19:53:10 +00:00
Bruce Momjian c458f2219c Update INSTALL to mention pg_upgrade. 1998-08-30 05:09:03 +00:00
Bruce Momjian 690235fcdd Update INSTALL, etc. for release 6.4. Update pgaccess to 0.88. 1998-08-30 01:40:52 +00:00
Bruce Momjian 916cb38431 Here are two patches to fix up the c++ (and c) support in the
configuration system.  The idea is to make the configure arguments
that specify compilers to be compatible with the other --with
options.  The main point, though, is that the c++ support is on by
default, but can easily be disabled by the --without-CXX option
for those few(?) that don't want it.

Brook Milligan
1998-06-16 03:28:58 +00:00
Bruce Momjian 1db770f8ce Make regression optional. 1998-06-08 16:48:49 +00:00
Edmund Mergl b22418d707 removed constraint for perl: installed pgsql 1998-06-01 16:44:08 +00:00
Bruce Momjian 1a07a522f9 Remove --disable in configure 1998-05-12 23:14:00 +00:00
Bruce Momjian 58fffea03c Cleanups for large objects, so file is trucated on open, fix for
solaris/spare shared libararies, new error message for postmaster
startup, and makefile cleanups.
1998-05-12 21:44:08 +00:00
Marc G. Fournier 8973192283 From: Brook Milligan <brook@trillium.NMSU.Edu>
Here is a pair of patches that (I hope) finish the configuration
issues with tcl/tk and make the recognition of the two packages
completely parallel in organization.  This should make future changes
easier to maintain.

Hope to see this in 6.2.2.
1998-04-17 01:30:21 +00:00
Bruce Momjian 8e8116468b Update for 6.3.2 1998-04-07 21:01:28 +00:00
Bruce Momjian 05102c7551 Here are 3 patches (all relative to the src directory) to help with
the configuration of v6.3.1.  I have replaced the queries for
include/lib directories with --with configuration options.  I have
also included a list of potential tcl/tk include directories directly
in the CPPFLAGS variable.  As new versions are needed, these should
be added to the list in reverse numerical order (libraries are in
a separate list near the end).  This greatly simplifies the later
checks if --with-tcl is set.  I hope this solution works for
everyone.

I also added a check to disable the perl support if postgres was
not already installed (as per the instructions in the directory).
By the way, why must there be an installed pgsql to compile perl
support? This seems odd, at best.

Finally, I changed the Makefile in the libpgtcl interface to place
the shared libraries at the end of the list of files, not at the
beginning.  With NetBSD at least, libraries are linked in order,
so the original sequence does not work.

Brook Milligan
1998-04-05 20:28:23 +00:00
Bruce Momjian 4d1a60aa41 install cleanup 1998-03-25 01:45:33 +00:00
Bruce Momjian f74f2d39d8 update for 6.3.1 1998-03-23 16:14:50 +00:00
Bruce Momjian 55f86ec8f7 Configure patches from Brook Milligan. 1998-02-22 20:02:34 +00:00
Bruce Momjian a654db303e Upgrade doc stuff to 6.3. 1998-02-01 21:20:26 +00:00
Bruce Momjian a805635d21 Cleanups for 6.2.1. 1997-10-16 04:14:30 +00:00
Thomas G. Lockhart 9acf938c10 Small updates for v6.2.1. 1997-10-15 02:34:51 +00:00
Marc G. Fournier 87d703f4cd Document which is default for:
enable-hba/enable-cassert/enable-locale
1997-10-02 00:50:28 +00:00
Bruce Momjian 973a03744c Update README, HISTORY, etc for beta release. 1997-09-14 02:09:10 +00:00
Bruce Momjian 2020e245f6 Remove restart instructions from INSTALL. 1997-07-30 14:55:20 +00:00
Bruce Momjian 6e34dc3ea0 Add PPC Linux to port list. 1997-07-29 14:17:48 +00:00
Bruce Momjian 0dc7abbed0 Add hpux 10 support to list. 1997-07-28 22:37:37 +00:00
Bruce Momjian 702eda9ce8 sco added to ports list 1997-07-28 02:08:10 +00:00
Bruce Momjian 504f97a71c Solaris version update. 1997-07-16 02:20:51 +00:00
Bruce Momjian aa95de72de Update supported ports. 1997-07-15 01:02:05 +00:00
Bruce Momjian 741b497f21 Update for DGUX. 1997-07-14 21:18:25 +00:00
Bruce Momjian 10da89c1fb Add sysv4 support to configure and docs. 1997-07-14 16:47:36 +00:00
Bruce Momjian e3be2f9dd7 Update supported ports for 6.1.1 release. 1997-07-14 16:37:36 +00:00
Bruce Momjian 39cefa66c9 Updates for 6.1.1. 1997-07-13 20:00:14 +00:00
Bruce Momjian b977e15f9f MANPATH cleanup. 1997-06-25 21:16:24 +00:00
Marc G. Fournier 34fa6c6b70 From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] Patch for INSTAL file.

The following patch does the following:

  - In step 6, recommend doing a database backup if you are upgrading
    from any version of the release, rather than ones before a specific
    date.

  - Added step 22a on regular maintainence.
1997-06-07 03:42:17 +00:00
Marc G. Fournier c0cb05335a From: PortSite <info@portsite.nl>
Install file says: Type flex -- version
There is a space between -- and version that shouldn't
be there :-(
1997-06-06 01:34:59 +00:00
Thomas G. Lockhart a239ec67e5 Update comments for regression testing.
Include paragraph on upgrading old databases containing path or polygon types.
1997-06-03 15:25:45 +00:00
Marc G. Fournier e234687c4c From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] INSTALL patch

This patch makes the following changes to the INSTALL instructions:
  - Before step 1, describe disk space requirements.
  - Step 1 now defines a "tested" platform.
  - Add step 3a on checking for disk space.
  - Added new step 27 asking for feedback.
1997-06-02 03:02:43 +00:00
Marc G. Fournier 8ab1271f09 From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] INSTALL changes

This patch modifies the INSTALL file.  The changes are:
  - SPARC/Linux-ELF was added to the list of supported platforms.
    The special notes for it at the bottom of the file were removed.
  - Changed "database server" to "RDBMS database server".
  - Modified step 6 so that when you restore your database the
    tables will be owned by the original owners instead of the
    postgresql superuser.
  - Modified step 19 on diagnosing the regression tests for the
    SPARC Linux platform with a beta release.
  - Other minor changes.
1997-05-26 00:43:41 +00:00
Thomas G. Lockhart b072cd4e97 Add information on regression testing and Linux ports.
Fix typos in TZ setting for regression testing and in gmake redirection.
1997-05-17 14:26:30 +00:00
Marc G. Fournier ab5910a766 From: David Friend <dfriend@atlsci.atlsci.com>
Here are the latest changes to the INSTALL instructions.

The main changes are:
  - Step 5, on flex
  - Steps 18 and 19, on regression tests
  - Step 22 c) on starting postmaster on bootup on FreeBSD
  - Added porting notes for SPARC/Linux at end.

If there is time, Thomas should review step 19.
1997-05-17 03:00:24 +00:00
Marc G. Fournier e56f1d60a5 From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] Patch for INSTALL

The following patch makes a number of modifications to file INSTALL.
Among other things, it restores some platform specific notes I deleted.
It also no longer requires a separate compile for the regression tests.

Please note that this patch already incorporates the patch Hal Snyder
submitted on Monday.  Do not apply Hal's patch.
1997-05-15 22:16:45 +00:00
Marc G. Fournier 217e50d73c From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] New INSTALL file.

I have created a much more comprehensive version of the
/usr/src/pgsql/INSTALL file.  It should replace the current 970428 version
of this file.
1997-05-07 03:15:36 +00:00
Marc G. Fournier e060cb0818 Remove chunk from regression tests about regress.out vs expected.out...the
tests now let you know if it is ok/failed :)
1997-04-24 14:14:28 +00:00
Marc G. Fournier 435b9ed2f2 Document --enable-cassert/--disable-cassert configure options 1997-04-21 18:26:27 +00:00
Marc G. Fournier 6da05a7b83 Major cleanup of Install instructions
Provided by: adrian@waltham.harvard.net
1997-04-12 09:33:25 +00:00
Bruce Momjian e2ab435e99 Move nextstep into problem/bug section. 1997-03-06 22:59:47 +00:00
Bruce Momjian b469a56ac4 flex 2.5.3 warning from Andrew Martin. 1997-03-02 02:09:19 +00:00
Marc G. Fournier 37ca4d4d6e Change 'next' to 'nextstep' as port name
Pointed out by Andrew Martin
1997-01-30 03:58:15 +00:00
Marc G. Fournier f3c3458b1d Point bug reports at bugs@postgresql.org 1997-01-28 20:49:59 +00:00