1. 10 Feb, 2004 1 commit
    • Tom Lane's avatar
      Restructure smgr API as per recent proposal. smgr no longer depends on · 87bd9563
      Tom Lane authored
      the relcache, and so the notion of 'blind write' is gone.  This should
      improve efficiency in bgwriter and background checkpoint processes.
      Internal restructuring in md.c to remove the not-very-useful array of
      MdfdVec objects --- might as well just use pointers.
      Also remove the long-dead 'persistent main memory' storage manager (mm.c),
      since it seems quite unlikely to ever get resurrected.
      87bd9563
  2. 08 Feb, 2004 4 commits
  3. 07 Feb, 2004 1 commit
  4. 06 Feb, 2004 1 commit
  5. 05 Feb, 2004 1 commit
  6. 04 Feb, 2004 2 commits
  7. 03 Feb, 2004 4 commits
    • 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
  8. 02 Feb, 2004 12 commits
  9. 01 Feb, 2004 3 commits
  10. 31 Jan, 2004 4 commits
  11. 30 Jan, 2004 3 commits
  12. 29 Jan, 2004 1 commit
  13. 28 Jan, 2004 3 commits
    • Tom Lane's avatar
      Make USING and WITH optional to bring the syntax of \copy into exact · 18f9d7c7
      Tom Lane authored
      agreement with what the backend grammar actually accepts (which is a
      bit looser than what its documentation claims).  Per report from Bill
      Moran, though I did not use his patch since it removed all the
      undocumented flexibility that the code historically had and the backend
      still has.
      18f9d7c7
    • Tom Lane's avatar
      Review uses of IsUnderPostmaster, change some tests to look at · 2f0d43b2
      Tom Lane authored
      whereToSendOutput instead because they are really inquiring about
      the correct client communication protocol.  Update some comments.
      This is pointing towards supporting regular FE/BE client protocol
      in a standalone backend, per discussion a month or so back.
      2f0d43b2
    • Tom Lane's avatar
      Fix typo. · b3ead7c0
      Tom Lane authored
      b3ead7c0