Skip to content
Snippets Groups Projects
  1. Jan 10, 2000
  2. Jul 17, 1999
  3. Jul 16, 1999
  4. Jul 15, 1999
  5. Jul 14, 1999
  6. May 10, 1999
  7. Feb 14, 1999
  8. Oct 29, 1998
  9. Sep 22, 1998
  10. Sep 01, 1998
  11. Aug 19, 1998
    • 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
  12. Feb 26, 1998
  13. Feb 11, 1998
  14. Jan 07, 1998
  15. Oct 25, 1997
  16. Sep 08, 1997
  17. Sep 07, 1997
  18. Aug 25, 1997
  19. Jul 24, 1997
  20. Mar 15, 1997
  21. Mar 12, 1997
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 5dde558c
      Marc G. Fournier authored
      Subject: [HACKERS] linux/alpha patches
      
      These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
      actually work unless you tweak the linker to put all the pointers in the
      first 32 bits of the address space, but it's at least a start.  It
      implements the test-and-set instruction in Alpha assembly, and also fixes
      a lot of pointer-to-integer conversions, which is probably good anyway.
      5dde558c
  22. Jan 10, 1997
  23. Nov 06, 1996
  24. Jul 09, 1996
Loading