Download PostgreSQL 9.2

Spread the love

Version 9.2 of PostgreSQL has been released. This popular ‘open source relational database management system’ runs on a large number of operating systems and can therefore be used in various environments. It is a derivative of Ingres, after its lead developer started his own business and that open source database became closed source. Version 9.2 includes built-in support for JavaScript Object Notation and performance improvements, and can be scaled up to as many as 64 cores. More information about this release can be found in the release notes Here are the main improvements:

Major enhancements include:

  • Allow queries to retrieve data only from indexes, avoiding heap access (index-only scans)
  • 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 (cascading replication)
  • 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 sets

Version number 9.2
Release status Final
Operating systems Windows 7, Windows 2000, Linux, BSD, Solaris, Windows Server 2003, Windows Vista, Windows Server 2008
Website PostgreSQL
Download
License type Conditions (GNU/BSD/etc.)
You might also like
Exit mobile version