Skip to content
Snippets Groups Projects
  1. May 28, 2002
  2. May 24, 2002
  3. Apr 14, 2002
  4. Apr 11, 2002
  5. Apr 10, 2002
  6. Mar 30, 2002
  7. Mar 29, 2002
  8. Feb 23, 2002
  9. Dec 20, 2001
  10. Dec 02, 2001
  11. Sep 11, 2001
  12. Sep 07, 2001
  13. Aug 28, 2001
  14. Aug 27, 2001
  15. Aug 06, 2001
  16. Jul 10, 2001
  17. Jul 04, 2001
  18. 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
  19. May 12, 2001
  20. Mar 11, 2001
  21. Mar 05, 2001
  22. Mar 03, 2001
  23. Feb 10, 2001
  24. Feb 09, 2001
  25. Feb 06, 2001
  26. Jan 23, 2001
    • Tom Lane's avatar
      Remove rangechecks on errno; just call strerror unconditionally. This · e9c936ff
      Tom Lane authored
      eliminates a raft of portability issues, including whether sys_nerr
      exists, whether the platform has any valid negative errnos, etc.  The
      downside is minimal: errno shouldn't ever contain an invalid value anyway,
      and if it does, reasonably modern versions of strerror will not choke.
      This rangecheck idea seemed good at the time, but it's clearly a net loss,
      and I apologize to all concerned for having ever put it in.
      e9c936ff
  27. Jan 10, 2001
  28. Jan 09, 2001
  29. Nov 09, 2000
  30. Nov 05, 2000
  31. Nov 03, 2000
  32. Oct 26, 2000
  33. Oct 24, 2000
  34. Oct 21, 2000
  35. Oct 20, 2000
  36. Oct 02, 2000
Loading