Skip to content
Snippets Groups Projects
  1. Feb 11, 2004
  2. Feb 10, 2004
  3. Feb 08, 2004
  4. Feb 07, 2004
  5. Feb 06, 2004
  6. Feb 05, 2004
  7. Feb 04, 2004
  8. Feb 03, 2004
    • Tom Lane's avatar
      pwd · d3917186
      Tom Lane authored
      d3917186
    • Tom Lane's avatar
      Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. · 391c3811
      Tom Lane authored
      Make btree index creation and initial validation of foreign-key constraints
      use maintenance_work_mem rather than work_mem as their memory limit.
      Add some code to guc.c to allow these variables to be referenced by their
      old names in SHOW and SET commands, for backwards compatibility.
      391c3811
    • Bruce Momjian's avatar
      Add: · 39d715be
      Bruce Momjian authored
      > * Make pg_restore continue after errors, so it acts more like pg_dump scripts
      39d715be
    • Joe Conway's avatar
      Add function (actually an int4 and an int8 version) that generates · 12661642
      Joe Conway authored
      a series of numbers, optionally using an explicit step size other
      than the default value (one). Use function in the information_schema
      to replace hard-wired knowledge of INDEX_MAX_KEYS. initdb forced due
      to pg_proc change. Documentation update still needed -- will be
      committed separately.
      12661642
  9. Feb 02, 2004
Loading