summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2012-02-02ecpg: Improve test buildingPeter Eisentraut
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-03-28Add maintainer-check targetPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-15Adjust comments about what's needed to avoid make 3.80 bug.Tom Lane
2010-11-14Work around make 3.80 bug with long expansions of $(eval).Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-24When in automatic dependency mode, never delete any intermediatePeter Eisentraut
2010-07-06Accept slightly grotty coding in Makefile.global in order to keep the -LTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-03-24Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-11-03Build bzip2 tarball in dist target as wellPeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-02-19Add an implicit rule %.c -> %.i for running the C preprocessor.Peter Eisentraut
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-03Fix coverage targets so that HTML view is reliably updated when test dataPeter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-10-08On Windows, we know the backend stack size limit because we have toTom Lane
2006-10-03Switch over to using our own qsort() all the time, as has been proposedTom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane