fd7fdbc88b
Tag 7.4.30
2010-10-01 10:40:30 -03:00
ab9536b134
tag 7.4.29
2010-05-14 03:44:21 +00:00
249271d387
tag 7.4.28
2010-03-12 04:06:01 +00:00
df4b86a004
tag 7.4.27
2009-12-10 03:26:04 +00:00
ef31ff159f
Tag 7.4.26
2009-09-04 05:33:18 +00:00
e3c0d679dc
tag 7.4.25
2009-03-13 02:39:42 +00:00
cedefbdf13
tag 7.4.24
2009-01-30 03:54:33 +00:00
e3a4d5cf8c
Remove references to pgsql-ports and pgsql-patches mailing lists from
...
various documentation, since those lists are now dead/deprecated.
Point to pgsql-bugs and/or pgsql-hackers as appropriate.
2009-01-06 17:28:15 +00:00
31f6cfb690
tag 7.4.23
2008-10-31 03:15:21 +00:00
b304b8640b
tag for 7.4.22
2008-09-19 03:30:27 +00:00
9acedf8faf
tag 7.4.21
2008-06-09 00:16:58 +00:00
c2e3599105
tag 7.4.20
2008-06-06 04:37:07 +00:00
a45d896b01
Use our own getopt() and getopt_long() on Solaris, because that platform's
...
versions don't handle long options the way we want. Per Zdenek Kotala.
2008-02-24 05:22:44 +00:00
56a2a41763
Stamp release 7.4.19.
...
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
2008-01-03 21:42:17 +00:00
2f2f9b9bae
update configure for 7.4.18
2007-09-14 23:19:58 +00:00
c95bdc96b5
Update configure in for new release
...
Security: hold for release
2007-04-20 15:15:43 +00:00
de59c01f26
Stamp release 7.4.16.
...
Security: CVE-2007-0555, CVE-2007-0556
2007-02-02 00:15:35 +00:00
2ece6917e8
commit before tag ...
2007-01-06 06:40:31 +00:00
62f9cbf424
Stamp 7.4.14.
2006-10-12 19:42:03 +00:00
82f56fad31
Stamp release 7.4.13.
2006-05-21 21:54:02 +00:00
a41379fbce
Stamp 7.4.12.
2006-02-12 22:38:30 +00:00
1937d8d9ef
Use a more bulletproof test for whether finite() and isinf() are present.
...
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-12 19:24:27 +00:00
7de3bec056
Generate back-branch configure scripts with the appropriate version of autoconf.
2006-01-06 02:31:08 +00:00
12693c6476
Stamp release 7.4.11.
2006-01-05 03:59:48 +00:00
37cdf43eaa
Add port support for unsetenv() in back branches. Needed for locale
...
environment fix.
2006-01-05 00:51:25 +00:00
9c8c45e218
Stamp 7.4.10.
2005-12-09 20:53:26 +00:00
4082f5e34f
Stamp release 7.4.9.
2005-10-03 17:14:24 +00:00
26f64e4c7a
Stamp release 7.4.8.
2005-05-05 20:08:35 +00:00
9c1bb68356
Stamp release 7.4.7.
2005-01-30 19:32:22 +00:00
7447537803
Stamp release 7.4.6.
2004-10-22 00:26:24 +00:00
0bdacf50f1
Brand 7.4.5 ... now that was our shortest-lived release ever ...
2004-08-18 03:11:25 +00:00
17663e1aeb
Stamp 7.4.4.
2004-08-15 00:24:04 +00:00
d28e714509
Do PGAC_FUNC_GETPWUID_R_5ARG check with the proper thread flags. This
...
fixes Solaris thread compiles.
2004-06-16 03:47:35 +00:00
619b560c84
tag this as 7.4.3 and copyright date 2004
2004-06-08 15:36:35 +00:00
21a7569b1a
Handle draft version of getpwuid_r() that accepts only four arguments.
...
Backpatch to 7.4.X. Required for Solaris 7 & 8.
2004-03-20 15:39:40 +00:00
49bc9c45c9
Brand 7.4.2. Release notes still need work.
2004-03-05 19:57:22 +00:00
29760bbdaf
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
...
Without this patch, no thread locking or *_r functions were being used.
2004-02-11 17:32:09 +00:00
fce397ed12
Do not let external specification of CFLAGS stop us from adding
...
-fno-strict-aliasing.
2004-02-02 04:07:40 +00:00
735614c1cf
Stamp 7.4.1.
...
Update 7.4.1 FAQ's to current.
2003-12-13 16:57:36 +00:00
83ab17e051
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
...
Fixes compliation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
2003-11-24 13:11:27 +00:00
3f78df10b1
k, tag the release
2003-11-16 21:33:50 +00:00
3407800a3e
autoconf
2003-11-10 05:56:23 +00:00
b15cb18cb2
Make the detection of nsgmls more robust for funny shells.
2003-11-06 10:28:54 +00:00
cc3a149cb0
tag it Release Candidate 1, as previously discussed
2003-11-03 05:27:18 +00:00
801427abc2
Unset CFLAGS before reading template. This should be more robust.
...
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-11-01 20:48:51 +00:00
573f8c0116
Guard against Ant versions that print CLASSPATH before the version number
...
in -version output. Per report from Johann Uhrmann.
2003-10-28 20:26:47 +00:00
378f59904a
Fix CFLAGS selection to actually work. Add test to detect whether gcc's
...
option -fno-strict-aliasing is available.
2003-10-25 15:32:11 +00:00
7533e455f0
up configure to beta5
2003-10-22 04:16:39 +00:00
37278c063f
Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc,
...
per recent pghackers discussions. Also ensure that explicitly setting
CFLAGS in the configure environment will be honored.
2003-10-15 22:23:56 +00:00
fca71f4406
Add compile -O flag only for non-debug mode, per Tom
2003-10-14 00:48:09 +00:00