Skip to content
Snippets Groups Projects
  1. Aug 21, 2005
    • Bruce Momjian's avatar
      Add: · e22443f4
      Bruce Momjian authored
      > * Fix problems with wrong runtime encoding conversion for NLS message files
      e22443f4
    • Tom Lane's avatar
      Seems that the childXids list would be better based on Oid lists than · f39f6b50
      Tom Lane authored
      integer lists.
      f39f6b50
    • Tom Lane's avatar
      Convert the arithmetic for shared memory size calculation from 'int' · 0007490e
      Tom Lane authored
      to 'Size' (that is, size_t), and install overflow detection checks in it.
      This allows us to remove the former arbitrary restrictions on NBuffers
      etc.  It won't make any difference in a 32-bit machine, but in a 64-bit
      machine you could theoretically have terabytes of shared buffers.
      (How efficiently we could manage 'em remains to be seen.)  Similarly,
      num_temp_buffers, work_mem, and maintenance_work_mem can be set above
      2Gb on a 64-bit machine.  Original patch from Koichi Suzuki, additional
      work by moi.
      0007490e
  2. Aug 20, 2005
  3. Aug 19, 2005
  4. Aug 18, 2005
  5. Aug 17, 2005
  6. Aug 16, 2005
  7. Aug 15, 2005
  8. Aug 14, 2005
Loading