Skip to content
Snippets Groups Projects
  1. May 21, 2012
  2. May 16, 2012
  3. May 08, 2012
  4. Apr 29, 2012
  5. Apr 28, 2012
  6. Apr 26, 2012
  7. Apr 25, 2012
  8. Apr 24, 2012
  9. Apr 18, 2012
  10. Apr 12, 2012
  11. Apr 09, 2012
  12. Mar 30, 2012
    • Konstantin Osipov's avatar
      Thread-based WAL writer: a piecewise port. · 59d0e081
      Konstantin Osipov authored
      This patch introduces wal_mode configuration variable,
      which can take either "fsync" or "fsync_delay" values.
      
      In "fsync" mode, we open the write ahead log in O_SYNC
      mode, and thus sync every write to disk.
      
      Th fsync_delay mode is the backward-compatible mode:
      in this mode, we only do fsync once every fsync_delay
      seconds. If fsync_delay is 0, there is no fsync.
      
      Otherwise, this patch is only adding auxiliary headers,
      object files, etc.
      59d0e081
  13. Feb 28, 2012
  14. Feb 22, 2012
  15. Feb 16, 2012
    • Dmitry Simonenko's avatar
      debian port adaptation · ba3625ef
      Dmitry Simonenko authored
      - removed SIGUSR2 forwarding
      - removed logger and pid command line arguments
      - moved man pages generation to doc/man/
      - added logger_pid to show info output
      - changed instance config preformating scheme
      ba3625ef
  16. Feb 14, 2012
  17. Feb 13, 2012
  18. Feb 01, 2012
  19. Jan 27, 2012
  20. Dec 29, 2011
  21. Dec 28, 2011
  22. Dec 23, 2011
  23. Dec 21, 2011
  24. Dec 14, 2011
  25. Nov 16, 2011
  26. Nov 15, 2011
  27. Nov 07, 2011
  28. Oct 26, 2011
  29. Oct 19, 2011
  30. Oct 10, 2011
  31. Sep 14, 2011
  32. Aug 25, 2011
Loading