Skip to content
Snippets Groups Projects
  1. Mar 05, 2001
  2. Mar 04, 2001
  3. Mar 03, 2001
  4. Feb 26, 2001
    • Tom Lane's avatar
      Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur · 9c993658
      Tom Lane authored
      only if at least N other backends currently have open transactions.  This
      is not a great deal of intelligence about whether a delay might be
      profitable ... but it beats no intelligence at all.  Note that the default
      COMMIT_DELAY is still zero --- this new code does nothing unless that
      setting is changed.
      Also, mark ENABLEFSYNC as a system-wide setting.  It's no longer safe to
      allow that to be set per-backend, since we may be relying on some other
      backend's fsync to have synced the WAL log.
      9c993658
  5. Feb 25, 2001
  6. Feb 24, 2001
  7. Feb 23, 2001
  8. Feb 22, 2001
  9. Feb 21, 2001
  10. Feb 20, 2001
  11. Feb 19, 2001
  12. Feb 18, 2001
  13. Feb 17, 2001
  14. Feb 16, 2001
  15. Feb 15, 2001
  16. Feb 14, 2001
  17. Feb 13, 2001
  18. Feb 12, 2001
    • Bruce Momjian's avatar
      User Manual · 8824741f
      Bruce Momjian authored
        Chapter 4
         String Operators
          Table 4.7: Other String Functions
            strpos is missing the result in the result column, it should be 2
            Also to_ascii might need a result but maybe not.
      
      Appendix A
      In the Time Zone Table
       Greenwich is spelled Greenwish
      
      David Aldrich
      8824741f
Loading