summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
Commit message (Expand)AuthorAgeFilesLines
* Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane2023-02-121-1/+1
* Remove temporary portlock directory during make [dist]clean.Tom Lane2022-11-261-2/+2
* Run tests of libpq on installcheck-world, checkprep and check-worldMichael Paquier2022-06-031-3/+3
* add missing tag from commit b8c4261e5eAndrew Dunstan2021-07-011-10/+0
* Add new make targets world-bin and install-world-binAndrew Dunstan2021-07-011-0/+10
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-311-0/+1
* Add a temp-install prerequisite to top-level "check-tests".Noah Misch2020-05-251-0/+1
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-091-0/+4
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-191-1/+4
* Integrate cpluspluscheck into build system.Andres Freund2019-05-311-0/+3
* Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch2018-12-311-0/+2
* Remove unwanted "garbage cleanup" logic in Makefiles.Tom Lane2018-08-081-1/+0
* Ensure we build generated headers at the start of some more cases.Tom Lane2018-07-301-1/+1
* Have "make coverage" recurse into contrib as wellAlvaro Herrera2016-09-051-2/+2
* Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.Tom Lane2015-05-131-1/+2
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-2/+0
* Improve speed of make check-worldPeter Eisentraut2015-04-231-0/+1
* Add TAP tests for client programsPeter Eisentraut2014-04-141-2/+2
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-101-3/+1
* Add new make targets check-tests and installcheck-tests.Andrew Dunstan2014-01-281-2/+2
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-101-2/+0
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-291-1/+1
* Add isolation test to check-world and installcheck-worldPeter Eisentraut2012-03-051-1/+1
* Build src/ before contrib/ in make worldPeter Eisentraut2011-08-241-0/+6
* Support "make check" in contribPeter Eisentraut2011-04-251-2/+1
* Add maintainer-check targetPeter Eisentraut2011-03-281-0/+2
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-1/+4
* Improved parallel make supportPeter Eisentraut2010-11-121-43/+13
* Print a make warning when using GNU make older than 3.80Peter Eisentraut2010-11-031-0/+8
* Rename README.CVS to README.git and change references in it.Magnus Hagander2010-09-211-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Separate targets "make docs" and "make install-docs" for the documentationPeter Eisentraut2010-03-301-8/+11
* Fix thinko in new installcheck-world targetAndrew Dunstan2010-01-291-2/+2
* Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan2010-01-281-1/+21
* Build bzip2 tarball in dist target as wellPeter Eisentraut2009-11-031-4/+6
* Remove some leftovers of split tarball supportPeter Eisentraut2009-10-291-24/+1
* Be able to easily figure out the target directory of "make dist".Alvaro Herrera2009-08-141-1/+4
* Ship documentation without intermediate tarballsPeter Eisentraut2009-08-091-1/+4
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-21/+2
* Modify distdir rule to skip .git directory.Bruce Momjian2009-01-151-2/+2
* Call genhtml with --prefix option so local build paths don't appear in thePeter Eisentraut2008-12-041-2/+2
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-1/+20
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-181-10/+10
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-6/+6
* Add installcheck-parallel target to top level makefiles.Andrew Dunstan2006-08-181-2/+2
* Build src/test/regress/README during tarball making like the otherPeter Eisentraut2006-04-061-1/+5
* Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut2006-04-031-2/+8
* Remove the contents of the src/corba subdirectory: this has been dead codeNeil Conway2005-05-011-2/+2
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-7/+4
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-301-1/+6