Commit Graph

789 Commits (8bb14cdd33deecc6977cf5638f73e80f76ab658b)

Author SHA1 Message Date
Tom Lane 59cf88da91 Ignore libedit/libreadline while probing for strlcpy and some other 19 years ago
PostgreSQL Daemon c11b5228cf update for rc1 19 years ago
PostgreSQL Daemon 9b3aee524f Tag as Beta3 ... two outstanding *known* bugs before RC1 ... 19 years ago
Tom Lane 02f37bd8c4 Revert to the pre-8.2 method of probing for libm, that is, always 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Tom Lane 66f5264a2e Stamp 8.2beta2. 19 years ago
Peter Eisentraut 6ab23dabf5 Punt when trying to build with threaded Python on FreeBSD. 19 years ago
Tom Lane 71a6f8b85b On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 19 years ago
Tom Lane 9e6c3582dd Second try at fixing libedit configuration for Bob Friesenhahn. 19 years ago
Tom Lane bdef2bf296 Adjust configure's handling of libedit to not look for a history.h file. 19 years ago
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed 19 years ago
Tom Lane 1e05359f4b Properly handle the case where strlcpy() exists in libc but isn't 19 years ago
Tom Lane 7ceec34a73 Improve documentation of configure's readline/libedit switches. 19 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 19 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 19 years ago
Tom Lane 42c17a6bb0 Revise OpenLDAP configuration and linking to work on more platforms 19 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 19 years ago
Peter Eisentraut bb764e94ce Produce a clean failure in configure when dtrace is selected but cannot be 19 years ago
Tom Lane a7d400ad07 Fix inadequate quoting in test for AIX xlc. 19 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 19 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 19 years ago
Tom Lane c469aed1cb Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 19 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Bruce Momjian 382808612c Emit warnings for unknown configure options. 20 years ago
Tom Lane f0df096785 Rearrange some configure.in comments for better readability. 20 years ago
Bruce Momjian 908f317b73 Add Win32 semaphore implementation, rather than mimicking SysV 20 years ago
Bruce Momjian 61091ec267 Intel compiler has a bug/misoptimization in checking for division by NAN 20 years ago
Bruce Momjian 0a6990e4dc Turn off strict aliasing when using AIX xlc compiler. 20 years ago
Bruce Momjian 0606860a20 Revert Intel compiler bug comment. 20 years ago
Bruce Momjian 4e0783049d Add mentioun of Intel compiler bug: 20 years ago
Bruce Momjian 899f49cfce Use special gcc -W flags only if we are using gcc, not if we are using 20 years ago
Tom Lane 04ca4caa81 Remove use of lorder and tsort while building static libraries. There's 20 years ago
Andrew Dunstan 39ec43a271 Revert getaddrinfo configure changes until we get a solution that is 20 years ago
Bruce Momjian 357cc01e57 This patch adds native LDAP auth, for those platforms that don't have 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian b04d19f230 Fix PG_VERSION_NUM for different awk -F handling. 20 years ago
Bruce Momjian c979afb7e0 Fix PG_VERSION_NUM awk -F parameter. 20 years ago
Bruce Momjian 03024ca5a1 Add PG_VERSION_NUM for use by 3rd party applications wanting to test the 20 years ago
Tom Lane af49a1634f Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Tom Lane bba11cdd97 Since we only use libld on AIX, don't include it in LIBS on any other 20 years ago
Peter Eisentraut 12fca1f6fa Fix up remaining library checks. 20 years ago
Peter Eisentraut 50610ef8b5 Remove some checks for libraries that no one can identify. We'll see how 20 years ago
Bruce Momjian 9e66c3e6fe Move thread_test directory from /tools to /test so source-only tarballs 20 years ago
Peter Eisentraut 0e04982e78 First attempt at removing some AC_CHECK_LIB(foo, main) calls. 20 years ago
Bruce Momjian ebd38e3c1d Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off 20 years ago
Tom Lane 558bc2584d Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Tom Lane db0558c113 Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago