Commit Graph

846 Commits (77a1863c94e21eceaef65eab0b4bd24eea57ef97)

Author SHA1 Message Date
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 17 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 17 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 17 years ago
Marc G. Fournier bc00ceb159 bundle RC2 17 years ago
Marc G. Fournier 35daaa91d3 time to tag rc1 ... 17 years ago
Tom Lane 14ba9fdef6 Fix ill-advised whitespace prettification, per buildfarm. 17 years ago
Tom Lane cb10e3af3a Support Kerberos on platforms where libcom_err depends on OpenSSL, as 17 years ago
Peter Eisentraut 5e4c8aee1f Add documentation string for LDFLAGS_SL in configure --help output. 17 years ago
Marc G. Fournier abc924519a commit for BETA2 17 years ago
Marc G. Fournier 4c9c0b85fb commit and tag beta1 17 years ago
Bruce Momjian 77b044f27e Disable effective_io_concurrency on Solaris because posix_fadvise() is 17 years ago
Tom Lane 1d26226d95 Make an attempt at fixing our current Solaris 11 breakage: add a configure 17 years ago
Tom Lane 3da36407c0 On Solaris, we should only force use of our own getopt(); it's okay to use 17 years ago
Andrew Dunstan 30735adfe4 do not use unsetenv.c on mingw 17 years ago
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 17 years ago
Andrew Dunstan b5d23f28ce allow alternative names for tclsh used on Windows 17 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Bruce Momjian eac951d510 Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it 17 years ago
Bruce Momjian 62f09e92be Renable threading build for Solaris 2.5, per report from Andrew Chernow 17 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 17 years ago
Peter Eisentraut 16785db18c Produce a full version string for Sun Studio. 17 years ago
Bruce Momjian d00a3472cf Update MinGW so it handles fseeko() similar to Unix. 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Tom Lane 075ac80d72 Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much 17 years ago
Bruce Momjian b32a290bdf Update SELECT version() to show whether it is a 32 or 64-bit backend binary. 17 years ago
Peter Eisentraut c63b9b1ddc When cross-compiling, allow and require an external zic program to be used 17 years ago
Peter Eisentraut a65ed83f8a Allow configure to deal with Python 3.0. Changes were: 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Peter Eisentraut f426fbf746 Ident authentication over Unix-domain sockets on Solaris, using 17 years ago
Andrew Dunstan 466368b8d0 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Peter Eisentraut ff50ea7a8a Missing space in error message 17 years ago
Peter Eisentraut d50966a49d Move forgotten comment closer to where it matters. 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Peter Eisentraut f7ef575fb7 Use Autoconf provided AS_HELP_STRING macro to automatically format and 17 years ago
Peter Eisentraut 58829581f8 Check for gcov and lcov only when coverage testing is enabled. 18 years ago
Peter Eisentraut 11f53b1063 Code coverage testing with gcov. Documentation is in the regression test 18 years ago
Peter Eisentraut 579d9a5201 Add DSSSL stylesheet location for Mac OS X/Fink installation. 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 18 years ago
Tom Lane 3cab8bdf43 Remove -Winline from the default set of CFLAGS for gcc. It's gotten much 18 years ago
Alvaro Herrera 49f001d81e Cope with Tcl versions that do not create a tclsh symlink to the version- 18 years ago
Peter Eisentraut 509303a597 Abort if Tcl support was configured and no tcl shell was found. 18 years ago
Tom Lane 623f8a0969 Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 18 years ago
Tom Lane 7e8374a3e0 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 18 years ago