• go to Alan Kay's profile page
  • go to Edward A Feigenbaum's profile page
  • go to Dr. Jack Dongarra's profile page
  • go to A J Milner 's profile page
  • go to William Kahan's profile page
  • go to Leslie Lamport's profile page
  • go to Manuel Blum's profile page
  • go to E. Allen Emerson's profile page
  • go to Fernando Corbato's profile page
  • go to Frances Allen's profile page
  • go to Niklaus E. Wirth's profile page
  • go to Juris Hartmanis's profile page
  • go to Alfred V Aho's profile page
  • go to A. J. Perlis 's profile page
  • go to Jim Gray 's profile page
  • go to Allen Newell 's profile page
  • go to John McCarthy's profile page
  • go to Michael Stonebraker's profile page
  • go to Andrew C Yao's profile page
  • go to Ole-Johan Dahl 's profile page
  • go to Richard Karp's profile page
  • go to Avi Wigderson's profile page
  • go to Vinton Cerf's profile page
  • go to Edmund Clarke's profile page
A.M. TURING AWARD WINNERS BY...

Michael Stonebraker DL Author Profile link

United States – 2014
Short Annotated Bibliography
  1. Michael Stonebraker, "Implementation of integrity constraints and views by query modification," SIGMOD 1975, p.65-78.
    Describes query modification, a technique used by INGRES and later generations of database management systems to efficiently implement data integrity rules and virtual "views" combining data from several tables.
     
  2. Michael Stonebraker, Eugene Wong, Peter Kreps, Gerald Held, “The Design and Implementation of INGRES,” TODS 1(3), p189-222 (1976).
    A classic paper, describing an early version of INGRES, explaining key design decisions, and documenting the approach taken to implementation.
     
  3. Michael Stonebraker, Greg Kemnitz,  “The Postgres Next Generation Database Management System,” CACM 34(10),  p78-92 (1991).
    Describes Postgres, Stonebraker's influential followup to INGRES.
     
  4. Michael Stonebraker, Dorothy Moore, Object Relational DBMSs: The Next Great Wave (Morgan Kaufman, 1995).
    The early 1990s saw a wave of enthusiasm for "object oriented" database management systems. Stonebraker argued that extending conventional relational database management systems with the ability to handle more complex data types, as he had done with Postgres, was a better solution than shifting to an entirely new model. Major commercial systems soon followed this approach.
     
  5. Michael Stonebraker et al, "C-Stone: A Column-Oriented DBMS," VLDB 31, p533-564 (2005).
    During the later part of his career Stonebraker has championed the idea of optimizing database management systems for specific applications. This influential paper described a relational system optimized for rapid retrieval, rather than updating, and therefore suitable for data warehousing projects. The project was commercialized by Vertica, one the many companies co-founded by Stonebraker during the 2000s.