Skip to content
Snippets Groups Projects
  1. Aug 23, 2005
    • Tom Lane's avatar
      Rewrite gather-write patch into something less obviously bolted on · 90525373
      Tom Lane authored
      after the fact.  Fix bug with incorrect test for whether we are at end
      of logfile segment.  Arrange for writes triggered by XLogInsert's
      is-cache-more-than-half-full test to synchronize with the cache boundaries,
      so that in long transactions we tend to write alternating halves of the
      cache rather than randomly chosen portions of it; this saves one more
      write syscall per cache load.
      90525373
  2. Aug 22, 2005
  3. Aug 21, 2005
  4. Aug 20, 2005
  5. Aug 19, 2005
  6. Aug 18, 2005
  7. Aug 17, 2005
  8. Aug 16, 2005
  9. Aug 15, 2005
Loading