Commit Graph

440 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Tom Lane a386cd7806 Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Tom Lane d72c32a0d1 Stamp 8.1.3. 20 years ago
Tom Lane 9e72b3c2c5 Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Tom Lane e2c60a2cfe Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 20 years ago
Bruce Momjian 96a1732710 Stamp 8.1.1. 20 years ago
Bruce Momjian 42860677a4 Add documentation on the use of *printf() macros and libintl. 20 years ago
Bruce Momjian 4d870d5d8a Add comment on why pg *printf functions are used unconditionally on 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 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
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
PostgreSQL Daemon c22b7eccd3 its that time ... tag it for release 21 years ago
PostgreSQL Daemon 6ff408707e up release to rc5 21 years ago
PostgreSQL Daemon 75a59ad6d1 upgrade tags to rc4 21 years ago
Tom Lane a17e589046 Adjust a few more copyright notices to match the format expected by 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
PostgreSQL Daemon 2ddcd4cad5 tag files for rc2 21 years ago
Tom Lane da59a70c09 Remove direct inclusions of <com_err.h> as well as configure test for 21 years ago
Tom Lane 8ec9608326 Cause configure --with-tcl to check for presence of <tcl.h>, as per 21 years ago