aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-22
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-12
* Fix ill-advised whitespace prettification, per buildfarm.Tom Lane2009-06-10
* Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane2009-06-10
* Add documentation string for LDFLAGS_SL in configure --help output.Peter Eisentraut2009-05-19
* commit for BETA2REL8_4_BETA2Marc G. Fournier2009-05-15
* commit and tag beta1REL8_4_BETA1Marc G. Fournier2009-04-10
* Disable effective_io_concurrency on Solaris because posix_fadvise() isBruce Momjian2009-04-07
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-04
* On Solaris, we should only force use of our own getopt(); it's okay to useTom Lane2009-03-27
* do not use unsetenv.c on mingwAndrew Dunstan2009-02-12
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-11
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-22
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Check nsl library for gethostbyname_r() on all platforms (HP-UX uses itBruce Momjian2009-01-14
* Renable threading build for Solaris 2.5, per report from Andrew ChernowBruce Momjian2009-01-14
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Produce a full version string for Sun Studio.Peter Eisentraut2009-01-07
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-07
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-06
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-06
* Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian2009-01-06
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-07
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-26
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18
* Missing space in error messagePeter Eisentraut2008-10-30
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-29
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut2008-10-29
* Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut2008-09-05
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-05
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane2008-08-19
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-27
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-20
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-18
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-03
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-02
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,Tom Lane2008-04-28
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Enable 64-bit integer datetimes by default, per previous discussion.Neil Conway2008-03-30
* Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane2008-03-10
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane2008-02-24