Commit Graph

81 Commits

Author SHA1 Message Date
Peter Eisentraut
6f09df7f40 Minor tweaks in installation instructions, regenerate INSTALL file. 2000-11-30 21:44:07 +00:00
Peter Eisentraut
8004bcf00e Update installation instructions to new realities. Combined into one file.
Improved automation of INSTALL file generation.
2000-07-21 00:44:13 +00:00
Bruce Momjian
552d59353f Update for 7.0.2. 2000-06-05 17:07:56 +00:00
Bruce Momjian
154c0a0b68 Update for 7.0.2. 2000-06-05 10:57:57 +00:00
Bruce Momjian
bd29331f84 Mention pg_upgrade 2000-06-01 05:58:42 +00:00
Bruce Momjian
f9f6cc4ab0 Update 7.0.1 2000-06-01 05:48:42 +00:00
Peter Eisentraut
8ac35b3249 Reformatted the install file as it used to be 2000-05-22 22:04:47 +00:00
Thomas G. Lockhart
7db607f354 Installation guide for 7.0 release. From SGML sources. 2000-05-04 16:12:05 +00:00
Bruce Momjian
02ee04180d Update readme for 7.0. 2000-04-25 18:43:14 +00:00
Peter Eisentraut
16ace63c6b Added bug reporting guidelines
Some corrections in installation procedure
2000-03-09 12:00:08 +00:00
Peter Eisentraut
49581f9848 updated install file
updated date/time types doc
fixed small psql bug
removed libpq code that lower-cased db names
make notice when long identifier is truncated
2000-01-23 01:27:39 +00:00
Bruce Momjian
e3415aa834 Rename 7.0.0 to 7.0 to be consistent with prior release numbering. 2000-01-20 22:21:30 +00:00
Bruce Momjian
7f99680c6d Update install file for 7.0 to match new SGML version. 2000-01-20 22:17:39 +00:00
Peter Eisentraut
13f8875017 Added new pg_id to fix initdb problems
New INSTALL file
Fixed a copyright notice
2000-01-20 21:51:09 +00:00
Marc G. Fournier
037cac7ca6 There is one section that changed, concernign startup...the rest is just
changes for v6.5->v6.5.1, so relatively harmless
1999-07-30 04:04:53 +00:00
Thomas G. Lockhart
abc4059128 Cut down to 80 columns per Bruce. Mostly hacked at the porting table. 1999-06-14 07:24:32 +00:00
Thomas G. Lockhart
1ab29c826e Add a mention of doc changes in the release notes. 1999-06-04 06:23:27 +00:00
Thomas G. Lockhart
4a1efbc1c0 Installation notes for v6.5.
Generated from install.sgml and installation.sgml.
1999-06-03 16:05:38 +00:00
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