summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-07-31Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch
2015-07-29Fix TAP tests with "make installcheck".Heikki Linnakangas
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-02Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-05-12doc build: use unique Makefile variable to control temp installBruce Momjian
2015-05-12doc: prevent SGML 'make check' from building temp installBruce Momjian
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-23Fix shell error on SolarisPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
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