1. 22 Apr, 2003 1 commit
  2. 06 Apr, 2003 1 commit
  3. 02 Apr, 2003 1 commit
  4. 29 Mar, 2003 1 commit
  5. 21 Mar, 2003 1 commit
  6. 06 Mar, 2003 1 commit
  7. 19 Feb, 2003 1 commit
    • Bruce Momjian's avatar
      Here's the patch I promised over on HACKERS - it alters the · adc3b34b
      Bruce Momjian authored
      implementation
      of '\e' history tracking for systems that have a readline compatability
      library without replace_history_entry.  I fall back to pushing the query
      onto the history stack after the \e, rather than replacing it.
      
      The patch adds one more place to look for readline headers, and a test
      for replace_history_entry. I've only included the patch for configure.in
      
      Ross J. Reedstrom
      adc3b34b
  8. 14 Feb, 2003 1 commit
  9. 11 Feb, 2003 1 commit
  10. 28 Jan, 2003 1 commit
  11. 25 Jan, 2003 1 commit
  12. 11 Jan, 2003 1 commit
  13. 09 Jan, 2003 1 commit
  14. 07 Jan, 2003 2 commits
  15. 06 Jan, 2003 4 commits
  16. 30 Dec, 2002 1 commit
  17. 29 Dec, 2002 1 commit
  18. 15 Dec, 2002 1 commit
  19. 06 Dec, 2002 2 commits
  20. 03 Dec, 2002 1 commit
  21. 04 Nov, 2002 1 commit
  22. 03 Nov, 2002 1 commit
  23. 24 Oct, 2002 3 commits
  24. 23 Oct, 2002 2 commits
  25. 25 Sep, 2002 1 commit
  26. 20 Sep, 2002 1 commit
  27. 17 Sep, 2002 1 commit
  28. 11 Sep, 2002 1 commit
  29. 06 Sep, 2002 1 commit
  30. 05 Sep, 2002 1 commit
    • Peter Eisentraut's avatar
      Assorted fixes for Cygwin: · 337da067
      Peter Eisentraut authored
      Eliminate the mysterious games that the Cygwin build plays with the linker
      flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
      Detect cygipc in configure, after the linker flags are set up, otherwise
      configure might not work at all.
      
      Make sure everything is covered by make clean.
      
      Fix the build of the new conversion procedure modules.
      
      Add new DLLIMPORT markers where required.
      
      Finally, the compiler complains if we use an explicit
      -I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
      still necessary.
      337da067
  31. 04 Sep, 2002 2 commits