- Jan 03, 2008
-
-
Tom Lane authored
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
-
- Jan 01, 2008
-
-
Bruce Momjian authored
-
- Dec 31, 2007
-
-
Bruce Momjian authored
mismatch; backpatch.
-
Bruce Momjian authored
mismatch. Batckpatch to 8.2.X.
-
- Dec 03, 2007
-
- Nov 26, 2007
-
-
Peter Eisentraut authored
-
- Nov 16, 2007
-
-
Marc G. Fournier authored
update files for beta3
-
- Nov 13, 2007
-
-
Tom Lane authored
itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all).
-
- Nov 05, 2007
-
-
Bruce Momjian authored
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
-
- Nov 04, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Nikolay Samokhvalov
-
- Oct 29, 2007
-
-
Magnus Hagander authored
for this.
-
- Oct 27, 2007
-
- Oct 23, 2007
-
-
Tom Lane authored
Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas
-
- Oct 05, 2007
-
-
Marc G. Fournier authored
tag it 8.3beta1 ... the beta cycle begins
-
- Oct 02, 2007
-
-
Tom Lane authored
OpenSSL libraries --- just don't call them if they're not there. This might possibly lead to misleading error messages, but we'll just have to live with that.
-
- Sep 21, 2007
-
-
Tom Lane authored
it ought to know that you need -DLINUX_PROFILE on Linux.
-
- Sep 12, 2007
-
-
Tom Lane authored
Jeremy Drake.
-
- Sep 11, 2007
-
-
Tom Lane authored
switch, viz '-fno-alias'. Since we have a separate code path here anyway, it's just as easy to cooperate.
-
- Aug 20, 2007
-
-
Peter Eisentraut authored
database.
-
- Aug 05, 2007
-
-
Tom Lane authored
even if the compiler is not defining __GNUC__. Per report from Dirk Tilger that it is possible for icc to not do that.
-
- Jul 19, 2007
-
-
Tom Lane authored
Minor rearrangements to make a few tests in a more logical order.
-
- Jul 14, 2007
-
-
Magnus Hagander authored
by Solaris 10 and possibly others. Stefan Kaltenbrunner
-
- Jul 12, 2007
-
-
Magnus Hagander authored
such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner
-
Magnus Hagander authored
free function provided in the Kerberos library. This fixes a very hard to track down heap corruption on windows when using debug runtimes.
-
- Jul 10, 2007
-
-
Tom Lane authored
-
Magnus Hagander authored
Documentation still being written, will be committed later. Henry B. Hotz and Magnus Hagander
-
- Jun 29, 2007
-
-
Tom Lane authored
unportable backslashes in awk script (per Patrick Welche), and add brackets to prevent autoconf from mangling sed's regexp (the sed call here never did what was expected).
-
- Jun 04, 2007
-
-
Andrew Dunstan authored
-
- May 04, 2007
-
-
Tom Lane authored
-
- Apr 21, 2007
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
library. New configure option --with-ossp-uuid to activate.
-
- Apr 15, 2007
-
-
Andrew Dunstan authored
-
- Apr 13, 2007
-
-
Andrew Dunstan authored
If this breaks things due to missing libxslt, then I'll have to revert it, but let's see if it breaks the buildfarm. Workarounds in case libxslt is missing include: . don't configure with libxml, or . don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or . change the xml2 Makefile
-
- Apr 06, 2007
-
-
Tom Lane authored
right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead.
-
Tom Lane authored
This commit breaks any code that assumes that the mere act of forming a tuple (without writing it to disk) does not "toast" any fields. While all available regression tests pass, I'm not totally sure that we've fixed every nook and cranny, especially in contrib. Greg Stark with some help from Tom Lane
-
- Mar 29, 2007
-
-
Magnus Hagander authored
ecpglib supports it. Change configure (patch from Bruce) and msvc build system to no longer require pthreads on win32, since all parts of postgresql can be thread-safe using the native platform functions.
-
- Mar 26, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Per report from Jim Rosenberg. This possibly should get back-patched, but I'm a bit suspicious of it still because of the lack of prior reports.
-