aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-31
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-10
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Document usage of COPT environment variable for adjusting configure flags.Tom Lane2017-02-17
* Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas2016-10-07
* Back-patch fixes to make TAP tests work on Windows.Tom Lane2015-11-17
* Make prove_installcheck remove the old log directory, if any.Noah Misch2015-10-11
* Don't try to create a temp install without abs_top_builddir.Robert Haas2015-09-28
* Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch2015-07-30
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Improve logging of TAP tests.Andrew Dunstan2015-07-28
* Redirect install output of make check into a log fileAndrew Dunstan2015-07-23
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-05
* doc build: use unique Makefile variable to control temp installBruce Momjian2015-05-12
* doc: prevent SGML 'make check' from building temp installBruce Momjian2015-05-12
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-01
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Fix shell error on SolarisPeter Eisentraut2015-04-23
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Fix installcheck case for tap testsAndrew Dunstan2014-12-24
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-18
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-17
* Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut2014-12-04
* Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut2014-12-04
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* Fix TAP tests with Perl 5.8Peter Eisentraut2014-10-26
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* doc: Check DocBook XML validity during the buildPeter Eisentraut2014-10-21
* Fix quoting in the add_to_path Makefile macro.Noah Misch2014-10-12
* Fix TAP checks when current directory name contains spacesPeter Eisentraut2014-09-17
* Run missing documentation tools through "missing"Peter Eisentraut2014-09-13
* Support older versions of "prove"Peter Eisentraut2014-09-10
* Set shared library path for in-tree TAP testsPeter Eisentraut2014-08-15
* Support vpath builds in TAP testsPeter Eisentraut2014-07-02
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-27
* build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian2014-04-22
* Have lcov call the right gcovPeter Eisentraut2014-04-14
* Add @configure_input@ marker to Makefile.global.inPeter Eisentraut2014-04-14
* Add TAP tests for client programsPeter Eisentraut2014-04-14
* Introduce logical decoding.Robert Haas2014-03-03
* Cygwin build fixes.Tom Lane2014-02-11
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-04
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Switch order of -lpgport and -lpgcommonPeter Eisentraut2013-10-15
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-10
* Improve support for building PGXS modules with VPATH.Andrew Dunstan2013-07-01
* Remove whitespace from end of linesPeter Eisentraut2013-05-30