- 12 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 27 Aug, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 17 Aug, 1997 1 commit
-
-
Marc G. Fournier authored
of assuming it does exist
-
- 06 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 02 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 01 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 31 Jul, 1997 1 commit
-
-
Bruce Momjian authored
-
- 30 Jul, 1997 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at work fails on that check...
-
Bruce Momjian authored
-
- 29 Jul, 1997 1 commit
-
-
Bruce Momjian authored
-
- 28 Jul, 1997 1 commit
-
-
Bruce Momjian authored
-
- 15 Jul, 1997 1 commit
-
-
Marc G. Fournier authored
As requested by Dr. Andrew C.R. Martin
-
- 14 Jul, 1997 1 commit
-
-
Bruce Momjian authored
-
- 01 Jun, 1997 1 commit
-
-
Marc G. Fournier authored
Fixes a problem Darren reports with AIX, and doesn't seem to break either FreeBSD or Linux(David?)...
-
- 28 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
From: Lee Roth <roth@tpusa.com>
-
- 26 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
Pointed out by: adrian@waltham.harvard.net
-
Marc G. Fournier authored
-
- 22 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
type check in numutils.c:ftoa() Pointed out by: "Martin J. Laubach" <mjl@emsi.priv.at>
-
Marc G. Fournier authored
Subject: [PATCHES] Patch for configure.in to not ask for CASSERT The following patch defaults to CASSERT, so it doesn't ask you. You can still use --enable-cassert and --disable-cassert to do it explicitly. Default: disabled
-
- 18 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
--with-compiler=xlc Requested by: Darren King <aixssd!darrenk@abs.net>
-
Marc G. Fournier authored
Subject: [HACKERS] Another patch to configure.in I heard very little in objections/approvals to defaulting some of the parameters to configure. Enclosed is a patch to configure.in which removes the questions for PGPORT USE_LOCALE NOHBA By default (i.e. assuming you don't put anything extra in the configure command line), it assumes PGPORT=5432, USE_LOCAL=no and NOHBA=no (i.e. HBA is turned on) --with-pgport=PGPORT_NO Over-rides the PGPORT value --enable-locale enables USE_LOCALE --disable-hba disables HBA Just for completeness: --prefix=BASEDIR Defaults to /usr/local/pgsql --with-template=TEMPLATE Defaults to asking you
-
- 15 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
instead of as a -D
-
Marc G. Fournier authored
-
- 12 Apr, 1997 3 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
file that has moved to include is also link'd properly
-
Marc G. Fournier authored
Submitted by: adrian@waltham.harvard.net
-
- 09 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Submitted by: adrian@waltham.harvard.net
-
- 04 Apr, 1997 3 commits
-
-
Marc G. Fournier authored
Clean up the .sample files...comment out all sample entries except for the localhost one
-
Marc G. Fournier authored
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
-
Marc G. Fournier authored
Further extended Makefile.global/build/configure so that we can have a 'template' file for each OS (and each version of OS, as in BSDi) which is used as much as possible to generate Makefile.global Any future ports should look at using the template file as a basis, before moving over to Makefile.global. This will most probably break alot of the ports, atho I've tried to be very neat about it...
-
- 03 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
Allow installer to change DEF_PGPORT Allow installer to disable HBA
-
Marc G. Fournier authored
Remove USE_LOCALE from Makefile.global.in Add USE_LOCALE to build/configure/config.h Add check for BUILDRUN in configure to make sure that build is run before configure
-
- 01 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 25 Mar, 1997 3 commits
-
-
Marc G. Fournier authored
Remove 'unused variable' from dt.c
-
Marc G. Fournier authored
of endian.h. I figure that if it exists it's pretty sure that it has the byte order information and we may catch some other ports without any further testing. From: "D'Arcy J.M. Cain" <darcy@druid.net>
-
Marc G. Fournier authored
-
- 21 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
Thanks to D'Arcy for pointing this one out
-
- 20 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
include crypt.h in password.c if crypt.h does exist
-