summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2009-12-11Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian
2009-12-02thread-safetyBruce Momjian
2009-12-01Enable thread safetyBruce Momjian
2009-11-30THREAD_SUPPORTBruce Momjian
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-13Write psql's ~/.psql_history file using history_truncate_file() andTom Lane
2009-09-08Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-07-24Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane
2009-07-23Force use of our erand48 on CygwinAndrew Dunstan
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-27Bundle v8.4.0Marc G. Fournier
2009-06-22bundle RC2REL8_4_RC2Marc G. Fournier
2009-06-12time to tag rc1 ...REL8_4_RC1Marc G. Fournier
2009-06-10Fix ill-advised whitespace prettification, per buildfarm.Tom Lane
2009-06-10Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane
2009-05-19Add documentation string for LDFLAGS_SL in configure --help output.Peter Eisentraut
2009-05-15commit for BETA2REL8_4_BETA2Marc G. Fournier
2009-04-10commit and tag beta1REL8_4_BETA1Marc G. Fournier
2009-04-07Disable effective_io_concurrency on Solaris because posix_fadvise() isBruce Momjian
2009-04-04Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane
2009-03-27On Solaris, we should only force use of our own getopt(); it's okay to useTom Lane
2009-02-12do not use unsetenv.c on mingwAndrew Dunstan
2009-02-11Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-21Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander
2009-01-14Check nsl library for gethostbyname_r() on all platforms (HP-UX uses itBruce Momjian
2009-01-14Renable threading build for Solaris 2.5, per report from Andrew ChernowBruce Momjian
2009-01-11Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane
2009-01-07Produce a full version string for Sun Studio.Peter Eisentraut
2009-01-07Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian
2009-01-06Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane
2009-01-06Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane
2009-01-06Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-18Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut
2008-10-30Missing space in error messagePeter Eisentraut
2008-10-29Move forgotten comment closer to where it matters.Peter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-29Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut
2008-09-05Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut