Commit Graph

554 Commits (d43b085d578148f8dec2fea774912103e2f3044f)

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