- 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.
-
- Mar 21, 2007
-
-
Magnus Hagander authored
Uses same underlying tech as before, but not the sysv emulation layer.
-
- Feb 21, 2007
-
-
Bruce Momjian authored
Korry Douglas and Nikhil S
-
- Feb 07, 2007
-
-
Peter Eisentraut authored
strange coding practices.
-
- Feb 03, 2007
-
-
Bruce Momjian authored
are both used. Albe Laurenz
-
- Jan 28, 2007
-
-
Bruce Momjian authored
create our own.
-
Bruce Momjian authored
than just numbers.
-
- Jan 18, 2007
-
-
Peter Eisentraut authored
-
- Jan 07, 2007
-
-
Peter Eisentraut authored
-
- Jan 05, 2007
-
-
Bruce Momjian authored
back-stamped for this.
-
- Jan 02, 2007
-
-
Bruce Momjian authored
infrastructure.
-
- Dec 21, 2006
-
-
Peter Eisentraut authored
-
- Dec 14, 2006
-
-
Tom Lane authored
-
- Dec 02, 2006
-
-
Tom Lane authored
-
PostgreSQL Daemon authored
v8.2.0 is now released ...
-
- Nov 29, 2006
-
-
Tom Lane authored
standard functions. Per report from Stefan Kaltenbrunner.
-
- Nov 25, 2006
-
-
PostgreSQL Daemon authored
update for rc1
-
- Nov 07, 2006
-
-
PostgreSQL Daemon authored
Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
-
- Nov 06, 2006
-
-
Tom Lane authored
include it if it links properly. It seems too risky to assume that standard functions like pow() are not special-cased by the compiler. Per report from Andreas Lange that build fails on Solaris cc compiler with -fast. Even though we don't consider that a supported option, I'm worried that similar issues will arise with other compilers.
-
- Oct 30, 2006
-
-
Peter Eisentraut authored
code relies on the checking macro actually being called at the end, or the automatic undiversion will produce garbage. These sort of implicit side-effects undermine the modularity of the macros and happen to break the ODBC driver which makes use of them. Also put the warnings at the very end of configure, so there is an even better chance of seeing them.
-
- Oct 24, 2006
-