- 11 Oct, 1999 1 commit
-
-
Bruce Momjian authored
-
- 03 Oct, 1999 1 commit
-
-
Bruce Momjian authored
-
- 02 Oct, 1999 1 commit
-
-
Tom Lane authored
works if finite() is a function. Patch from Christof Petig.
-
- 12 Sep, 1999 1 commit
-
-
Marc G. Fournier authored
Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to the CPPFLAGS/LDFLAGS variables...
-
- 03 Aug, 1999 1 commit
-
-
Tom Lane authored
use Autoconf-approved method of testing for predefined symbols, and move it down to where we know what compiler to run and how to run it.
-
- 01 Aug, 1999 1 commit
-
-
Bruce Momjian authored
-
- 20 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 19 Jul, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 18 Jul, 1999 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 30 May, 1999 1 commit
-
-
Tom Lane authored
after checking for presence of C++ compiler. Odd we hadn't seen any reports of problems before...
-
- 29 May, 1999 1 commit
-
-
Tom Lane authored
when used with egcs --- now it does.
-
- 26 May, 1999 1 commit
-
-
Marc G. Fournier authored
Give BEOS a chance ...
-
- 17 May, 1999 1 commit
-
-
Marc G. Fournier authored
Apply freebsd specific patches dealign with ELF system from FreeBSD's ports collection ...
-
- 11 May, 1999 1 commit
-
-
Tom Lane authored
in pl/plpgsql/src/mklang.sql.
-
- 20 Apr, 1999 1 commit
-
-
Tom Lane authored
and related files. Also remove float.c's gratuitous redeclaration of isinf() ... looks like there are more decls in there that ought to be in config.h, but I'll leave well enough alone for now ...
-
- 02 Apr, 1999 1 commit
-
-
Tom Lane authored
it with configure-script tests to see whether const, inline, volatile, etc work or not. (Curiously, configure was already doing the work to see if const and inline were OK, but the results were not getting plugged into config.h :-(.)
-
- 25 Mar, 1999 1 commit
-
-
Tom Lane authored
configure, instead of having a bunch of crufty platform-specific guesses.
-
- 24 Mar, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 16 Mar, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Mar, 1999 1 commit
-
-
Tom Lane authored
define INT64_FORMAT in all cases.
-
- 08 Mar, 1999 1 commit
-
-
Marc G. Fournier authored
Have configure check for use of %lld for int64, and if that fails, check for use of %qd...a more generic solution then having #ifdef __<INSERT OS HERE>__ in the code...
-
- 07 Mar, 1999 1 commit
-
-
Tom Lane authored
-
- 06 Mar, 1999 1 commit
-
-
Tom Lane authored
is less likely to fail for lack of semaphores.
-
- 21 Feb, 1999 1 commit
-
-
Tom Lane authored
of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory per array slot. configure's --with-maxbackends switch now controls DEF_MAXBACKENDS which is simply the default value of the postmaster's -N switch. Thus, the out-of-the-box configuration will still limit you to 64 backends, but you can go up to 1024 backends simply by restarting the postmaster with a different -N switch --- no rebuild required.
-
- 19 Feb, 1999 1 commit
-
-
Tom Lane authored
(--with-maxbackends). Add a postmaster switch (-N backends) that allows the limit to be reduced at postmaster start time. (You can't increase it, sorry to say, because there are still some fixed-size arrays.) Grab the number of semaphores indicated by min(MAXBACKENDS, -N) at postmaster startup, so that this particular form of bogus configuration is exposed immediately rather than under heavy load.
-
- 03 Feb, 1999 1 commit
-
-
Tom Lane authored
for int8 support. configure now checks only snprintf() for int8 support, not sprintf and sscanf as it used to. The reason for doing this is that if we are supplying our own snprintf code (which does handle long long int), we now only need working long long support in the compiler not in the platform's C library. I have verified that int8 now passes regression test on HPUX 9, and I think it should work on SunOS 4.1.* and other older platforms if gcc is used.
-
- 01 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
freebsd4.0 needed to be added to configure...
-
- 17 Jan, 1999 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too.
-
- 28 Dec, 1998 1 commit
-
-
Bruce Momjian authored
-
- 13 Dec, 1998 1 commit
-
-
Tom Lane authored
instead of our own halfway-there code. Add AC_STRUCT_TIMEZONE call to check whether tm_zone exists in struct tm. Revise reading of template file so that templates can define any variables they feel like (and, indeed, can execute arbitrary shell code) rather than being constrained to a fixed set of variable names.
-
- 29 Nov, 1998 1 commit
-
-
Tom Lane authored
instead of relying on port's os.h to tell us. (Needed for HPUX where system major version is not enough info.) configure unsets USE_TK if X libraries not found. doc/Makefile uses gzcat or zcat as found by autoconf.
-
- 23 Nov, 1998 1 commit
-
-
Tom Lane authored
selected when they match a prefix of the value. The previous method, which stripped all version data from and then tried to match that against .similar entries, was entirely useless when .similar contained several entries for different version numbers of a single OS name.
-