Skip to content
Snippets Groups Projects
  1. Jun 14, 2000
  2. Jun 05, 2000
  3. Apr 12, 2000
  4. Jan 26, 2000
    • Bruce Momjian's avatar
      Add: · 5c25d602
      Bruce Momjian authored
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  5. Jan 10, 2000
  6. Jul 17, 1999
  7. Jul 16, 1999
  8. Jul 15, 1999
  9. Jul 14, 1999
  10. May 10, 1999
  11. Feb 14, 1999
  12. Oct 29, 1998
  13. Sep 22, 1998
  14. Sep 01, 1998
  15. 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
  16. Feb 26, 1998
  17. Feb 11, 1998
  18. Jan 07, 1998
  19. Oct 25, 1997
  20. Sep 08, 1997
  21. Sep 07, 1997
  22. Aug 25, 1997
  23. Jul 24, 1997
  24. Mar 15, 1997
  25. 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
  26. Jan 10, 1997
  27. Nov 06, 1996
  28. Jul 09, 1996
Loading