1. 30 Nov, 2003 2 commits
    • Bruce Momjian's avatar
      Update wording: · 9d4e4266
      Bruce Momjian authored
      < * Allow clients to query WITH HOLD cursors and prepared statements
      > * Allow clients to query a list of WITH HOLD cursors and prepared statements
      9d4e4266
    • Bruce Momjian's avatar
      Updates: · 73a51c39
      Bruce Momjian authored
      <   manuals (Rory)
      >   manuals
      496c496
      < * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp.
      > * Jan is Jan Wieck <JanWieck@Yahoo.com> of Afilias, Inc.
      73a51c39
  2. 29 Nov, 2003 3 commits
  3. 28 Nov, 2003 6 commits
  4. 27 Nov, 2003 4 commits
  5. 26 Nov, 2003 6 commits
  6. 25 Nov, 2003 7 commits
  7. 24 Nov, 2003 7 commits
  8. 23 Nov, 2003 3 commits
  9. 21 Nov, 2003 2 commits
    • 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
    • Tom Lane's avatar
      Remove unused variable. · 0a97cb37
      Tom Lane authored
      0a97cb37