1. 29 5月, 2002 1 次提交
  2. 25 5月, 2002 1 次提交
  3. 15 4月, 2002 1 次提交
  4. 11 4月, 2002 1 次提交
  5. 30 3月, 2002 1 次提交
  6. 13 3月, 2002 1 次提交
    • P
      Move · f362dcec
      Peter Eisentraut 提交于
        src/GNUmakefile.in to src/Makefile
      and
        src/backend/port/Makefile.in to src/backend/port/Makefile
      
      All configure substitutions are now done in Makefile.global.
      f362dcec
  7. 06 3月, 2002 1 次提交
    • B
      At this moment, --enable-debug adds debugging information to most of the · 0416641b
      Bruce Momjian 提交于
      parts o f postgresql. The jdbc drivers are never compiled with debugging
      support. This p atch make sure that debugging information is added to
      the jdbc jar when the --en able-debug is added. This was usefull for me
      for debugging some java jdbc poolin g objects but this might perhaps be
      usefull for other people too?
      
      Dries Verachtert
      0416641b
  8. 21 12月, 2001 1 次提交
  9. 13 10月, 2001 1 次提交
  10. 23 9月, 2001 1 次提交
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
  11. 18 9月, 2001 1 次提交
  12. 17 9月, 2001 1 次提交
    • P
      Install dynamically loadable modules into a private subdirectory · 264f8f2b
      Peter Eisentraut 提交于
      under libdir, for a cleaner separation in the installation layout
      and compatibility with binary packaging standards.  Point backend's
      default search location there.  The contrib modules are also
      installed in the said location, giving them the benefit of the
      default search path as well.  No changes in user interface
      nevertheless.
      264f8f2b
  13. 30 8月, 2001 1 次提交
  14. 28 8月, 2001 1 次提交
    • P
      Include directory rearrangement · f5944af8
      Peter Eisentraut 提交于
      Client headers are no longer in a subdirectory, since they have been made
      namespace-clean.
      
      Internal libpq headers are in a private subdirectory.
      
      Server headers are in a private subdirectory.  pg_config has a new option
      to point there.
      f5944af8
  15. 27 8月, 2001 2 次提交
  16. 24 8月, 2001 1 次提交
  17. 15 7月, 2001 1 次提交
  18. 11 7月, 2001 1 次提交
  19. 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
  20. 25 5月, 2001 1 次提交
    • B
      The following patch corrects a make install problem when building · 74068dfe
      Bruce Momjian 提交于
      under Cygwin.  The root cause of this problem is that (Sun) java is a
      native Win32 app and hence does not understand Cygwin Posix style paths.
      The solution is to use Cygwin's cygpath utility to convert the Posix style
      JDBC installation directory path into a Win32 one before invoking ant.
      
      I'm not sure if my patch is the best way to correct this issue but
      my goal was to confine the Cygwin specific constructs to
      
      Jason Tishler
      74068dfe
  21. 13 5月, 2001 1 次提交
  22. 10 5月, 2001 3 次提交
  23. 10 3月, 2001 1 次提交
  24. 05 3月, 2001 1 次提交
    • P
      · c18bb990
      Peter Mount 提交于
      Ok, I've split todays commit into three, the first two already done had some
      bits in JDBC & the first set of tools into contrib.
      
      This is the third, and deals with enabling JDBC to be compiled with the main
      source.
      
      What it does is add a new option to configure: --with-java
      
      This option tells configure to look for ant (our build tool of choice) and
      if found, it then compiles both the JDBC driver and the new tools as part
      of the normal make.
      
      Also, when the postgresql install is done, all the .jar files are also
      installed into the ${PGLIB}/java directory (thought best to keep then separate)
      
      Now I had some conflicts when this applied so could someone please double check
      that everything is ok?
      
      Peter
      c18bb990
  25. 03 3月, 2001 1 次提交
  26. 27 2月, 2001 1 次提交
  27. 21 2月, 2001 1 次提交
  28. 08 2月, 2001 1 次提交
  29. 21 1月, 2001 1 次提交
  30. 30 12月, 2000 1 次提交
  31. 16 12月, 2000 1 次提交
  32. 01 12月, 2000 1 次提交
    • P
      Make all commands that link a program look like · e5ba2fc5
      Peter Eisentraut 提交于
      $(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@
      
      This form seemed to be the most portable, readable, and logical, but in any
      case it's better than having a dozen different ones in the tree.
      e5ba2fc5
  33. 21 11月, 2000 1 次提交
  34. 20 11月, 2000 1 次提交
  35. 10 11月, 2000 1 次提交
  36. 06 11月, 2000 1 次提交
  37. 05 11月, 2000 1 次提交