1. 03 9月, 2003 2 次提交
    • T
      Cause standalone backend (including bootstrap case) to read the GUC · b916cc43
      Tom Lane 提交于
      config file if it exists.  This was already discussed as being a good
      idea, and now seems the cleanest way to deal with initdb-time failures
      on machines with small SHMMAX.  (The submitted patches instead modified
      initdb.sh to pass the correct sizing parameters, but that would still
      leave standalone backends prone to failure later.  An admin who needs
      to use a standalone backend has enough trouble already, he shouldn't
      have to manually configure its shmem settings...)
      b916cc43
    • T
      Several fixes for hash indexes that involve changing the on-disk index · d70610c4
      Tom Lane 提交于
      layout; therefore, this change forces REINDEX of hash indexes (though
      not a full initdb).  Widen hashm_ntuples to double so that hash space
      management doesn't get confused by more than 4G entries; enlarge the
      allowed number of free-space-bitmap pages; replace the useless bshift
      field with a useful bmshift field; eliminate 4 bytes of wasted space
      in the per-page special area.
      d70610c4
  2. 02 9月, 2003 7 次提交
  3. 01 9月, 2003 5 次提交
  4. 30 8月, 2003 2 次提交
  5. 29 8月, 2003 3 次提交
  6. 28 8月, 2003 5 次提交
  7. 27 8月, 2003 10 次提交
  8. 26 8月, 2003 6 次提交