Skip to content
Snippets Groups Projects
  1. Nov 04, 2003
  2. Nov 01, 2003
  3. Oct 25, 2003
  4. Sep 07, 2003
    • Bruce Momjian's avatar
      Changes for MinGW/WIN32: · 4b407f6c
      Bruce Momjian authored
              o allow configure to see include/port/win32 include files
              o add matching Win32 accept() prototype
              o allow pg_id to compile with native Win32 API
              o fix invalide mbvalidate() function calls (existing bug)
              o allow /scripts to compile with native Win32 API
              o add win32.c to Win32 compiles (already in *.mak files)
      4b407f6c
  5. Sep 02, 2003
  6. 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
  7. Jun 24, 2003
  8. Jun 12, 2003
  9. May 22, 2003
  10. May 07, 2003
  11. 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
  12. Apr 13, 2003
  13. Apr 07, 2003
  14. Apr 02, 2003
  15. Jan 28, 2003
  16. Sep 05, 2002
  17. Jul 27, 2002
  18. Jul 16, 2002
  19. May 28, 2002
  20. May 24, 2002
  21. Apr 14, 2002
  22. Apr 11, 2002
  23. Apr 10, 2002
  24. Mar 30, 2002
  25. Mar 29, 2002
  26. Feb 23, 2002
  27. Dec 20, 2001
  28. Dec 02, 2001
  29. Sep 11, 2001
  30. Sep 07, 2001
  31. Aug 28, 2001
  32. Aug 27, 2001
  33. Aug 06, 2001
  34. Jul 10, 2001
  35. Jul 04, 2001
  36. 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
Loading