PostgreSQL 9.2.4 / 9.1 rc 1
( 85 reviews )
Rate It!
PostgreSQL, Sophisticated Object-Relational DBMS.
Updated by Editors on Friday, April 5, 2013.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.
Dowloads:60338
Open Source
9.2.4
9.1 rc 1
Latest releases :
Changes
This release has been largely focused on performance improvements, though new SQL features are not lacking. Work also continues in the area of replication support. Major enhancements include:•Allow queries to retrieve data only from indexes, avoiding heap access •Allow the planner to generate custom plans for specific parameter values even when using prepared statements•Improve the planner's ability to use nested loops with inner index scans•Allow streaming replication slaves to forward data to other slaves •Allow pg_basebackup to make base backups from standby servers•Add a pg_receivexlog tool to archive WAL file changes as they are written•Add the SP-GiST (Space-Partitioned GiST) index access method•Add support for range data types•Add a JSON data type•Add a security_barrier option for views•Allow libpq connection strings to have the format of a URI•Add a single-row processing mode to libpq for better handling of large result setsThe above items are explained in more detail in the sections below.
Follow us
Latest News and Reviews :






Contact Information
- Author / maintainer:
- The PostgreSQL Global Development Group
- Web site:
- http://www.postgresql.org/
- Alternate download:
- http://www.postgresql.org/download/linux/
- Keywords:



If I am not wrong referential integrity has been supported by PostgreSQL since way back before.
PostgreSQL has not has an 8K row limit in something like 5-8 years. It actually has built in row compression and spanning.
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.