Commit Graph

94 Commits (ae53537e218a112676483e50358718d142bcfeb9)

Author SHA1 Message Date
Tom Lane 01df147634 Allow selecting the git revision to be packaged by "make dist". 1 year ago
Peter Eisentraut 619bc23a1a make dist uses git archive 1 year ago
Peter Eisentraut 7b8e2ae2fd Combine headerscheck and cpluspluscheck scripts 2 years ago
Tom Lane e2b73f4a4d Stop generating plain-text INSTALL instructions. 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Tom Lane 156c049bee Integrate pg_bsd_indent into our build/test infrastructure. 3 years ago
Tom Lane 3274ec05c8 Remove temporary portlock directory during make [dist]clean. 3 years ago
Michael Paquier 2cc96f2339 Run tests of libpq on installcheck-world, checkprep and check-world 3 years ago
Andrew Dunstan 7355c241ed
add missing tag from commit b8c4261e5e 4 years ago
Andrew Dunstan b8c4261e5e
Add new make targets world-bin and install-world-bin 4 years ago
Andrew Dunstan af4ea507c3 Make install-tests target work with vpath builds 5 years ago
Noah Misch 650eac8d7b Add a temp-install prerequisite to top-level "check-tests". 5 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Tom Lane 55ea109188 Add "headerscheck" script to test header-file compilability under C. 6 years ago
Andres Freund b1cd7ce23f Integrate cpluspluscheck into build system. 6 years ago
Noah Misch aa019da523 Process EXTRA_INSTALL serially, during the first temp-install. 7 years ago
Tom Lane 1eee8d4994 Remove unwanted "garbage cleanup" logic in Makefiles. 7 years ago
Tom Lane 7dc5a96aa2 Ensure we build generated headers at the start of some more cases. 7 years ago
Alvaro Herrera 2093f66305 Have "make coverage" recurse into contrib as well 9 years ago
Tom Lane 9660710e2f Fix distclean/maintainer-clean targets to remove top-level tmp_install dir. 10 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Peter Eisentraut 7d0f493f19 Add TAP tests for client programs 12 years ago
Tom Lane 2895415205 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Andrew Dunstan 7043ac7100 Add new make targets check-tests and installcheck-tests. 12 years ago
Peter Eisentraut 5dd41f3574 Remove maintainer-check target, fold into normal build 12 years ago
Peter Eisentraut b344c651fb Make init-po and update-po recursive make targets 13 years ago
Peter Eisentraut cecdf6d459 Add isolation test to check-world and installcheck-world 14 years ago
Peter Eisentraut 4803de6f89 Build src/ before contrib/ in make world 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 6c0dfc0356 Add maintainer-check target 15 years ago
Peter Eisentraut 2fd77060a2 Allow make check in PL directories 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Peter Eisentraut dd21f0b047 Print a make warning when using GNU make older than 3.80 15 years ago
Magnus Hagander 397761827a Rename README.CVS to README.git and change references in it. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 29ccc32c30 Separate targets "make docs" and "make install-docs" for the documentation 16 years ago
Andrew Dunstan 8d827f6b5c Fix thinko in new installcheck-world target 16 years ago
Andrew Dunstan 7523960d63 Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything. 16 years ago
Peter Eisentraut a4d03bbcda Build bzip2 tarball in dist target as well 16 years ago
Peter Eisentraut 90412225d2 Remove some leftovers of split tarball support 16 years ago
Alvaro Herrera 3a00c0a6d4 Be able to easily figure out the target directory of "make dist". 16 years ago
Peter Eisentraut ed9208829a Ship documentation without intermediate tarballs 16 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 16 years ago
Bruce Momjian 9173d759d2 Modify distdir rule to skip .git directory. 17 years ago
Peter Eisentraut 754e6833ee Call genhtml with --prefix option so local build paths don't appear in the 17 years ago
Peter Eisentraut 11f53b1063 Code coverage testing with gcov. Documentation is in the regression test 17 years ago
Peter Eisentraut 8c87cc370f Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Andrew Dunstan 1be439084a Add installcheck-parallel target to top level makefiles. 19 years ago