Skip to content
Snippets Groups Projects
  1. Dec 07, 2003
  2. Dec 06, 2003
  3. Dec 02, 2003
  4. Dec 01, 2003
  5. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 55b11325
      PostgreSQL Daemon authored
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  6. Nov 25, 2003
  7. Nov 24, 2003
  8. Nov 23, 2003
  9. Nov 21, 2003
    • Tom Lane's avatar
      COMMENT ON casts, conversions, languages, operator classes, and · 42ce74bf
      Tom Lane authored
      large objects.  Dump all these in pg_dump; also add code to pg_dump
      user-defined conversions.  Make psql's large object code rely on
      the backend for inserting/deleting LOB comments, instead of trying to
      hack pg_description directly.  Documentation and regression tests added.
      
      Christopher Kings-Lynne, code reviewed by Tom
      42ce74bf
  10. Nov 17, 2003
  11. Nov 15, 2003
  12. Nov 14, 2003
  13. Nov 13, 2003
  14. Nov 12, 2003
  15. Nov 11, 2003
  16. Nov 10, 2003
  17. Nov 08, 2003
  18. Nov 06, 2003
  19. Oct 31, 2003
  20. Oct 30, 2003
    • 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
  21. Oct 29, 2003
    • 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
Loading