1. 28 May, 2002 1 commit
  2. 24 May, 2002 1 commit
  3. 14 Apr, 2002 1 commit
  4. 10 Apr, 2002 1 commit
  5. 29 Mar, 2002 1 commit
  6. 13 Mar, 2002 1 commit
    • Peter Eisentraut's avatar
      Move · f362dcec
      Peter Eisentraut authored
        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. 05 Mar, 2002 1 commit
    • Bruce Momjian's avatar
      At this moment, --enable-debug adds debugging information to most of the · 0416641b
      Bruce Momjian authored
      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. 20 Dec, 2001 1 commit
  9. 13 Oct, 2001 1 commit
  10. 22 Sep, 2001 1 commit
    • Peter Eisentraut's avatar
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut authored
      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. 17 Sep, 2001 1 commit
  12. 16 Sep, 2001 1 commit
    • Peter Eisentraut's avatar
      Install dynamically loadable modules into a private subdirectory · 264f8f2b
      Peter Eisentraut authored
      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. 29 Aug, 2001 1 commit
  14. 28 Aug, 2001 1 commit
    • Peter Eisentraut's avatar
      Include directory rearrangement · f5944af8
      Peter Eisentraut authored
      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 Aug, 2001 1 commit
  16. 26 Aug, 2001 1 commit
  17. 24 Aug, 2001 1 commit
  18. 15 Jul, 2001 1 commit
  19. 10 Jul, 2001 1 commit
  20. 02 Jun, 2001 1 commit
    • Peter Eisentraut's avatar
      Native Language Support (NLS) · e5420364
      Peter Eisentraut authored
      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
  21. 25 May, 2001 1 commit
    • Bruce Momjian's avatar
      The following patch corrects a make install problem when building · 74068dfe
      Bruce Momjian authored
      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
  22. 12 May, 2001 1 commit
  23. 09 May, 2001 3 commits
  24. 10 Mar, 2001 1 commit
  25. 05 Mar, 2001 1 commit
    • Peter Mount's avatar
      · c18bb990
      Peter Mount authored
      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
  26. 03 Mar, 2001 1 commit
  27. 27 Feb, 2001 1 commit
  28. 20 Feb, 2001 1 commit
  29. 07 Feb, 2001 1 commit
  30. 20 Jan, 2001 1 commit
  31. 29 Dec, 2000 1 commit
  32. 16 Dec, 2000 1 commit
  33. 30 Nov, 2000 1 commit
    • Peter Eisentraut's avatar
      Make all commands that link a program look like · e5ba2fc5
      Peter Eisentraut authored
      $(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
  34. 20 Nov, 2000 2 commits
  35. 09 Nov, 2000 1 commit
  36. 05 Nov, 2000 1 commit
  37. 04 Nov, 2000 1 commit