• go to Sir Tim Berners-Lee's profile page
  • go to Edward A Feigenbaum's profile page
  • go to Michael O. Rabin 's profile page
  • go to Edwin Catmull's profile page
  • go to Robert E Tarjan's profile page
  • go to Leonard M. Adleman's profile page
  • go to Leslie Lamport's profile page
  • go to Ole-Johan Dahl 's profile page
  • go to Kristen Nygaard 's profile page
  • go to John L Hennessy's profile page
  • go to Charles P. Thacker's profile page
  • go to John Cocke 's profile page
  • go to Niklaus E. Wirth's profile page
  • go to Vinton Cerf's profile page
  • go to Dennis M. Ritchie 's profile page
  • go to Yoshua Bengio's profile page
  • go to Peter Naur's profile page
  • go to David Patterson's profile page
  • go to Silvio Micali's profile page
  • go to Judea Pearl's profile page
  • go to Jeffrey D Ullman's profile page
  • go to Whitfield Diffie 's profile page
  • go to Avi Wigderson's profile page
  • go to Robert E Kahn'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.