1. 11 10月, 2013 1 次提交
    • P
      Remove maintainer-check target, fold into normal build · 5dd41f35
      Peter Eisentraut 提交于
      make maintainer-check was obscure and rarely called in practice, and
      many breakages were missed.  Fold everything that make maintainer-check
      used to do into the normal build.  Specifically:
      
      - Call duplicate_oids when genbki.pl is called.
      
      - Check for tabs in SGML files when the documentation is built.
      
      - Run msgfmt with the -c option during the regular build.  Add an
        additional configure check to see whether we are using the GNU
        version.  (make maintainer-check probably used to fail with non-GNU
        msgfmt.)
      
      Keep maintainer-check as around as phony target for the time being in
      case anyone is calling it.  But it won't do anything anymore.
      5dd41f35
  2. 29 6月, 2012 1 次提交
  3. 06 3月, 2012 1 次提交
  4. 25 8月, 2011 1 次提交
  5. 26 4月, 2011 1 次提交
    • P
      Support "make check" in contrib · f8ebe3bc
      Peter Eisentraut 提交于
      Added a new option --extra-install to pg_regress to arrange installing
      the respective contrib directory into the temporary installation.
      This is currently not yet supported for Windows MSVC builds.
      
      Updated the .gitignore files for contrib modules to ignore the
      leftovers of a temp-install check run.
      
      Changed the exit status of "make check" in a pgxs build (which still
      does nothing) to 0 from 1.
      
      Added "make check" in contrib to top-level "make check-world".
      f8ebe3bc
  6. 29 3月, 2011 1 次提交
    • P
      Add maintainer-check target · 6c0dfc03
      Peter Eisentraut 提交于
      This can do various source code checks that are not appropriate for
      either the build or the regression tests.  Currently: duplicate_oids,
      SGML syntax and tabs check, NLS syntax check.
      6c0dfc03
  7. 15 2月, 2011 1 次提交
  8. 13 11月, 2010 1 次提交
    • P
      Improved parallel make support · 19e231bb
      Peter Eisentraut 提交于
      Replace for loops in makefiles with proper dependencies.  Parallel
      make can now span across directories.  Also, make -k and make -q work
      properly.
      
      GNU make 3.80 or newer is now required.
      19e231bb
  9. 03 11月, 2010 1 次提交
  10. 21 9月, 2010 2 次提交
  11. 30 3月, 2010 1 次提交
  12. 29 1月, 2010 2 次提交
  13. 04 11月, 2009 1 次提交
  14. 30 10月, 2009 1 次提交
  15. 15 8月, 2009 1 次提交
  16. 10 8月, 2009 1 次提交
    • P
      Ship documentation without intermediate tarballs · ed920882
      Peter Eisentraut 提交于
      Documentation files in HTML and man formats are now prepared for
      distribution using the distprep make target, like everything else.  They
      are placed in doc/src/sgml/html and manX and installed from there by
      make install, if present.  The business with the tarballs in the tarball
      is gone.
      ed920882
  17. 08 8月, 2009 1 次提交
    • P
      Expand test coverage support to entire tree · 7798147a
      Peter Eisentraut 提交于
      Test coverage support now covers the entire source tree, including
      contrib, instead of just src/backend.  In a related but independent
      development, the commands make coverage and make coverage-html can be run
      in any directory.
      
      This turned out to be much easier than feared.  Besides a few ad hoc fixes
      to pass the make target down the tree, change all affected makefiles to
      list their directories in the SUBDIRS variable, changed from variants like
      DIRS and WANTED_DIRS.  MSVC build fix was attempted as well.
      7798147a
  18. 15 1月, 2009 1 次提交
  19. 04 12月, 2008 1 次提交
  20. 05 9月, 2008 1 次提交
  21. 19 3月, 2008 1 次提交
  22. 09 2月, 2007 1 次提交
  23. 19 8月, 2006 1 次提交
  24. 07 4月, 2006 1 次提交
  25. 04 4月, 2006 1 次提交
  26. 01 5月, 2005 1 次提交
  27. 06 10月, 2004 1 次提交
    • B
      please find attached an alternate submission which addresses open item · 513e89b4
      Bruce Momjian 提交于
      "make pgxs install by default". It is up to the committers to chose.
      
      (1) there is only one "install" target. no more "install-all-headers".
          it simplifies/changes several makefiles.
      
      (2) the documentation reflects the change.
      
      (3) a minor fix on pgxs to use a nicer patch without a double slash.
      
      Fabien Coelho
      513e89b4
  28. 30 7月, 2004 1 次提交
  29. 14 6月, 2004 1 次提交
  30. 20 4月, 2004 1 次提交
    • P
      · 41fa9e9b
      PostgreSQL Daemon 提交于
      Remove all of the libpgtcl and pgtclsh files, including all references to
      them within the various makefiles
      
      with_tcl is still required for the src/pl/tcl language
      41fa9e9b
  31. 20 1月, 2004 1 次提交
  32. 29 11月, 2003 1 次提交
    • P
      · 738dc233
      PostgreSQL Daemon 提交于
      testing $PostgreSQL$ tag
      738dc233
  33. 14 10月, 2003 1 次提交
  34. 05 8月, 2003 3 次提交
    • P
      · 5b1b5f07
      PostgreSQL Daemon 提交于
      can't mix and match .gz and .bz2 in here ... won't build
      5b1b5f07
    • P
      · 1544c821
      PostgreSQL Daemon 提交于
      seeing if building bz2 distributions actually works ...
      1544c821
    • P
      · 56a84dc1
      PostgreSQL Daemon 提交于
      remove src/data from target list
      56a84dc1
  35. 01 8月, 2003 1 次提交
    • M
      · 4da1e06f
      Marc G. Fournier 提交于
      python needs to be removed from here
      4da1e06f
  36. 21 10月, 2002 1 次提交