1. 05 Mar, 2006 6 commits
  2. 04 Mar, 2006 11 commits
  3. 03 Mar, 2006 22 commits
  4. 02 Mar, 2006 1 commit
    • Tom Lane's avatar
      Remove unnecessary lo_lseek call in lo_open. Apparently there was once · f0bfc020
      Tom Lane authored
      a need for it back in the neolithic era, but it's certainly dead code in
      any PG release we would recognize as such.  Since it forces an additional
      network round trip to the backend, getting rid of it should provide some
      small performance improvement for large-object-using clients.
      f0bfc020