1. 22 Mar, 2008 8 commits
  2. 21 Mar, 2008 12 commits
  3. 20 Mar, 2008 8 commits
  4. 19 Mar, 2008 7 commits
  5. 18 Mar, 2008 5 commits
    • Bruce Momjian's avatar
      Spit items: · 2f2b58d6
      Bruce Momjian authored
      * Experiment with multi-threaded backend better I/O utilization
      
        This would allow a single query to make use of multiple I/O channels
        simultaneously.  One idea is to create a background reader that can
        pre-fetch sequential and index scan pages needed by other backends.
        This could be expanded to allow concurrent reads from multiple devices
        in a partitioned table.
      
      * Experiment with multi-threaded backend better CPU utilization
      
        This would allow several CPUs to be used for a single query, such as
        for sorting or query execution.
      2f2b58d6
    • Bruce Momjian's avatar
      Update TODO description: · 8426b564
      Bruce Momjian authored
      * Speed WAL recovery by allowing more than one page to be prefetched
      
        This should be done utilizing the same infrastructure used for
        prefetching in general to avoid introducing complex error-prone code
        in WAL replay.
      8426b564
    • Bruce Momjian's avatar
      Add find_typedef comments for Linux. · af7680f6
      Bruce Momjian authored
      af7680f6
    • Bruce Momjian's avatar
      Add find_typedef comment. · 0939946a
      Bruce Momjian authored
      0939946a
    • Bruce Momjian's avatar