Skip to content
Snippets Groups Projects
  1. Jul 30, 2004
  2. Jul 17, 2004
  3. Jun 08, 2004
  4. May 20, 2004
  5. 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
  6. Apr 23, 2004
  7. Mar 20, 2004
  8. Feb 02, 2004
  9. Jan 19, 2004
  10. Dec 13, 2003
  11. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  12. Nov 24, 2003
  13. Nov 06, 2003
  14. Nov 04, 2003
  15. Nov 01, 2003
  16. Oct 25, 2003
  17. 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
  18. Sep 02, 2003
  19. 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
  20. Jun 24, 2003
  21. Jun 12, 2003
  22. May 22, 2003
  23. May 07, 2003
  24. 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
  25. Apr 13, 2003
  26. Apr 07, 2003
  27. Apr 02, 2003
  28. Jan 28, 2003
  29. Sep 05, 2002
  30. Jul 27, 2002
  31. Jul 16, 2002
  32. May 28, 2002
  33. May 24, 2002
  34. Apr 14, 2002
  35. Apr 11, 2002
  36. Apr 10, 2002
  37. Mar 30, 2002
  38. Mar 29, 2002
Loading