summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* doc build: use unique Makefile variable to control temp installBruce Momjian2015-05-121-1/+1
* doc: prevent SGML 'make check' from building temp installBruce Momjian2015-05-121-0/+2
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-3/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-3/+2
* Fix shell error on SolarisPeter Eisentraut2015-04-231-1/+1
* Improve speed of make check-worldPeter Eisentraut2015-04-231-8/+22
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-0/+4
* Fix installcheck case for tap testsAndrew Dunstan2014-12-241-1/+1
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-181-1/+1
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-171-1/+1
* Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut2014-12-041-0/+3
* Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut2014-12-041-11/+1
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-021-0/+8
* Fix TAP tests with Perl 5.8Peter Eisentraut2014-10-261-3/+3
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-211-3/+2
* doc: Check DocBook XML validity during the buildPeter Eisentraut2014-10-211-0/+1
* Fix quoting in the add_to_path Makefile macro.Noah Misch2014-10-121-1/+1
* Fix TAP checks when current directory name contains spacesPeter Eisentraut2014-09-171-1/+1
* Run missing documentation tools through "missing"Peter Eisentraut2014-09-131-0/+1
* Support older versions of "prove"Peter Eisentraut2014-09-101-2/+2
* Set shared library path for in-tree TAP testsPeter Eisentraut2014-08-151-1/+11
* Support vpath builds in TAP testsPeter Eisentraut2014-07-021-2/+2
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-271-2/+3
* build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian2014-04-221-2/+2
* Have lcov call the right gcovPeter Eisentraut2014-04-141-1/+1
* Add @configure_input@ marker to Makefile.global.inPeter Eisentraut2014-04-141-0/+1
* Add TAP tests for client programsPeter Eisentraut2014-04-141-0/+16
* Introduce logical decoding.Robert Haas2014-03-031-0/+2
* Cygwin build fixes.Tom Lane2014-02-111-1/+6
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-041-2/+2
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-171-1/+1
* Switch order of -lpgport and -lpgcommonPeter Eisentraut2013-10-151-3/+2
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-101-2/+3
* Improve support for building PGXS modules with VPATH.Andrew Dunstan2013-07-011-1/+11
* Remove whitespace from end of linesPeter Eisentraut2013-05-301-1/+1
* Compiler optimizations for page checksum code.Simon Riggs2013-04-301-0/+1
* Fix sporadic rebuilds for .pc filesPeter Eisentraut2013-04-121-3/+6
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-11/+14
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-1/+1
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-111-0/+9
* Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan2012-12-031-9/+0
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-021-0/+9
* Have make never delete intermediate files automaticallyPeter Eisentraut2012-10-311-13/+3
* Preserve intermediate .c files in coverage modePeter Eisentraut2012-10-281-0/+2
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-0/+16
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-0/+6
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-8/+0
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-291-1/+1
* Further fix install program detectionPeter Eisentraut2012-06-281-1/+2
* Fix install program detectionPeter Eisentraut2012-06-271-1/+1