summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.4.1REL8_4_1Marc G. Fournier2009-09-041-9/+9
* Bundle v8.4.0Marc G. Fournier2009-06-271-9/+9
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-221-9/+9
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-121-9/+9
* Fix ill-advised whitespace prettification, per buildfarm.Tom Lane2009-06-101-2/+1
* Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane2009-06-101-12/+76
* Add documentation string for LDFLAGS_SL in configure --help output.Peter Eisentraut2009-05-191-1/+1
* commit for BETA2REL8_4_BETA2Marc G. Fournier2009-05-151-9/+9
* commit and tag beta1REL8_4_BETA1Marc G. Fournier2009-04-101-9/+9
* Disable effective_io_concurrency on Solaris because posix_fadvise() isBruce Momjian2009-04-071-28/+127
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-041-0/+59
* On Solaris, we should only force use of our own getopt(); it's okay to useTom Lane2009-03-271-16/+12
* do not use unsetenv.c on mingwAndrew Dunstan2009-02-121-1/+117
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-111-4/+5
* allow alternative names for tclsh used on WindowsAndrew Dunstan2009-02-031-1/+1
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-221-0/+1
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-0/+6
* Check nsl library for gethostbyname_r() on all platforms (HP-UX uses itBruce Momjian2009-01-141-5/+2
* Renable threading build for Solaris 2.5, per report from Andrew ChernowBruce Momjian2009-01-141-0/+88
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-111-1/+2
* Produce a full version string for Sun Studio.Peter Eisentraut2009-01-071-0/+2
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-071-1/+2
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-061-2/+2
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-061-839/+841
* Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian2009-01-061-411/+817
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-051-1/+57
* Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut2009-01-041-8/+8
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+11
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-1/+395
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-021-92/+0
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-1/+34
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-241-0/+92
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-2/+4
* Detect and error out on inability to get proper linkage information required ...Andrew Dunstan2008-11-121-1/+14
* Missing space in error messagePeter Eisentraut2008-10-301-2/+2
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-291-2/+3
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-291-2/+52
* Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut2008-10-291-12/+24
* Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut2008-09-051-19/+18
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-6/+201
* Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut2008-09-051-2/+3
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-29/+25
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-211-12/+12
* Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane2008-08-191-1/+1
* Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera2008-08-011-1/+1
* Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut2008-07-231-0/+6
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-271-51/+57
* Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane2008-05-271-12/+12
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-201-118/+142