- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 204字
- 2021-07-02 13:11:42
PostgreSQL history
PostgreSQL was started as a project at the University of California at Berkeley (UCB), then it was developed by the community in 1996.
So far, PostgreSQL is actively developed by the PostgreSQL community as well as universities. The following time frames show the history of PostgreSQL's development:
- 1977-1985, the Ingres project: Michael Stonebraker created a relational database management system (RDBMS) based on the formal relational model.
- 1986-1994, Postgres: Michael Stonebraker created Postgres in order to support complex data types and the object-relational model.
- 1995, Postgres95: Andrew Yu and Jolly Chen changed the Postgres PostQUEL query language with an extended subset of SQL.
- 1996, PostgreSQL: Several developers dedicated a lot of labor and time to stabilize Postgres95. The first open source version was released on January 29, 1997. With the introduction of new features, and enhancements, and due to it being an open source project, the Postgres95 name was changed to PostgreSQL.
PostgreSQL began at version 6, with a very strong starting point due to the advantage of several years of research and development. Being an open source project with a very good reputation, PostgreSQL attracted hundreds of developers. Currently, PostgreSQL has an uncountable number of extensions and a very active community.
推薦閱讀
- SQL Server 2016從入門到精通(視頻教學超值版)
- 深入淺出Electron:原理、工程與實踐
- Mastering Swift 2
- Learning ArcGIS Pro
- MySQL數據庫管理與開發(慕課版)
- C語言程序設計
- Learning Apache Kafka(Second Edition)
- 零基礎學Python數據分析(升級版)
- INSTANT Yii 1.1 Application Development Starter
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- C++面向對象程序設計
- Pandas入門與實戰應用:基于Python的數據分析與處理