Skip to content
Snippets Groups Projects
  1. Mar 28, 2016
  2. Feb 08, 2016
  3. Oct 05, 2015
  4. Jun 09, 2015
  5. Jun 01, 2015
  6. May 18, 2015
  7. Feb 02, 2015
  8. Jul 21, 2014
  9. Mar 17, 2014
  10. Feb 17, 2014
  11. Dec 02, 2013
  12. Oct 08, 2013
  13. Apr 01, 2013
  14. Feb 04, 2013
  15. Dec 03, 2012
  16. Sep 19, 2012
  17. Jan 02, 2012
  18. Jun 11, 2011
  19. Jan 01, 2011
  20. Jul 09, 2010
  21. Feb 17, 2010
  22. Jan 02, 2010
  23. Jul 02, 2009
  24. Jan 01, 2009
  25. Feb 13, 2008
  26. Jan 01, 2008
  27. Oct 04, 2007
  28. Jan 05, 2007
  29. Dec 09, 2005
  30. Jan 18, 2005
  31. Jan 01, 2005
  32. Dec 19, 2004
  33. Aug 09, 2004
  34. Nov 30, 2003
  35. Dec 04, 2002
  36. Sep 04, 2002
  37. May 11, 2001
  38. May 03, 2001
  39. Jun 13, 2000
  40. Jan 18, 2000
    • Bruce Momjian's avatar
      Hi! · 0cb6bc70
      Bruce Momjian authored
      Here is a patch to bring both libpq and psql to a state where it compiles on
      win32 (native) again. A lot of things have changed, and I have not been able
      to keep up with them all, so it has been broken for quite a while.
      After this patch, at least it compiles. It also talks "basic talk" to the
      server, but I have not yet tested all things. Sending queries, and using
      e.g. \d or \dt works fine. The rest will have to be tested further.
      It also bumps the version on libpq.dll to 7.0.
      
      Everything should be enclosed in #ifdef WIN32, unless I have missed
      something. Except for one or maybe two places where I have moved a #include
      that should not be used on win32 from the "global area" into a "#ifndef
      WIN32 area".
      
      
      //Magnus
      0cb6bc70
Loading