1. 05 8月, 2002 12 次提交
  2. 04 8月, 2002 18 次提交
  3. 03 8月, 2002 3 次提交
    • T
      When compiling with --enable-cassert, check for reference count leaks · 22c64f18
      Tom Lane 提交于
      in the relcache.  It's rather silly that we have reference count leak
      checks in bufmgr and in catcache, but not in relcache which will normally
      have many fewer entries.  Chris K-L would have caught at least one bug
      in his recent DROP patch if he'd had this.
      22c64f18
    • T
      RemoveAttrDefaultById() neglected to obtain exclusive lock on the · 154f26ff
      Tom Lane 提交于
      relation being modified.  In most paths of control we'd already have
      such a lock, but if we were dropping the default due to a cascaded
      delete of some function it depended on, maybe not.
      154f26ff
    • T
      ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, · 38bb77a5
      Tom Lane 提交于
      code review by Tom Lane.  Remaining issues: functions that take or
      return tuple types are likely to break if one drops (or adds!)
      a column in the table defining the type.  Need to think about what
      to do here.
      
      Along the way: some code review for recent COPY changes; mark system
      columns attnotnull = true where appropriate, per discussion a month ago.
      38bb77a5
  4. 01 8月, 2002 3 次提交
  5. 31 7月, 2002 4 次提交