summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2010-10-01Tag 7.4.30REL7_4_30REL7_4_STABLEMarc G. Fournier
2010-05-14tag 7.4.29REL7_4_29Marc G. Fournier
2010-03-12tag 7.4.28REL7_4_28Marc G. Fournier
2009-12-10tag 7.4.27REL7_4_27Marc G. Fournier
2009-09-04Tag 7.4.26REL7_4_26Marc G. Fournier
2009-03-13tag 7.4.25REL7_4_25Marc G. Fournier
2009-01-30tag 7.4.24REL7_4_24Marc G. Fournier
2009-01-06Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane
various documentation, since those lists are now dead/deprecated. Point to pgsql-bugs and/or pgsql-hackers as appropriate.
2008-10-31tag 7.4.23REL7_4_23Marc G. Fournier
2008-09-19tag for 7.4.22REL7_4_22Marc G. Fournier
2008-06-09tag 7.4.21REL7_4_21Tom Lane
2008-06-06tag 7.4.20Tom Lane
2008-02-24Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane
versions don't handle long options the way we want. Per Zdenek Kotala.
2008-01-03Stamp release 7.4.19.REL7_4_19Tom Lane
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
2007-09-14update configure for 7.4.18Marc G. Fournier
2007-04-20Update configure in for new releaseREL7_4_17PostgreSQL Daemon
Security: hold for release
2007-02-02Stamp release 7.4.16.REL7_4_16Tom Lane
Security: CVE-2007-0555, CVE-2007-0556
2007-01-06commit before tag ...REL7_4_15PostgreSQL Daemon
2006-10-12Stamp 7.4.14.REL7_4_14Tom Lane
2006-05-21Stamp release 7.4.13.REL7_4_13Tom Lane
2006-02-12Stamp 7.4.12.REL7_4_12Tom Lane
2006-01-12Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane
It seems that recent gcc versions can optimize away calls to these functions even when the functions do not exist on the platform, resulting in a bogus positive result. Avoid this by using a non-constant argument and ensuring that the function result is not simply discarded. Per report from François Laupretre.
2006-01-06Generate back-branch configure scripts with the appropriate version of autoconf.Tom Lane
2006-01-05Stamp release 7.4.11.Bruce Momjian
2006-01-05Add port support for unsetenv() in back branches. Needed for localeTom Lane
environment fix.
2005-12-09Stamp 7.4.10.Tom Lane
2005-10-03Stamp release 7.4.9.Tom Lane
2005-05-05Stamp release 7.4.8.Tom Lane
2005-01-30Stamp release 7.4.7.Tom Lane
2004-10-22Stamp release 7.4.6.REL7_4_6Tom Lane
2004-08-18Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane
2004-08-15Stamp 7.4.4.REL7_4_4Tom Lane
2004-06-16Do PGAC_FUNC_GETPWUID_R_5ARG check with the proper thread flags. ThisBruce Momjian
fixes Solaris thread compiles.
2004-06-08tag this as 7.4.3 and copyright date 2004PostgreSQL Daemon
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
Backpatch to 7.4.X. Required for Solaris 7 & 8.
2004-03-05Brand 7.4.2. Release notes still need work.Bruce Momjian
2004-02-11Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian
Without this patch, no thread locking or *_r functions were being used.
2004-02-02Do not let external specification of CFLAGS stop us from addingTom Lane
-fno-strict-aliasing.
2003-12-13Stamp 7.4.1.Bruce Momjian
Update 7.4.1 FAQ's to current.
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
Fixes compliation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
2003-11-16k, tag the releaseREL7_4PostgreSQL Daemon
2003-11-10autoconfREL7_4_RC2PostgreSQL Daemon
2003-11-06Make the detection of nsgmls more robust for funny shells.Peter Eisentraut
2003-11-03tag it Release Candidate 1, as previously discussedREL7_4_RC1PostgreSQL Daemon
2003-11-01Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut
When --enable-debug is used, then the default CFLAGS for non-GCC is just -g without -O. Backpatch enhancement of Autoconf inline test that detects problems with the HP C compiler.
2003-10-28Guard against Ant versions that print CLASSPATH before the version numberTom Lane
in -version output. Per report from Johann Uhrmann.
2003-10-25Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut
option -fno-strict-aliasing is available.
2003-10-22up configure to beta5REL7_4_BETA5PostgreSQL Daemon
2003-10-15Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc,Tom Lane
per recent pghackers discussions. Also ensure that explicitly setting CFLAGS in the configure environment will be honored.
2003-10-14Add compile -O flag only for non-debug mode, per TomBruce Momjian