- Jul 24, 2009
-
-
Andrew Dunstan authored
-
- Jul 16, 2009
-
-
Tom Lane authored
and extend configure to test for it properly instead of hard-wiring an assumption that everybody but Windows has the rand48 functions. (We do cheat to the extent of assuming that probing for erand48 will do for the entire rand48 family.) erand48() is unused as of this commit, but a followon patch will cause GEQO to depend on it. Andres Freund, additional hacking by Tom
-
- Jul 02, 2009
-
-
Peter Eisentraut authored
This upgrades the configure infrastructure to the latest Autoconf version. Some notable news are: - The workaround for the broken fseeko() test is gone. - Checking for unknown options is now provided by Autoconf itself. - Fixes for Mac OS X
-
Tom Lane authored
-
- Jun 27, 2009
-
-
Marc G. Fournier authored
Bundle v8.4.0
-
- Jun 23, 2009
-
-
Marc G. Fournier authored
bundle RC2
-
- Jun 12, 2009
-
-
Marc G. Fournier authored
time to tag rc1 ...
-
- Jun 11, 2009
-
-
Tom Lane authored
-
- Jun 10, 2009
-
-
Tom Lane authored
reportedly is true on OpenBSD. Also support OpenBSD's spelling of -Wl,--as-needed. Per Simon Bertrang.
-
- May 20, 2009
-
-
Peter Eisentraut authored
-
- May 15, 2009
-
-
Marc G. Fournier authored
commit for BETA2
-
- Apr 10, 2009
-
-
Marc G. Fournier authored
commit and tag beta1
-
- Apr 08, 2009
-
-
Bruce Momjian authored
no-op on that platform.
-
- Apr 04, 2009
-
-
Tom Lane authored
probe for opterr (exactly like the one for optreset) and have getopt.c define the variables only if configure doesn't find them in libc.
-
- Mar 27, 2009
-
-
Tom Lane authored
the system's getopt_long(). The previous coding was the result of a sloppy discussion that failed to draw this distinction. The result was that PG programs don't handle options as users of that platform expect. Per gripe from Chuck McDevitt. Although this is a pre-existing bug, I'm not backpatching since I think we could do with a bit of beta testing before concluding this is really OK.
-
- Feb 12, 2009
-
-
Andrew Dunstan authored
-
- Feb 11, 2009
-
-
Tom Lane authored
on AIX with a non-gcc compiler. The previous coding would do this only if CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report from Mihai Criveti.
-
- Jan 22, 2009
-
-
Peter Eisentraut authored
way pg_config.h is handled. This avoids reruns of config.status on every build, if configure has been rerun.
-
- Jan 21, 2009
-
-
Magnus Hagander authored
Also, if linked against other versions than the default MSVCRT library (for example the MSVC build which links against MSVCRT80), also update the cache in the default MSVCRT at the same time. This should fix the issues with setting LC_MESSAGES on the MSVC build. Original patch from Hiroshi Inoue and Hiroshi Saito, much rewritten by me.
-
- Jan 14, 2009
-
-
Bruce Momjian authored
too).
-
Bruce Momjian authored
-
- Jan 11, 2009
-
-
Tom Lane authored
we can get some buildfarm feedback about whether that function is still problematic. (Note that the planned async-preread patch will not really prove anything one way or the other in buildfarm testing, since it will be inactive with default GUC settings.)
-
- Jan 07, 2009
-
-
Peter Eisentraut authored
from Zdenek
-
Bruce Momjian authored
-
- Jan 06, 2009
-
-
Tom Lane authored
various documentation, since those lists are now dead/deprecated. Point to pgsql-bugs and/or pgsql-hackers as appropriate.
-
Tom Lane authored
earlier than all the other sizeof checks, and it certainly fails to follow the order suggested at the file head. Rearrange.
-
Bruce Momjian authored
-
- Jan 05, 2009
-
-
Peter Eisentraut authored
when --with-system-tzdata is not used. initial patch by Richard Evans
-
- Jan 01, 2009
-
-
Bruce Momjian authored
-
- Dec 11, 2008
-
-
Peter Eisentraut authored
to the gettext domain name, to simplify parallel installations. Also, rename set_text_domain() to pg_bindtextdomain(), because that is what it does.
-
- Dec 07, 2008
-
-
Peter Eisentraut authored
Plus some makefile cleanup. part of a patch from Richard Evans
-
- Dec 02, 2008
-
-
Magnus Hagander authored
the * character at the beginning of a pattern, and it does not match subdomains. Since this means we no longer need fnmatch, remove the imported implementation from port, along with the autoconf check for it.
-
- Nov 26, 2008
-
-
Peter Eisentraut authored
page build target. This covers from-source, Debian, and Fedora installation variants.
-
- Nov 24, 2008
-
-
Magnus Hagander authored
This uses the function fnmatch() which is not available on all platforms (notably Windows), so import the implementation from NetBSD into src/port.
-
- Nov 18, 2008
-
-
Peter Eisentraut authored
getpeerucred() function. Author: Garick Hamlin <ghamlin@isc.upenn.edu>
-
- Oct 30, 2008
-
-
Peter Eisentraut authored
-
- Oct 29, 2008
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
This basically takes some build system code that was previously labeled "Solaris" and ties it to the compiler rather than the operating system. Author: Julius Stroffek <Julius.Stroffek@Sun.COM>
-
Peter Eisentraut authored
align strings in the --help output. Do this through our abstraction layer to eliminate redundancy and randomness in configure.in.
-
- Sep 05, 2008
-
-
Peter Eisentraut authored
-