Skip to content
Snippets Groups Projects
  1. Jun 08, 2004
  2. May 20, 2004
  3. Apr 26, 2004
    • Bruce Momjian's avatar
      Unconditionally define: · 30a06fe2
      Bruce Momjian authored
      	-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
      
      for all ports.  It can't hurt if they are not supported, but it makes
      our job easier for porting.
      
      Should fix Darwin compile and other platforms without mucking with the
      thread detection code.
      30a06fe2
  4. Apr 23, 2004
  5. Mar 20, 2004
  6. Feb 02, 2004
  7. Jan 19, 2004
  8. Dec 13, 2003
  9. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  10. Nov 24, 2003
  11. Nov 06, 2003
  12. Nov 04, 2003
  13. Nov 01, 2003
  14. Oct 25, 2003
  15. 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
  16. Sep 02, 2003
  17. 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
  18. Jun 24, 2003
  19. Jun 12, 2003
  20. May 22, 2003
  21. May 07, 2003
  22. 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
  23. Apr 13, 2003
  24. Apr 07, 2003
  25. Apr 02, 2003
  26. Jan 28, 2003
  27. Sep 05, 2002
  28. Jul 27, 2002
  29. Jul 16, 2002
  30. May 28, 2002
  31. May 24, 2002
  32. Apr 14, 2002
  33. Apr 11, 2002
  34. Apr 10, 2002
  35. Mar 30, 2002
  36. Mar 29, 2002
  37. Feb 23, 2002
Loading