1. 16 Mar, 2001 3 commits
    • Tom Lane's avatar
      Support syncing WAL log to disk using either fsync(), fdatasync(), · 9d645fd8
      Tom Lane authored
      O_SYNC, or O_DSYNC (as available on a given platform).  Add GUC parameter
      to control sync method.
      Also, add defense to XLogWrite to prevent it from going nuts if passed
      a target write position that's past the end of the buffers so far filled
      by XLogInsert.
      9d645fd8
    • Tom Lane's avatar
      Resetting the XLOG can't include rewinding it to logical position zero, · 4eb5e27a
      Tom Lane authored
      because we need page LSNs stored in the main database to be less than
      the current XLOG position.  Hence, generate the new XLOG segment at last
      old segment number plus one.
      4eb5e27a
    • Hiroshi Inoue's avatar
      Add multibyte support. · 9242e6c0
      Hiroshi Inoue authored
      	Provide an extenisible scheme of encoding conversion.
      	As the first step, SJIS and BIG5 are supported.
      	From now on multibyte people would be happy to use
      	this psqlodbc driver.
      
      Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
      9242e6c0
  2. 15 Mar, 2001 4 commits
  3. 14 Mar, 2001 23 commits
  4. 13 Mar, 2001 10 commits