Download PostgreSQL 12

Spread the love

Version 12 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 this open source database became closed source. Detailed information about the changes in version 12 can be this page are being found. The complete changelog is available herethese are in short the most important improvements:

Major enhancements in PostgreSQL 12 include:

  • General performance improvements, including:
    • Optimizations to space utilization and read/write performance for B-tree indexes
    • Partitioning performance enhancements, including improved query performance on tables with thousands of partitions, improved insertion performance with INSERT and COPYand the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries
    • Automatic (but overridable) inlining of common table expressions (CTEs)
    • Reduction of WAL overhead for creation of Yeast, GINand SP-GiST indexes
    • Support for covering Yeast indexes, via the INCLUDE clause
    • Multi-column most-common-value (MCV) statistics can be defined via CREATE STATISTICSto support better plans for queries that test several non-uniformly-distributed columns
  • Enhancements to administrative functionality, including:
  • Support for the SQL/JSON path language
  • Stored generated columns
  • nondeterministic ICU collations, enabling case-insensitive and accent-insensitive grouping and ordering
  • New authentication features, including:
    • Encryption of TCP/IP connections when using GSSAPIA authentication
    • Discovery of LDAP servers using DNS SRV records
    • Multi-factor authentication, using the clientcert=verify-full option combined with an additional authentication method in pg_hba.conf

Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Windows Server 2008, Windows Server 2012, Windows 8, Windows 10, Windows Server 2016
Website PostgreSQL
Download
License type Conditions (GNU/BSD/etc.)
You might also like