aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile.in
Commit message (Expand)AuthorAge
* Allow selecting the git revision to be packaged by "make dist".Tom Lane2024-05-03
* make dist uses git archivePeter Eisentraut2024-03-25
* Combine headerscheck and cpluspluscheck scriptsPeter Eisentraut2024-03-10
* Stop generating plain-text INSTALL instructions.Tom Lane2023-12-22
* Remove distprepPeter Eisentraut2023-11-06
* Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane2023-02-12
* Remove temporary portlock directory during make [dist]clean.Tom Lane2022-11-26
* Run tests of libpq on installcheck-world, checkprep and check-worldMichael Paquier2022-06-03
* add missing tag from commit b8c4261e5eAndrew Dunstan2021-07-01
* Add new make targets world-bin and install-world-binAndrew Dunstan2021-07-01
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-31
* Add a temp-install prerequisite to top-level "check-tests".Noah Misch2020-05-25
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-19
* Integrate cpluspluscheck into build system.Andres Freund2019-05-31
* Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch2018-12-31
* Remove unwanted "garbage cleanup" logic in Makefiles.Tom Lane2018-08-08
* Ensure we build generated headers at the start of some more cases.Tom Lane2018-07-30
* Have "make coverage" recurse into contrib as wellAlvaro Herrera2016-09-05
* Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.Tom Lane2015-05-13
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Add TAP tests for client programsPeter Eisentraut2014-04-14
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* Add new make targets check-tests and installcheck-tests.Andrew Dunstan2014-01-28
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-10
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-29
* Add isolation test to check-world and installcheck-worldPeter Eisentraut2012-03-05
* Build src/ before contrib/ in make worldPeter Eisentraut2011-08-24
* Support "make check" in contribPeter Eisentraut2011-04-25
* Add maintainer-check targetPeter Eisentraut2011-03-28
* Allow make check in PL directoriesPeter Eisentraut2011-02-15
* Improved parallel make supportPeter Eisentraut2010-11-12
* Print a make warning when using GNU make older than 3.80Peter Eisentraut2010-11-03
* Rename README.CVS to README.git and change references in it.Magnus Hagander2010-09-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Separate targets "make docs" and "make install-docs" for the documentationPeter Eisentraut2010-03-30
* Fix thinko in new installcheck-world targetAndrew Dunstan2010-01-29
* Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan2010-01-28
* Build bzip2 tarball in dist target as wellPeter Eisentraut2009-11-03
* Remove some leftovers of split tarball supportPeter Eisentraut2009-10-29
* Be able to easily figure out the target directory of "make dist".Alvaro Herrera2009-08-14
* Ship documentation without intermediate tarballsPeter Eisentraut2009-08-09
* Expand test coverage support to entire treePeter Eisentraut2009-08-07
* Modify distdir rule to skip .git directory.Bruce Momjian2009-01-15
* Call genhtml with --prefix option so local build paths don't appear in thePeter Eisentraut2008-12-04
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-05
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Add installcheck-parallel target to top level makefiles.Andrew Dunstan2006-08-18