1. 27 May, 2002 1 commit
  2. 20 May, 2002 1 commit
    • Tom Lane's avatar
      Restructure indexscan API (index_beginscan, index_getnext) per · 44fbe20d
      Tom Lane authored
      yesterday's proposal to pghackers.  Also remove unnecessary parameters
      to heap_beginscan, heap_rescan.  I modified pg_proc.h to reflect the
      new numbers of parameters for the AM interface routines, but did not
      force an initdb because nothing actually looks at those fields.
      44fbe20d
  3. 24 Apr, 2002 1 commit
    • Bruce Momjian's avatar
      Attached is an update to contrib/dblink. Please apply if there are no · 3bf6b8f0
      Bruce Momjian authored
      objections.
      
      Major changes:
         - removed cursor wrap around input sql to allow for remote
           execution of INSERT/UPDATE/DELETE
         - dblink now returns a resource id instead of a real pointer
         - added several utility functions
      
      I'm still hoping to add explicit cursor open/fetch/close support before
      7.3 is released, but I need a bit more time on that.
      
      On a somewhat unrelated topic, I never got any feedback on the
      unknownin/out patch and the mb_substring patch. Is there anything else I
      need to do to get those applied?
      
      Joe Conway
      3bf6b8f0
  4. 25 Oct, 2001 1 commit
  5. 15 Oct, 2001 1 commit
  6. 18 Jun, 2001 1 commit
    • Bruce Momjian's avatar
      Here's a small patch for dblink: · 10b5f0be
      Bruce Momjian authored
         - fixed dblink invalid pointer causing corrupt elog message
         - fixed dblink_tok improper handling of null results
         - fixed examples in README.dblink
      
      Joe Conway
      10b5f0be
  7. 14 Jun, 2001 1 commit