Commit Graph

628 Commits (e6a8de2854bc94fc59b18c3643fd1d08ebfe268f)

Author SHA1 Message Date
Tom Lane 1e05359f4b Properly handle the case where strlcpy() exists in libc but isn't 20 years ago
Tom Lane 7ceec34a73 Improve documentation of configure's readline/libedit switches. 20 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 20 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 20 years ago
Tom Lane 42c17a6bb0 Revise OpenLDAP configuration and linking to work on more platforms 20 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 20 years ago
Peter Eisentraut bb764e94ce Produce a clean failure in configure when dtrace is selected but cannot be 20 years ago
Tom Lane a7d400ad07 Fix inadequate quoting in test for AIX xlc. 20 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 20 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 20 years ago
Tom Lane c469aed1cb Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 20 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
Bruce Momjian 228b1f8e01 Add URL for Solaris qsort() bug. 20 years ago
Bruce Momjian 87a02848b5 Update doc mention that Solaris qsort() might be fixed. 20 years ago
Peter Eisentraut 2986f42984 Put [] around default value for port number. 20 years ago
Bruce Momjian ca430500ce Add documentation on the use of *printf() macros and libintl. 20 years ago
Bruce Momjian ef31c2bf2e Add comment on why pg *printf functions are used unconditionally on 20 years ago
Tom Lane e0e7589169 Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Bruce Momjian 10e3d224e0 Add configure flag to allow libedit to be preferred over GNU readline: 20 years ago
Tom Lane 667ba8ccb1 Brand HEAD branch as 8.2devel. 20 years ago
PostgreSQL Daemon 2a80c3c4dc Tag everything for 8.1.0 ... Finally, a relesae on scheduale!! 20 years ago
PostgreSQL Daemon d8247b0f50 tag it for rc1 20 years ago
PostgreSQL Daemon 106388fbe8 update configure and bugtemplate for beta 4 ... 20 years ago