Commit Graph

448 Commits (7d57a1825f62a67b0eddc65d8618a9043d14f9e8)

Author SHA1 Message Date
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 ... 21 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
Neil Conway a159ad3048 Remove support for Kerberos V4. It seems no one is using this, it has 21 years ago
Bruce Momjian 72c53ac3a7 Allow kerberos name and username case sensitivity to be specified from 21 years ago
Bruce Momjian c9a382b2ed Rename Rendezvous to Bonjour to match OS/X renaming. 21 years ago
Neil Conway d733f110cd Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange 21 years ago
Bruce Momjian 64c8635a4d On Win32, libintl replaces snprintf() with its own version that 21 years ago
Neil Conway d445b413c6 The issue has been raised in the past that our build system links each 21 years ago
Tom Lane e6befdc9d1 Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth 21 years ago
Bruce Momjian 3bc6bdf322 Define snprintf() to call pg_snprintf() so our own snprintf-like 21 years ago
Bruce Momjian 8ba5169abd Use test && test rather than test -a, per Peter. 21 years ago
Bruce Momjian bb7a3a740c Use our own snprintf() only if NLS is enabled, and support %qd and %I64d. 21 years ago
Tom Lane 5c4a91c295 Un-break configure snprintf tests (partly my fault, partly Bruce's). 21 years ago
Bruce Momjian f1430ce063 Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so 21 years ago
Tom Lane 13227910e4 We aren't supposed to try to run test programs until after we've 21 years ago
Bruce Momjian b4feafb6ff Add support to port/snprintf.c for position parameter specification: 21 years ago
Bruce Momjian 4b2b6930ad Stamp 8.1 in configure. 21 years ago