summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* Dept of second thoughts: rename new perl script.Tom Lane2017-02-191-1/+1
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-191-0/+1
* Document usage of COPT environment variable for adjusting configure flags.Tom Lane2017-02-171-0/+5
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-211-1/+1
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-0/+1
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-141-2/+2
* Remove "sco" and "unixware" ports.Tom Lane2016-10-111-1/+0
* Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas2016-10-071-1/+3
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-011-1/+8
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-1/+6
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-271-2/+8
* Add support for systemd service notificationsPeter Eisentraut2016-02-021-0/+1
* Make prove_installcheck remove the old log directory, if any.Noah Misch2015-10-111-0/+1
* Don't try to create a temp install without abs_top_builddir.Robert Haas2015-09-281-0/+2
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-3/+0
* Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch2015-07-301-3/+18
* Fix TAP tests with "make installcheck".Heikki Linnakangas2015-07-291-1/+1
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-291-1/+1
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-281-1/+1
* Redirect install output of make check into a log fileAndrew Dunstan2015-07-231-2/+3
* Improve logging of TAP tests.Heikki Linnakangas2015-07-091-0/+1
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-021-0/+1
* 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