Skip to content
Snippets Groups Projects
  1. Jul 24, 2003
    • Tom Lane's avatar
      Have a go at fixing various outstanding portability issues in code that · df63503d
      Tom Lane authored
      was modified for IPv6.  Use a robust definition of struct sockaddr_storage,
      do a proper configure test to see if ss_len exists, don't assume that
      getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to
      return the protocol we ask for, etc.  This incorporates several outstanding
      patches from Kurt Roeckx, but I'm to blame for anything that doesn't
      work ...
      df63503d
  2. Jun 24, 2003
  3. Jun 12, 2003
  4. May 22, 2003
  5. May 07, 2003
  6. Apr 24, 2003
    • Tom Lane's avatar
      Infrastructure for upgraded error reporting mechanism. elog.c is · f690920a
      Tom Lane authored
      rewritten and the protocol is changed, but most elog calls are still
      elog calls.  Also, we need to contemplate mechanisms for controlling
      all this functionality --- eg, how much stuff should appear in the
      postmaster log?  And what API should libpq expose for it?
      f690920a
  7. Apr 13, 2003
  8. Apr 07, 2003
  9. Apr 02, 2003
  10. Jan 28, 2003
  11. Sep 05, 2002
  12. Jul 27, 2002
  13. Jul 16, 2002
  14. May 28, 2002
  15. May 24, 2002
  16. Apr 14, 2002
  17. Apr 11, 2002
  18. Apr 10, 2002
  19. Mar 30, 2002
  20. Mar 29, 2002
  21. Feb 23, 2002
  22. Dec 20, 2001
  23. Dec 02, 2001
  24. Sep 11, 2001
  25. Sep 07, 2001
  26. Aug 28, 2001
  27. Aug 27, 2001
  28. Aug 06, 2001
  29. Jul 10, 2001
  30. Jul 04, 2001
  31. Jun 02, 2001
    • 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
  32. May 12, 2001
  33. Mar 11, 2001
  34. Mar 05, 2001
  35. Mar 03, 2001
  36. Feb 10, 2001
Loading