1. 04 7月, 2000 17 次提交
  2. 03 7月, 2000 5 次提交
  3. 02 7月, 2000 7 次提交
  4. 01 7月, 2000 6 次提交
  5. 30 6月, 2000 3 次提交
    • T
      RemoveView was doing things the hard way... · 3513f4d1
      Tom Lane 提交于
      3513f4d1
    • T
      Use a private memory context to store rule information in each relcache · b41f4ab8
      Tom Lane 提交于
      entry that has rules.  This allows us to release the rule parsetrees
      on relcache flush without needing a working freeObject() routine.
      Formerly, the rule trees were leaked permanently at relcache flush.
      Also, clean up handling of rule creation and deletion --- there was
      not sufficient locking of the relation being modified, and there was
      no reliable notification of other backends that a relcache reload
      was needed.  Also, clean up relcache.c code so that scans of system
      tables needed to load a relcache entry are done in the caller's
      memory context, not in CacheMemoryContext.  This prevents any
      un-pfreed memory from those scans from becoming a permanent memory
      leak.
      b41f4ab8
    • B
      Fix quotes in /* */ comments in psql. · c9ec78a6
      Bruce Momjian 提交于
      c9ec78a6
  6. 29 6月, 2000 2 次提交