Commit Graph

364 Commits (5fd424c87a86dd19d6cb15a18d1662ffc7368de1)

Author SHA1 Message Date
Tom Lane ccd99a5eb5 <sys/socket.h> requires <sys/types.h> to already have been included 23 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 23 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 23 years ago
Bruce Momjian e8f4f2f92d Properly test for buggy flex 2.5.3. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane e138630251 On some systems <sys/types.h> must be included before <sys/socket.h>. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Peter Eisentraut e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos 23 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 23 years ago
Bruce Momjian 7fb9b5d434 This fixes 2 inaccuracies in the recently added SQL99 feature list docs. 24 years ago
Peter Eisentraut 7662419f1b Change PL/Perl and Pg interface build to use configured compiler and 24 years ago
Peter Eisentraut 2f2d05763d Change PL/Tcl build to use configured compiler and Makefile.shlib 24 years ago
Peter Eisentraut 2e32eca8d0 Allow detection of collateindex.pl in stylesheet directory or in path, 24 years ago
Peter Eisentraut 5c1f31d2d4 Readline and Zlib now required by default. Add options --without-readline 24 years ago
Peter Eisentraut 563673e15d Add make install-strip target. 24 years ago
Peter Eisentraut 25004eec95 Fix more random breakage manifesting on FreeBSD. 24 years ago
Peter Eisentraut ea13a3fab2 Add missing comma. 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Peter Eisentraut 42c3381fc7 Heimdal support (Kerberos V implementation from KTH) 24 years ago
Bruce Momjian 8799d84603 Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 24 years ago
Peter Eisentraut 15abc7788e More correct way to check for existence of types, which allows to specify 24 years ago
Peter Eisentraut 7505e5d0cd Make prep_buildtree harmless when run on top of the source tree. 24 years ago
Peter Eisentraut 8f3627d89b Add explicit '-print' to 'find' commands. 24 years ago
Bruce Momjian a7621c92ae Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. 24 years ago
Peter Eisentraut 5298eb47dc Fix the readline test to find dependent libraries on NetBSD and OpenBSD. 24 years ago
Peter Eisentraut ef7152f99b Put the right runpath to libpq into the Perl module shared object on more 24 years ago
Peter Eisentraut 5558e15ce5 Do not pre-expand localedir as substituted in the makefile, so that 'make 24 years ago
Peter Eisentraut 4e75fcb80c update from upstream 24 years ago
Peter Eisentraut 8237d89c0f Support fake root install, separate build dir, dependency tracking, our 25 years ago
Peter Eisentraut 2f3bd9eb88 Check for jakarta-ant before ant, in case 'ant' is the screen saver program. 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Peter Eisentraut bbc3920fe9 PL/Python should build portably now, if you can get over the fact that 25 years ago
Peter Eisentraut 0d5407e6e0 Throw error if Ant is not found and Java is requested. Remove redundant 25 years ago
Peter Mount 79e2dd5875 There's always 1 file missed out ;-) 25 years ago
Peter Eisentraut 23e41fb7fb Add configure check for -lunix, for QNX. 25 years ago
Peter Eisentraut 2660803697 Only look for bison as YACC; other yaccs need to be selected explicitly. 25 years ago
Peter Eisentraut 6afd28c8f2 Make more portable. 25 years ago
Peter Eisentraut 5610b6d9cb Only use termcap xor [n]curses, depending on what readline needs. Solaris 25 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Peter Eisentraut 5508ef30e2 Make checks for global variables (sys_nerr, timezone) safe against getting 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Peter Eisentraut 6b70f3862c Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), 25 years ago
Peter Eisentraut 7267fdd7a3 Add some configure checks for DocBook and related tools. With a somewhat 25 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 25 years ago
Peter Eisentraut 07ac8e94c7 In flex --version test, redirect stdin to /dev/null, because some lex' hang 25 years ago
Peter Eisentraut 0f5169b4af New config.guess and config.sub with Darwin support (from official GNU 25 years ago
Peter Eisentraut 3daa17173b Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get 25 years ago
Peter Eisentraut 12e7558c76 Add check for GNU or not GNU ld, needed to pick the right export_dynamic 25 years ago