PostgreSQL17.2
Sophisticated Object-Relational DBMS.
Thursday, November 21, 2024
- Applications
- Databases
PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all SQL constructs, including subselects, transactions, and user-defined types and functions. It is the most advanced open-source database available anywhere.
- linux
- Downloads74734
- LicenseOpen Source
- Tags
Downloads / Release History
November
18
2024
PostgreSQL 17.1
Changelog
- https://www.postgresql.org/download/
September
26
2024
PostgreSQL 17.0
Changelog
- https://www.postgresql.org/download/
August
07
2024
PostgreSQL 16.4
Changelog
- https://www.postgresql.org/download/
May
10
2024
PostgreSQL 16.3
Changelog
- https://www.postgresql.org/download/
February
08
2024
PostgreSQL 16.2
Changelog
- https://www.postgresql.org/download/
Comments
3 Comments
PostgreSQL
Pretty good open source DB. It just needs to sort out it's 8KB row limit and provide referntial integrity support to get 5 stars. On the plus these things are already in the works.
PostgreSQL
PostgreSQL has not has an 8K row limit in something like 5-8 years. It actually has built in row compression and spanning.
PostgreSQL 9.0.1
If I am not wrong referential integrity has been supported by PostgreSQL since way back before.