Commit Graph

613 Commits (aa719c4853ea460d5f9dae5856088205518b51a7)

Author SHA1 Message Date
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
PostgreSQL Daemon 5f470ad491 update to beta3 before tagging ... 20 years ago
Tom Lane 93d358a8a4 Add -Winline to the default CFLAGS for gcc, and remove 21 years ago
PostgreSQL Daemon cd85918090 tag it all beta2 ... 21 years ago
Tom Lane ea849a2648 Add comment explaining that autoconf's failure to find getaddrinfo() 21 years ago
PostgreSQL Daemon cc88ed6303 fix up a few references to 8.1devel -> 8.1beta1 21 years ago
Bruce Momjian 43bf3a6bc6 The attached patch updates the thread test program to run stand-alone on 21 years ago
Bruce Momjian a970a8cb95 Back out incorrect commit. 21 years ago
Bruce Momjian eef7e30cc1 Fix function name. 21 years ago
Tom Lane 0007490e09 Convert the arithmetic for shared memory size calculation from 'int' 21 years ago
Tom Lane cb6a08c9b3 Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan. 21 years ago
Tom Lane 558730ac6b Clean up CREATE DATABASE processing to make it more robust and get rid 21 years ago
Bruce Momjian 261ffd03f7 Reverse out because the lack of using pgport in timezone/ is causing 21 years ago
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Peter Eisentraut 85884cb1de Support cross compilation by compiling "zic" with a native compiler. This 21 years ago
Peter Eisentraut 875efad481 Update to autoconf 2.59 as well as updates of related scripts 21 years ago