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. 22 8月, 2012 1 次提交
    • P
      Fix install-strip on Mac OS X · b748d8f2
      Peter Eisentraut 提交于
      There was a hack put into install-sh to call strip with the correct
      options on Mac OS X.  But that never worked, because configure
      disabled stripping on that platform altogether.  So remove that dead
      code, and while we're at it, update install-sh to the latest upstream
      source (from Automake).
      
      Instead, set up the right strip options in programs.m4, so this now
      actually works the way it was originally intended.
      b748d8f2
  3. 30 9月, 2010 1 次提交
  4. 23 9月, 2010 1 次提交
  5. 21 9月, 2010 1 次提交
  6. 23 2月, 2010 2 次提交
  7. 13 7月, 2009 2 次提交
  8. 29 8月, 2008 1 次提交
  9. 28 5月, 2008 1 次提交
  10. 18 2月, 2008 1 次提交
    • P
      Upgrade to Autoconf 2.61: · b1203823
      Peter Eisentraut 提交于
      - Change configure.in to use Autoconf 2.61 and update generated files.
      - Update build system and documentation to support now directory variables
        offered by Autoconf 2.61.
      - Replace usages of PGAC_CHECK_ALIGNOF by AC_CHECK_ALIGNOF, now available
        in Autoconf 2.61.
      - Drop our patched version of AC_C_INLINE, as Autoconf now has the change.
      b1203823
  11. 20 7月, 2007 1 次提交
  12. 24 5月, 2006 1 次提交
  13. 04 12月, 2005 1 次提交
  14. 03 12月, 2004 1 次提交
  15. 30 11月, 2004 1 次提交
    • T
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane 提交于
      reliably (ie, regardless of which libraries they depend on).  Also
      make sure that we don't select headers that obviously belong to the
      wrong one of the two libraries.  This was discussed back around 4-Sep
      but seems to have slipped through the cracks.  The header selection
      could be checked more closely, perhaps, but let's see if this is good
      enough.
      aef2d0d8
  16. 03 9月, 2004 1 次提交
  17. 02 9月, 2004 1 次提交
  18. 20 5月, 2004 1 次提交
  19. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  20. 07 5月, 2003 1 次提交
  21. 07 4月, 2003 1 次提交
  22. 11 4月, 2002 2 次提交
  23. 30 3月, 2002 1 次提交
  24. 28 8月, 2001 1 次提交
  25. 06 8月, 2001 1 次提交
  26. 03 6月, 2001 1 次提交
    • P
      Native Language Support (NLS) · e5420364
      Peter Eisentraut 提交于
      Use --enable-nls to turn it on; see installation instructions for details.
      See developer's guide how to make use of it in programs and how to add
      translations.
      
      psql sources have been almost fully prepared and an incomplete German
      translation has been provided.  In the backend, only elog() calls are
      currently translatable, and the provided German translation file is more
      of a placeholder.
      e5420364
  27. 11 2月, 2001 1 次提交
  28. 07 2月, 2001 1 次提交
  29. 27 10月, 2000 1 次提交
  30. 28 8月, 2000 1 次提交