summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
AgeCommit message (Expand)Author
2020-05-31Make install-tests target work with vpath buildsAndrew Dunstan
2020-05-25Add a temp-install prerequisite to top-level "check-tests".Noah Misch
2015-05-13Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.Tom Lane
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-01-28Add new make targets check-tests and installcheck-tests.Andrew Dunstan
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2012-06-29Make init-po and update-po recursive make targetsPeter Eisentraut
2012-03-05Add isolation test to check-world and installcheck-worldPeter Eisentraut
2011-08-24Build src/ before contrib/ in make worldPeter Eisentraut
2011-04-25Support "make check" in contribPeter Eisentraut
2011-03-28Add maintainer-check targetPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-03Print a make warning when using GNU make older than 3.80Peter Eisentraut
2010-09-21Rename README.CVS to README.git and change references in it.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-30Separate targets "make docs" and "make install-docs" for the documentationPeter Eisentraut
2010-01-29Fix thinko in new installcheck-world targetAndrew Dunstan
2010-01-28Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan
2009-11-03Build bzip2 tarball in dist target as wellPeter Eisentraut
2009-10-29Remove some leftovers of split tarball supportPeter Eisentraut
2009-08-14Be able to easily figure out the target directory of "make dist".Alvaro Herrera
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-01-15Modify distdir rule to skip .git directory.Bruce Momjian
2008-12-04Call genhtml with --prefix option so local build paths don't appear in thePeter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-08-18Add installcheck-parallel target to top level makefiles.Andrew Dunstan
2006-04-06Build src/test/regress/README during tarball making like the otherPeter Eisentraut
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2005-05-01Remove the contents of the src/corba subdirectory: this has been dead codeNeil Conway
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-06-13Remove README.CVS when making a distribution.Peter Eisentraut
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2003-11-28testing $PostgreSQL$ tagPostgreSQL Daemon
2003-10-13Remove registration message, after discussion concluded that it was ofPeter Eisentraut
2003-08-05can't mix and match .gz and .bz2 in here ... won't buildREL7_4_BETA1PostgreSQL Daemon
2003-08-05seeing if building bz2 distributions actually works ...PostgreSQL Daemon
2003-08-05remove src/data from target listPostgreSQL Daemon
2003-08-01python needs to be removed from hereMarc G. Fournier
2002-10-21First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian
2002-09-06Adjust the tarball splitting scheme to the new reality.Peter Eisentraut
2002-09-05remove pgaccess from GNUmakefile.in if we want the beta to build :)Marc G. Fournier