8ecbf81f41
PostgreSQL 13 contains many new features and enhancements, including: * Space savings and performance gains from de-duplication of B-tree index entries * Improved performance for queries that use aggregates or partitioned tables * Better query planning when using extended statistics * Parallelized vacuuming of indexes * Incremental sorting
9 lines
441 B
Text
9 lines
441 B
Text
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
|
|
derived from the Berkeley Postgres database management system. While
|
|
PostgreSQL retains the powerful object-relational data model, rich data types
|
|
and easy extensibility of Postgres, it replaces the PostQuel query language
|
|
with an extended subset of SQL.
|
|
|
|
PostgreSQL is free and the complete source is available.
|
|
|
|
This package contains the database server programs.
|