summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2014-12-24Fix installcheck case for tap testsAndrew Dunstan
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-04Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-26Fix TAP tests with Perl 5.8Peter Eisentraut
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch
2014-10-21doc: Check DocBook XML validity during the buildPeter Eisentraut
2014-10-13Fix quoting in the add_to_path Makefile macro.Noah Misch
2014-09-17Fix TAP checks when current directory name contains spacesPeter Eisentraut
2014-09-14Run missing documentation tools through "missing"Peter Eisentraut
2014-09-11Support older versions of "prove"Peter Eisentraut
2014-08-15Set shared library path for in-tree TAP testsPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-04-22build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian
2014-04-15Have lcov call the right gcovPeter Eisentraut
2014-04-15Add @configure_input@ marker to Makefile.global.inPeter Eisentraut
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-03-03Introduce logical decoding.Robert Haas
2014-02-11Cygwin build fixes.Tom Lane
2013-12-04build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-16Switch order of -lpgport and -lpgcommonPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-07-01Improve support for building PGXS modules with VPATH.Andrew Dunstan
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-04-13Fix sporadic rebuilds for .pc filesPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2012-12-11Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-12-03Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan
2012-12-02Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-11-01Have make never delete intermediate files automaticallyPeter Eisentraut
2012-10-28Preserve intermediate .c files in coverage modePeter Eisentraut
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-06-29Make init-po and update-po recursive make targetsPeter Eisentraut
2012-06-28Further fix install program detectionPeter Eisentraut
2012-06-27Fix install program detectionPeter Eisentraut
2012-06-27Use system install program when available and usablePeter Eisentraut
2012-05-07Fix pg_config.h make rulePeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
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