- Apr 27, 2006
-
-
Bruce Momjian authored
autoconf run.
-
- Apr 22, 2006
-
-
Bruce Momjian authored
Intel compiler has a bug in checking for division by NAN # (NaN == 0), -mp1 fixes it, so someday we might way to add it.
-
Bruce Momjian authored
the Intel compiler. Jeremy Drake
-
- Apr 19, 2006
-
-
Tom Lane authored
no evidence that any currently-supported platform needs this, and good reason to think that any platform that did need it couldn't use the static libraries anyway --- libpq, at least, has circular references. Removing the code shuts up tsort warnings about the circular references on some platforms.
-
- Apr 07, 2006
-
-
Andrew Dunstan authored
Revert getaddrinfo configure changes until we get a solution that is properly tested on Tru64 - pre recent discussion (or lack thereof) on -hackers.
-
- Mar 06, 2006
-
-
Bruce Momjian authored
PAM (such as Win32, but also unixen without PAM). On Unix, uses OpenLDAP. On win32, uses the builin WinLDAP library. Magnus Hagander
-
- Mar 05, 2006
-
-
Bruce Momjian authored
-
- Feb 28, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
backend version in C using > and < comparisons.
-
- Feb 21, 2006
-
-
Tom Lane authored
as Tru64's. Per previous discussion.
-
- Feb 15, 2006
-
-
Tom Lane authored
platforms (it does exist on HPUX, for one). We could probably even make this a test for specific AIX versions, but I don't know which ones need it.
-
- Feb 10, 2006
-
-
Peter Eisentraut authored
-
- Feb 07, 2006
-
-
Peter Eisentraut authored
that works out...
-
- Feb 04, 2006
-
-
Bruce Momjian authored
have the directory for the configure test.
-
Peter Eisentraut authored
-
- Feb 03, 2006
-
-
Bruce Momjian authored
MemSet on AIX by setting MEMSET_LOOP_LIMIT to zero. Add optimization to skip MemSet tests in MEMSET_LOOP_LIMIT == 0 case and just call memset() directly.
-
- Jan 18, 2006
-
-
Tom Lane authored
assuming it always is on Darwin. Per report from Neil Brandt.
-
- Jan 12, 2006
-
-
Tom Lane authored
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.
-
- Jan 05, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 17, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 08, 2005
-
-
Peter Eisentraut authored
-
- Dec 06, 2005
-
-
Bruce Momjian authored
Backpatch to 8.1.X.
-
Bruce Momjian authored
Win32. Backpatch to 8.1.X.
-
Tom Lane authored
on libintl which may or may not provide what we need. Make a few marginal cleanups to ensure this works. Andrew Dunstan and Tom Lane.
-
- Dec 04, 2005
-
-
Bruce Momjian authored
--with-libedit-preferred prefer BSD Libedit over GNU Readline
-
- Nov 05, 2005
-
-
Tom Lane authored
-
PostgreSQL Daemon authored
Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!
-
- Oct 30, 2005
-
-
PostgreSQL Daemon authored
tag it for rc1
-
- Oct 23, 2005
-
-
PostgreSQL Daemon authored
update configure and bugtemplate for beta 4 ...
-
- Oct 13, 2005
-
-
Bruce Momjian authored
-
- Oct 12, 2005
-
-
PostgreSQL Daemon authored
must commit *after* autoconf, not before
-
- Oct 05, 2005
-
-
Tom Lane authored
-Wold-style-definition, per recent discussion.
-
- Sep 26, 2005
-
-
Bruce Momjian authored
Marko Kreen
-
- Sep 16, 2005
-
-
PostgreSQL Daemon authored
tag it all beta2 ...
-
- Aug 29, 2005
-
-
Bruce Momjian authored
will use pthreadGC2. Dave Page
-
- Aug 25, 2005
-
-
Tom Lane authored
on Windows is now a feature, not a bug.
-
- Aug 24, 2005
-
-
PostgreSQL Daemon authored
fix up a few references to 8.1devel -> 8.1beta1
-