Skip to content
Snippets Groups Projects
  1. Nov 12, 2010
    • Peter Eisentraut's avatar
      Improved parallel make support · 19e231bb
      Peter Eisentraut authored
      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
  2. Nov 03, 2010
  3. Sep 21, 2010
  4. Sep 20, 2010
  5. Mar 30, 2010
  6. Jan 29, 2010
  7. Nov 03, 2009
  8. Oct 29, 2009
  9. Aug 14, 2009
  10. Aug 10, 2009
    • Peter Eisentraut's avatar
      Ship documentation without intermediate tarballs · ed920882
      Peter Eisentraut authored
      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
  11. Aug 07, 2009
    • Peter Eisentraut's avatar
      Expand test coverage support to entire tree · 7798147a
      Peter Eisentraut authored
      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
  12. Jan 15, 2009
  13. Dec 04, 2008
  14. Sep 05, 2008
  15. Mar 18, 2008
  16. Feb 09, 2007
  17. Aug 18, 2006
  18. Apr 06, 2006
  19. Apr 03, 2006
  20. May 01, 2005
  21. Oct 06, 2004
    • Bruce Momjian's avatar
      please find attached an alternate submission which addresses open item · 513e89b4
      Bruce Momjian authored
      "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
  22. Jul 30, 2004
  23. Jun 13, 2004
  24. Apr 20, 2004
    • PostgreSQL Daemon's avatar
      · 41fa9e9b
      PostgreSQL Daemon authored
      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
  25. Jan 19, 2004
  26. Nov 28, 2003
  27. Oct 13, 2003
  28. Aug 05, 2003
  29. Aug 01, 2003
    • Marc G. Fournier's avatar
      · 4da1e06f
      Marc G. Fournier authored
      python needs to be removed from here
      4da1e06f
  30. Oct 21, 2002
  31. Sep 06, 2002
  32. Sep 05, 2002
    • Marc G. Fournier's avatar
      · 8834b8dd
      Marc G. Fournier authored
      remove pgaccess from GNUmakefile.in if we want the beta to build :)
      8834b8dd
  33. Aug 30, 2002
    • Marc G. Fournier's avatar
      · 9a0b4d7f
      Marc G. Fournier authored
      perl5 interface moved to gborg
      9a0b4d7f
  34. Aug 23, 2002
    • Marc G. Fournier's avatar
      · 5a303f87
      Marc G. Fournier authored
      Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
      project ...
      5a303f87
  35. Aug 22, 2002
    • Marc G. Fournier's avatar
      · da4683fb
      Marc G. Fournier authored
      Okay, libpq++ is moved to GBorg, and all traces of it have been removed
      from the core repository ... I haven't *moved* the libpq++ files out of the
      tree, mainly as we want to keep them in place for past branches ...
      
      Peter, I think I've covered all the files I need, and re-ran autoconf to make
      sure the configure file is in place properly ...
      da4683fb
  36. Mar 29, 2002
  37. Nov 22, 2001
Loading