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