summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-06-10Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan
2017-05-12Honor PROVE_FLAGS environment settingAndrew Dunstan
2017-02-17Document usage of COPT environment variable for adjusting configure flags.Tom Lane
2016-10-07Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas
2015-11-17Back-patch fixes to make TAP tests work on Windows.Tom Lane
2015-10-12Make prove_installcheck remove the old log directory, if any.Noah Misch
2015-09-10Revert ed47666 and part of ef57b98Stephen Frost
2015-09-08Add temp-check, with_temp_install definition - 9.4Stephen Frost
2015-07-31Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-28Improve logging of TAP tests.Andrew Dunstan
2015-07-05Make numeric form of PG version number readily available in Makefiles.Tom Lane
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-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-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