1. 01 Nov, 2003 1 commit
  2. 31 Oct, 2003 18 commits
  3. 30 Oct, 2003 11 commits
  4. 29 Oct, 2003 9 commits
  5. 28 Oct, 2003 1 commit
    • Tom Lane's avatar
      Don't include "schema." in the set of possible tab completions once · 15c6764b
      Tom Lane authored
      "schema." has been typed.  This allows readline to complete subsequent
      characters immediately if all relations in the target schema start with
      the same prefix.  This actually worked before, but I unintentionally
      broke it a few days ago.
      Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
      15c6764b