1. 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
  2. 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
  3. 15 1月, 2009 1 次提交
  4. 04 12月, 2008 1 次提交
  5. 05 9月, 2008 1 次提交
  6. 19 3月, 2008 1 次提交
  7. 09 2月, 2007 1 次提交
  8. 19 8月, 2006 1 次提交
  9. 07 4月, 2006 1 次提交
  10. 04 4月, 2006 1 次提交
  11. 01 5月, 2005 1 次提交
  12. 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
  13. 30 7月, 2004 1 次提交
  14. 14 6月, 2004 1 次提交
  15. 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
  16. 20 1月, 2004 1 次提交
  17. 29 11月, 2003 1 次提交
    • P
      · 738dc233
      PostgreSQL Daemon 提交于
      testing $PostgreSQL$ tag
      738dc233
  18. 14 10月, 2003 1 次提交
  19. 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
  20. 01 8月, 2003 1 次提交
    • M
      · 4da1e06f
      Marc G. Fournier 提交于
      python needs to be removed from here
      4da1e06f
  21. 21 10月, 2002 1 次提交
  22. 07 9月, 2002 1 次提交
  23. 05 9月, 2002 1 次提交
    • M
      · 8834b8dd
      Marc G. Fournier 提交于
      remove pgaccess from GNUmakefile.in if we want the beta to build :)
      8834b8dd
  24. 30 8月, 2002 1 次提交
    • M
      · 9a0b4d7f
      Marc G. Fournier 提交于
      perl5 interface moved to gborg
      9a0b4d7f
  25. 23 8月, 2002 1 次提交
    • M
      · 5a303f87
      Marc G. Fournier 提交于
      Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
      project ...
      5a303f87
  26. 22 8月, 2002 1 次提交
    • M
      · da4683fb
      Marc G. Fournier 提交于
      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
  27. 30 3月, 2002 1 次提交
  28. 22 11月, 2001 2 次提交
  29. 21 11月, 2001 2 次提交
  30. 18 9月, 2001 1 次提交
  31. 09 4月, 2001 1 次提交
  32. 10 2月, 2001 1 次提交
    • T
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane 提交于
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  33. 07 1月, 2001 1 次提交
  34. 04 12月, 2000 1 次提交
  35. 03 10月, 2000 1 次提交
  36. 30 9月, 2000 1 次提交