- 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.
推薦閱讀
- Getting Started with React
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- 樂學(xué)Web編程:網(wǎng)站制作不神秘
- Developing Middleware in Java EE 8
- iOS開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- Python Interviews
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- R語言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- Java 9 Programming By Example
- C編程技巧:117個(gè)問題解決方案示例
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)訓(xùn)教程
- Learning Concurrency in Python
- Java程序設(shè)計(jì)教程