aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-14
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas2016-10-07
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-01
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* 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
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch2015-07-30
* Fix TAP tests with "make installcheck".Heikki Linnakangas2015-07-29
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-29
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Redirect install output of make check into a log fileAndrew Dunstan2015-07-23
* Improve logging of TAP tests.Heikki Linnakangas2015-07-09
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-02
* 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