- Aug 05, 2009
-
-
Peter Eisentraut authored
This switches the man page building process to use the DocBook XSL stylesheet toolchain. The previous targets for Docbook2X are removed. configure has been updated to look for the new tools. The Documentation appendix contains the new build instructions. There are also a few isolated tweaks in the documentation to improve places that came out strangely in the man pages.
-
- Jul 13, 2009
-
-
Tom Lane authored
the full path and version of the program being rejected.
-
Tom Lane authored
update documentation accordingly. This is required in order to have support for a reentrant scanner. I'm committing this bit separately in order to have an easy reference if we later decide to make the minimum something different (like 2.5.33).
-
- 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
-
- Jun 23, 2009
-
-
Tom Lane authored
used to work as intended, but got broken some time ago (a quoted empty string is not an empty string), and got broken some more by the changes to generate ecpg's preproc.y automatically. Given all the unprotected uses of $(PERL) elsewhere, it seems best to make use of the $(missing) script rather than trying to ensure each such use is protected individually. Also fix various bits of documentation that omitted to mention Perl as a requirement for building from a CVS pull. Per a complaint from Robert Haas.
-
- Apr 09, 2009
-
-
Peter Eisentraut authored
-
- Feb 03, 2009
-
-
Andrew Dunstan authored
-
- Jan 04, 2009
-
-
Peter Eisentraut authored
print foo --> print(foo) string.join(...) --> ' '.join(...) These changes are backward compatible. The actual plpython module appears to need significant updates to support Python 3.0, though. This change just relieves interested developers from having to deal with Autoconf.
-
- Nov 26, 2008
-
-
Peter Eisentraut authored
page build target. This covers from-source, Debian, and Fedora installation variants.
-
- Nov 12, 2008
-
-
Andrew Dunstan authored
Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1.
-
- Oct 29, 2008
-
-
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
-
- Aug 29, 2008
-
-
Peter Eisentraut authored
change build system to use only Bison. Simplify build rules, make file names uniform. Don't build the token table header file where it is not needed.
-
- Aug 21, 2008
-
-
Peter Eisentraut authored
noncomplying cases to be future-proof.
-
- Aug 01, 2008
-
-
Alvaro Herrera authored
numbered program. Per persistent buildfarm failures. Tom Lane
-
- Jul 23, 2008
-
-
Peter Eisentraut authored
This is required because the value is substituted into the pltcl_*mod scripts.
-
- Jun 27, 2008
-
-
Tom Lane authored
vintage Linux is even more broken than we realized: a link to libreadline will succeed, and fail only at runtime. It seems that an AC_TRY_RUN test is the only reliable way to check whether this is really safe. Per report from Tatsuo.
-
- May 28, 2008
-
-
Tom Lane authored
GNU gettext before 0.10.36 does not have that function, and is generally too incomplete to be usable.
-
- May 20, 2008
-
-
Tom Lane authored
libreadline. What we will do for compatibility :-(
-
- May 18, 2008
-
-
Tom Lane authored
shared libraries. We've tried this before and had problems with libreadline not linking properly on some platforms, but that seems to be a libreadline bug that may have been fixed by now. In any case, it's early enough in the 8.4 devel cycle that we can afford to have some transient breakage while we work out any portability problems. On Darwin, we try -Wl,-dead_strip_dylibs, which seems to be the equivalent incantation there.
-
- Apr 18, 2008
-
-
Alvaro Herrera authored
uses of the long-deprecated float32 in contrib/seg; the definitions themselves are still there, but no longer used. fmgr/README updated to match. I added a CREATE FUNCTION to account for existing seg_center() code in seg.c too, and some tests for it and the neighbor functions. At the same time, remove checks for NULL which are not needed (because the functions are declared STRICT). I had to do some adjustments to contrib's btree_gist too. The choices for representation there are not ideal for changing the underlying types :-( Original patch by Zoltan Boszormenyi, with some adjustments by me.
-
- Feb 19, 2008
-
-
Peter Eisentraut authored
-
- Feb 17, 2008
-
-
Peter Eisentraut authored
- Change configure.in to use Autoconf 2.61 and update generated files. - Update build system and documentation to support now directory variables offered by Autoconf 2.61. - Replace usages of PGAC_CHECK_ALIGNOF by AC_CHECK_ALIGNOF, now available in Autoconf 2.61. - Drop our patched version of AC_C_INLINE, as Autoconf now has the change.
-
- Nov 15, 2007
-
-
Peter Eisentraut authored
-
- Nov 13, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Nov 10, 2007
-
- Aug 09, 2007
-
-
Tom Lane authored
Brendan Jurd
-
- Jul 19, 2007
-
-
Tom Lane authored
Minor rearrangements to make a few tests in a more logical order.
-
- Nov 30, 2006
- 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 16, 2006
-
-
Peter Eisentraut authored
Also cut back on excessive use of *** to decorate configure error messages. If it's an error message, you are sure to see it without any decoration.
-
- Oct 13, 2006
-
-
Peter Eisentraut authored
and neither is "|" or "\|" in basic regular expressions.
-
- Oct 07, 2006
-
-
Peter Eisentraut authored
-
- Aug 11, 2006
-
-
Alvaro Herrera authored
-
- May 30, 2006
-
-
Bruce Momjian authored
Martijn van Oosterhout
-
- May 23, 2006
-
-
Bruce Momjian authored
in port/pg_config_paths.h.
-
- Mar 11, 2006
-
-
Bruce Momjian authored
-
- Dec 09, 2005
-
-
Peter Eisentraut authored
-