1. 15 Jan, 2000 1 commit
  2. 17 Jul, 1999 1 commit
  3. 16 Jul, 1999 1 commit
  4. 15 Jul, 1999 2 commits
  5. 25 May, 1999 1 commit
  6. 13 Feb, 1999 1 commit
  7. 15 Dec, 1998 1 commit
  8. 01 Sep, 1998 2 commits
  9. 19 Aug, 1998 1 commit
    • Bruce Momjian's avatar
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian authored
      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
  10. 15 Jun, 1998 1 commit
  11. 07 Jan, 1998 1 commit
  12. 05 Jan, 1998 1 commit
  13. 08 Sep, 1997 2 commits
  14. 07 Sep, 1997 1 commit
  15. 22 May, 1997 1 commit
  16. 15 Nov, 1996 1 commit
  17. 10 Nov, 1996 1 commit
  18. 05 Nov, 1996 1 commit
  19. 03 Nov, 1996 1 commit
  20. 31 Oct, 1996 1 commit
  21. 21 Oct, 1996 1 commit
  22. 20 Oct, 1996 1 commit
  23. 19 Oct, 1996 1 commit
  24. 27 Aug, 1996 1 commit
  25. 26 Aug, 1996 1 commit
  26. 15 Aug, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes; · 4844adc8
      Marc G. Fournier authored
       Postgres is not able to cluster a relation on which an rtree index is
       defined. Postmaster gives the following error message:
      
       Too Large Allocation Request("!(0 < (size) && (size) <= (0xfffffff)):size=0
       [0x0]", File:"/export/home/postgres/src/backend/utils/mmgr/mcxt.c", Line: 220)
        !(0 <(size) && (size) <= (0xfffffff)) (0) [No such file or directory]
      
      Submitted by: Dirk Koeser <koeser@informatik.uni-rostock.de>
      4844adc8
  27. 09 Jul, 1996 1 commit