summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 8.5alpha3REL8_5_ALPHA3REL8_5_ALPHA3_BRANCHPeter Eisentraut2009-12-201-9/+9
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-0/+2
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-111-0/+7
* thread-safetyBruce Momjian2009-12-021-77/+16
* Enable thread safetyBruce Momjian2009-12-011-30/+1
* THREAD_SUPPORTBruce Momjian2009-11-301-10/+0
* In the configure check for the Python distutils module, use a less obscurePeter Eisentraut2009-10-141-1/+1
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-2/+75
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-1/+2
* Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane2009-09-081-1/+1
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-081-37/+37
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-0/+56
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-30/+41
* Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane2009-07-241-1/+2
* Force use of our erand48 on CygwinAndrew Dunstan2009-07-231-0/+10
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-161-7/+2
* Make the configure messages rejecting old bison and flex versions includeTom Lane2009-07-131-14/+17
* Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane2009-07-131-18/+15
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-021-5672/+6757
* Stamp HEAD as 8.5devel.Tom Lane2009-07-011-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