Commit Graph

278 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Tom Lane 1568fa75bc Use single quotes in preference to double quotes for protecting pathnames. 15 years ago
Tom Lane a61b6b7d18 Fix assorted issues with build and install paths containing spaces. 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Peter Eisentraut 6c0dfc0356 Add maintainer-check target 15 years ago
Peter Eisentraut 2fd77060a2 Allow make check in PL directories 15 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 15 years ago
Andrew Dunstan a534728afb Only build in crashdump support on Windows if there's a working dbghelp.h. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane 357edc9a99 Adjust comments about what's needed to avoid make 3.80 bug. 15 years ago
Tom Lane 1bd2012149 Work around make 3.80 bug with long expansions of $(eval). 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 5c788e7cf5 When in automatic dependency mode, never delete any intermediate 16 years ago
Tom Lane 458474d9d7 Accept slightly grotty coding in Makefile.global in order to keep the -L 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Peter Eisentraut 3393551d54 Fix vpath installation from distribution tarball (bug #5447) 16 years ago
Andrew Dunstan 23244d6f24 Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut a4d03bbcda Build bzip2 tarball in dist target as well 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut ed9208829a Ship documentation without intermediate tarballs 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 17 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 17 years ago
Peter Eisentraut 6becfa280c Add an implicit rule %.c -> %.i for running the C preprocessor. 17 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 17 years ago
Peter Eisentraut c63b9b1ddc When cross-compiling, allow and require an external zic program to be used 17 years ago
Peter Eisentraut 46866e92bd Fix for cross-compilation between mingw32 and something else. The choice 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Peter Eisentraut 0e4896d53e Fix coverage targets so that HTML view is reliably updated when test data 17 years ago
Peter Eisentraut 11f53b1063 Code coverage testing with gcov. Documentation is in the regression test 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Tom Lane 1ef648cfbc I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs 18 years ago
Tom Lane 70b9b9b788 Change initdb and CREATE DATABASE to actively reject attempts to create 19 years ago
Peter Eisentraut 4e94d1f952 Add configure option --with-system-tzdata to use operating system time zone 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Tom Lane c7611f99d6 On Windows, we know the backend stack size limit because we have to 19 years ago
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed 20 years ago
Tom Lane 9b5e108ee9 Fix shared library creation to work properly on AIX. Albe Laurenz 20 years ago
Tom Lane 0bdc18d5d1 Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz. 20 years ago