1. 10 8月, 2006 1 次提交
    • B
      Add TODO items we don't want (Idea from Josh Berkus) · c7fa4aa3
      Bruce Momjian 提交于
      >
      >
      > Features We Do _Not_ Want
      > =========================
      >
      > * All backends running as threads in a single process (not want)
      >
      >   This eliminates the process protection we get from the current setup.
      >   Thread creation is usually the same overhead as process creation on
      >   modern systems, so it seems unwise to use a pure threaded model.
      >
      > * Optimizer hints (not want)
      >
      >   Optimizer hints are used to work around problems in the optimizer.  We
      >   would rather have the problems reported and fixed.
      >   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
      c7fa4aa3
  2. 09 8月, 2006 15 次提交
  3. 08 8月, 2006 10 次提交
  4. 07 8月, 2006 1 次提交
  5. 06 8月, 2006 5 次提交
  6. 05 8月, 2006 8 次提交