Commit Graph

51 Commits

Author SHA1 Message Date
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
Marc G. Fournier
2441d06d22 point the installer at src/test/regress for testing
pointed out by Andrew...
1997-01-16 16:14:36 +00:00
Marc G. Fournier
e141fc661c Various updates to install, including redirecting installers to
Makefile.custom and pointers at the customize script...
1997-01-16 16:10:05 +00:00
Bruce Momjian
7f833f8826 INSTALL fix for pg_hba.conf 1997-01-10 21:22:02 +00:00
Bruce Momjian
461d22206f documentation updating to 6.0 release 1997-01-03 06:08:21 +00:00
Bruce Momjian
b8003d098b Cleanup initdb for 1.*. 1996-11-07 15:24:27 +00:00
Bruce Momjian
8de4434eb7 Update initdb instructions for a 1.* database. 1996-11-06 22:34:18 +00:00
Marc G. Fournier
8a1e0e8eb8 Bring in minor changes from Andrew 1996-11-05 05:17:28 +00:00
Marc G. Fournier
6ada9dfdce Fix up INSTALL file
From Andrew
1996-10-30 06:01:55 +00:00
Marc G. Fournier
060f1d6a73 Slight changes to INSTALL to point ppl at the Linux/IRIX specific
FAQs
1996-10-28 22:12:42 +00:00
Marc G. Fournier
312b4dabfe This patch corrects some errors in sample commands in the INSTALL file.
Submitted by:  bryanh@giraffe.netgate.net (Bryan Henderson)
1996-10-04 20:08:29 +00:00
Bruce Momjian
fe3dd24276 Changed default port name. 1996-09-28 00:57:41 +00:00
Marc G. Fournier
1b10c7a326 Finish commiting Bryan's patches... 1996-09-23 08:27:04 +00:00