Skip to content
Snippets Groups Projects
  1. Jul 30, 2004
  2. Jul 17, 2004
    • Tom Lane's avatar
      Invent ResourceOwner mechanism as per my recent proposal, and use it to · fe548629
      Tom Lane authored
      keep track of portal-related resources separately from transaction-related
      resources.  This allows cursors to work in a somewhat sane fashion with
      nested transactions.  For now, cursor behavior is non-subtransactional,
      that is a cursor's state does not roll back if you abort a subtransaction
      that fetched from the cursor.  We might want to change that later.
      fe548629
  3. Jul 15, 2004
  4. Jul 13, 2004
  5. Jul 12, 2004
  6. Jul 05, 2004
  7. Jul 02, 2004
  8. Jul 01, 2004
  9. Jun 28, 2004
  10. Jun 23, 2004
  11. Jun 14, 2004
  12. Jun 12, 2004
  13. Jun 07, 2004
  14. Jun 03, 2004
  15. Jun 01, 2004
  16. May 31, 2004
  17. May 28, 2004
  18. May 26, 2004
  19. May 21, 2004
    • PostgreSQL Daemon's avatar
      · a551c3d0
      PostgreSQL Daemon authored
      attempt at a multi file commit, to seee how it formats
      a551c3d0
    • PostgreSQL Daemon's avatar
      · ee20fd46
      PostgreSQL Daemon authored
      just testing activitymail ... only added a space here so that the commit would
      pick it up
      ee20fd46
  20. May 14, 2004
  21. May 08, 2004
    • Tom Lane's avatar
      Get rid of rd_nblocks field in relcache entries. Turns out this was · 4af34211
      Tom Lane authored
      costing us lots more to maintain than it was worth.  On shared tables
      it was of exactly zero benefit because we couldn't trust it to be
      up to date.  On temp tables it sometimes saved an lseek, but not often
      enough to be worth getting excited about.  And the real problem was that
      we forced an lseek on every relcache flush in order to update the field.
      So all in all it seems best to lose the complexity.
      4af34211
  22. May 07, 2004
  23. Apr 22, 2004
    • Bruce Momjian's avatar
      Attached is are a few small fixes for dbmirror. · a4d9d3e0
      Bruce Momjian authored
      1. Fixed bug where sequences were being mirrored incorrectly if they
      exceeded 127
      2. Fixed a bug in the perl script with mirroring sequences(John
      Burtenshaw sent an email to patches describing the bug in March but I
      htink he forgot to attach his patch)
      3. The dates/times in the transaction files will always use 2 digits.
      
      Steven Singer
      a4d9d3e0
  24. Apr 20, 2004
Loading