summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 8.5alpha3REL8_5_ALPHA3REL8_5_ALPHA3_BRANCHPeter Eisentraut2009-12-201-2/+2
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-111-1/+5
* thread-safetyBruce Momjian2009-12-021-32/+10
* Enable thread safetyBruce Momjian2009-12-011-6/+1
* THREAD_SUPPORTBruce Momjian2009-11-301-7/+1
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-3/+12
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-2/+2
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-081-2/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-1/+8
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-3/+3
* Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane2009-07-241-2/+3
* Force use of our erand48 on CygwinAndrew Dunstan2009-07-231-1/+6
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-161-3/+2
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-021-5/+2
* Stamp HEAD as 8.5devel.Tom Lane2009-07-011-2/+2
* Bundle v8.4.0Marc G. Fournier2009-06-271-2/+2
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-221-2/+2
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-121-2/+2
* Fix ill-advised whitespace prettification, per buildfarm.Tom Lane2009-06-101-3/+2
* Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane2009-06-101-9/+13
* Add documentation string for LDFLAGS_SL in configure --help output.Peter Eisentraut2009-05-191-2/+2
* commit for BETA2REL8_4_BETA2Marc G. Fournier2009-05-151-2/+2
* commit and tag beta1REL8_4_BETA1Marc G. Fournier2009-04-101-2/+2
* Disable effective_io_concurrency on Solaris because posix_fadvise() isBruce Momjian2009-04-071-3/+10
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-041-1/+10
* On Solaris, we should only force use of our own getopt(); it's okay to useTom Lane2009-03-271-7/+8
* do not use unsetenv.c on mingwAndrew Dunstan2009-02-121-2/+14
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-111-5/+6
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-221-2/+3
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-1/+2
* Check nsl library for gethostbyname_r() on all platforms (HP-UX uses itBruce Momjian2009-01-141-6/+3
* Renable threading build for Solaris 2.5, per report from Andrew ChernowBruce Momjian2009-01-141-1/+7
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-111-2/+2
* Produce a full version string for Sun Studio.Peter Eisentraut2009-01-071-1/+3
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-071-2/+3
* 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-20/+22
* Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian2009-01-061-2/+4
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-051-1/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+4
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-1/+7
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-021-6/+1
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-1/+2
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-241-1/+6
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-3/+3
* Missing space in error messagePeter Eisentraut2008-10-301-2/+2
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-291-3/+4
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-291-1/+9
* Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut2008-10-291-47/+47