1. 20 Oct, 2003 3 commits
  2. 19 Oct, 2003 4 commits
  3. 18 Oct, 2003 6 commits
  4. 17 Oct, 2003 8 commits
  5. 16 Oct, 2003 13 commits
  6. 15 Oct, 2003 5 commits
  7. 14 Oct, 2003 1 commit
    • Tom Lane's avatar
      Use PQescapeString to ensure that tab-completion queries are not messed · 77c1791a
      Tom Lane authored
      up by quotes or backslashes in words that are being matched to database
      names (per gripe from Ian Barwick, though I didn't use his patch).
      Also fix possible memory leakage if _complete_with_query isn't run to
      completion (not clear if that can happen or not, but be safe).
      77c1791a