1. 03 Nov, 2003 6 commits
  2. 02 Nov, 2003 10 commits
  3. 01 Nov, 2003 5 commits
  4. 31 Oct, 2003 18 commits
  5. 30 Oct, 2003 1 commit
    • Tom Lane's avatar
      Further work on tab completion code: arrange for system catalogs to be · e84487f6
      Tom Lane authored
      offered for completion only when the input-so-far is at least 'pg_'.
      This seems to be the best compromise behavior emerging from yesterday's
      discussion.  While at it, refactor code to eliminate repetitive use of
      nearly identical queries, which was exceedingly tedious to maintain.
      Also const-ify code more thoroughly in hopes of moving constant data into
      text segment, and remove unnecessary length limit on queries.
      e84487f6