1. 04 7月, 2000 1 次提交
  2. 13 4月, 2000 1 次提交
  3. 09 4月, 2000 1 次提交
    • T
      Buffer manager modifications to keep a local buffer-dirtied bit as well · 1f6d8b90
      Tom Lane 提交于
      as a shared dirtybit for each shared buffer.  The shared dirtybit still
      controls writing the buffer, but the local bit controls whether we need
      to fsync the buffer's file.  This arrangement fixes a bug that allowed
      some required fsyncs to be missed, and should improve performance as well.
      For more info see my post of same date on pghackers.
      1f6d8b90
  4. 26 1月, 2000 1 次提交
    • B
      Add: · 5c25d602
      Bruce Momjian 提交于
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  5. 22 1月, 2000 1 次提交
  6. 17 1月, 2000 1 次提交
  7. 15 1月, 2000 1 次提交
  8. 23 11月, 1999 1 次提交
  9. 18 7月, 1999 1 次提交
  10. 16 7月, 1999 3 次提交
  11. 26 5月, 1999 1 次提交
  12. 14 2月, 1999 1 次提交
  13. 14 12月, 1998 1 次提交
    • M
      · 7c3b7d27
      Marc G. Fournier 提交于
      Initial attempt to clean up the code...
      
      Switch sprintf() to snprintf()
      Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of
      	code
      7c3b7d27
  14. 01 9月, 1998 2 次提交
  15. 19 8月, 1998 1 次提交
    • B
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian 提交于
      no longer returns buffer pointer, can be gotten from scan;
      	descriptor; bootstrap can create multi-key indexes;
      pg_procname index now is multi-key index; oidint2, oidint4, oidname
      are gone (must be removed from regression tests); use System Cache
      rather than sequential scan in many places; heap_modifytuple no
      longer takes buffer parameter; remove unused buffer parameter in
      a few other functions; oid8 is not index-able; remove some use of
      single-character variable names; cleanup Buffer variables usage
      and scan descriptor looping; cleaned up allocation and freeing of
      tuples; 18k lines of diff;
      79715390
  16. 26 2月, 1998 1 次提交
  17. 12 2月, 1998 1 次提交
  18. 17 1月, 1998 1 次提交
  19. 07 1月, 1998 1 次提交
  20. 05 1月, 1998 1 次提交
  21. 09 9月, 1997 1 次提交
  22. 08 9月, 1997 1 次提交
  23. 07 9月, 1997 1 次提交
  24. 19 8月, 1997 1 次提交
  25. 11 1月, 1997 1 次提交
  26. 10 11月, 1996 1 次提交
  27. 06 11月, 1996 1 次提交
  28. 04 11月, 1996 1 次提交
  29. 18 10月, 1996 1 次提交
  30. 09 7月, 1996 1 次提交