PostgreSQL 9.0 Press Kit

Contents

  Text of Original Release
  Feature List
  Where to Download
  Documentation
  License
  Contacts
  Full Text of Quotes and Company Information
  Corporate Support
  Logos & Images
  Official Translations of this Document

Original Press Release

20 SEPTEMBER 2010: The PostgreSQL Global Development Group announces the release of PostgreSQL 9.0, the latest version of the world's leading open source relational database. This major release features advances in security, application support, monitoring, performance, and storage of specialty data. Users are particularly excited about PostgreSQL 9.0's new replication and hot standby capabilities, which will accelerate adoption in cloud hosting and scalable applications.

"The built-in replication in 9.0 and ability to query a hot standby have been the most requested PostgreSQL features for many years," said Simon Riggs, CTO of 2ndQuadrant and lead contributor to hot standby. "Efficient, low latency streaming replication protects your data better, while hot standby significantly reduces total cost of ownership. In proprietary products, this capability is an add-on which costs thousands of dollars."

PostgreSQL 9.0 includes more than a dozen other major improvements that will enhance every aspect of database application design and performance, including: 64-bit Windows support, conditional and per-column triggers, upgrade-in-place from 8.3 and 8.4, deferrable unique constraints, and high-performance event messaging. For a complete list of new features, see our release information page.

"As one of the world's largest operators of core Internet infrastructure registries, Afilias is pleased to see PostgreSQL 9.0 add in-place upgrades, which allow us to upgrade to new versions of the database system with minimal disruption to our 16-million-strong domain name database," said Afilias CTO Ram Mohan.

"We are very excited about the new features ... in particular, we look forward to the deferrable unique constraints as an opportunity to speed up updates and upgrades for our customers," said Paolo Juvara, CTO of OpenBravo.

Marc Balmer, founder of Micro Systems in Switzerland, is more interested in the greatly improved LISTEN/NOTIFY event messaging capability: "The new data payload option in asynchronous notifications will power the next version of our remote data display programs."

Thanks to the contributions of developers and companies around the world, such as NTT Open Source, EnterpriseDB, 2ndQuadrant, Red Hat and many others, user adoption and development momentum is greater than ever.

"Here in CAIXA bank we use PostgreSQL in mission-critical financial environments because it has the quality to support our operations," said Clarice Coppetti, IT Vice President, CAIXA Bank, Brazil. "The new version shows that PostgreSQL is improving rapidly to keep meeting our business needs."

About PostgreSQL: PostgreSQL is the leading open source database system, with a global community of thousands of users and contributors and dozens of companies and organizations. The PostgreSQL Project has over 20 years of engineering, starting at the University of California, Berkeley, and an unmatched pace of development today. PostgreSQL's mature feature set not only matches top proprietary database systems, but exceeds them in advanced database features, extensibility, security and stability. Learn more about PostgreSQL and participate in our community at www.postgresql.org.

Extended Release Information

Feature List

Version 9.0 has an unprecedented number of new major features, demonstrating the accelerating growth of our contributor community over the last year:

Replication and Scalability

  • Hot Standby
  • Streaming Replication

Administration and Security

  • Integrated Upgrade-in-Place (pg_upgrade)
  • RADIUS Authentication
  • Password Strength Checking (passwordcheck)
  • Easier Database Permissions Management Commands (GRANT ON ALL and DEFAULT PERMISSIONS)

Database Design and SQL

  • Deferrable Unique Constraints
  • Conditional Triggers
  • Column Triggers
  • Ordering in Aggregates
  • New Windowing Functions (ROWS PRECEDING and FOLLOWING)

Stored Procedures

  • Anonymous Procedure Code Blocks (DO statement)
  • Improved Perl and Python Stored Procedures (including support for Python 3)
  • Named Parameters in Stored Procedure Calls

Performance and Advanced Features

  • Improved Event Messaging (LISTEN/NOTIFY)
  • 64-bit Windows Support
  • Optimization for ORM-Generated Queries (JOIN removal)
  • Unique Keys for Non-Scalar Data (Exclusion Constraints)
  • Expanded Support for Key-value Data (HStore)
  • JSON and XML Explain Plans

More Information About These Features

For explanations of these features and others, please see the following resources:

Downloads

Documentation

HTML documentation and man pages are installed with PostgreSQL, but feel free to browse, search and comment on our extensive, interactive online documentation.

License

PostgreSQL uses the PostgreSQL License, a BSD-like license which only requires that the licensed source code maintain its copyright and licensing information. This OSI-certified license is widely appreciated as flexible and business-friendly, since it does not restrict the use of PostgreSQL with commercial and proprietary applications. Together with multi-company support and public ownership of the code, the BSD license makes PostgreSQL very popular with vendors wanting to embed a database in their own products without fear of fees, vendor lock-in, or changes in licensing terms.

Contacts

Web Pages

Press Inquiries

USA
Bruce Momjian
Selena Deckelmann
Josh Berkus
press@postgresql.org
Phone: +1 347-6-PGSQL-9 (or +1-347-674-7759)

United Kingdom
Simon Riggs
uk@postgresql.org
+44-7900-255520

Ireland
Raymond O'Donnell
ie@postgresql.org
+353 (0)87 2241365

Australia
Charles Duffy
au@postgresql.org
(02) 9452 9163

Full Text of Quotes and Company Information

PostgreSQL 9.0 has attracted great interest from business database users around the world. The following quotes show the enthusiasm of companies in England, Canada, Spain, Switzerland and Brazil for its new features. Contact us to arrange an interview with any of these companies. (Contacts below answer in the listed languages only.)

2ndQuadrant

"The built-in replication features in 9.0 and ability to query a hot standby have been the most requested PostgreSQL features for many years," said Simon Riggs, CTO of 2ndQuadrant. "Efficient, low latency streaming replication protects your data better, while hot standby significantly reduces total cost of ownership. In proprietary products, this capability is an add-on costing thousands of dollars."

About 2ndQuadrant: 2ndQuadrant is a global consulting and support company specializing in PostgreSQL database services, with clients in over 15 countries. The company's consultants have contributed major features in each of the last six releases of PostgreSQL. Contact: info@2ndQuadrant.com +44 8707667756 (English, Italian, French, Spanish, Estonian)

Afilias

"As one of the world's largest operators of core Internet infrastructure registries, Afilias is pleased to see PostgreSQL 9.0 add In-Place upgrades, which allow us to upgrade to new versions of the database system with minimal disruption to our 16 million strong domain name database. In addition, we look forward to using the Hot Standby and Streaming Replication features, which supplement the robust replication already existing via Slony. These kinds of feature additions continue to make a strong case for why mission-critical technology tasks can continue to depend on the power, flexibility and robustness of PostgreSQL," said Afilias CTO Ram Mohan.

About Afilias: Afilias is a global provider of Internet infrastructure services that connect people to their data. Afilias' reliable, secure, scalable, and globally available technology supports a wide range of applications including Internet domain registry services, Managed DNS, and services in the RFID and supply chain market with its Afilias Discovery Services. For more information on Afilias please visit our home page or contact Heather Read (English Only)

Openbravo

"Openbravo has been an enthusiastic user of PostgreSQL. We embed PostgreSQL in our Cloud Appliances and we rely on PostgreSQL in our Ubuntu packages. While the product supports multiple databases, 93% of Openbravo deployments are on PostgreSQL. Every new release of PostgreSQL has delivered increased reliability and performance and we expect 9.0 to continue in that tradition. We are very excited about the new features coming with PostgreSQL. In particular, we look forward to the deferrable unique constraints as an opportunity to speed up updates and upgrades for our customers. The new built in, binary, log based replication will appeal to our larger users looking for redundancy and high availability. Finally, all of our development are looking for the new VACUUM FULL command. We have already done some preliminary testing based on PostgreSQL 9.0 and we have not found any significant issue. We detected some minor incompatibilities but we expect their resolution to be trivial. Openbravo intends to start supporting PostgreSQL 9.0 as soon as it becomes production and to start adopting it as the default deployment option as soon as it is supported in the major Linux distributions," said Paolo Juvara, CTO, OpenBravo.

About Openbravo: Openbravo is the award-winning developer of Openbravo ERP, a web-based commercial open source ERP solution for SMBs -- the industry's first real alternative to proprietary software. The company's Enterprise Resource Planning (ERP) and Point of Sale (PoS) solutions, the most popular in their market, have been downloaded more than 1.5 million times and are used in over 50 countries. Contact: Carme Zaragoza +34 932725947 (Spanish, English)

micro systems

Marc Balmer, founder of micro systems in Switzerland, is more interested in the new LISTEN/NOTIFY features: "The new data payload option in asychronous notifications will power the next version of our remote data display programs for arcapos, our ticketing and retail point of sale solution for zoos and museums."

About micro systems: micro systems is a Swiss Consulting and Development company focused on mature open source products such as BSD Unix and PostgreSQL in commercial settings. micro systems brings the best of open source to its customers and gives back to open source communities. Contact: Vera Hardmeier, +41 61 383 50 10 (German, English)

CAIXA Bank

"Here in CAIXA bank we use Postgresql in mission-critical financial environments because it has the quality to support our operations," said Clarice Coppetti, IT Vice President, CAIXA Bank, Brazil. "The new version shows that PostgreSQL is improving rapidly to keep meeting our business needs."

About CAIXA: CAIXA is the main agent for the Federal government's public policies and is present in the life of millions of Brazilians. The Institution is 100% public and serves not only its bank clients, but the whole Brazilian population through the Lotteries, the urban infrastructure investments and the social programs payments, FGTS, PIS and Unemployment Benefit. Through all these axis, CAIXA has repassed over R$ 150 billion to the economy in 2009, an amount which represents around 6% of the GDP. By acting in the sectors of housing, basic sanitation, infrastructure and services, CAIXA plays a primordial role in the promotion of urban development and social justice in the country, contributing to improve the population's quality of life, particularly the lower income ones. CAIXA home page (Portuguese Only)

Corporate Support

PostgreSQL enjoys the support of numerous companies, who sponsor developers, provide hosting resources, and give us financial support. The largest long-term sponsors are listed on our development sponsors page.

There is also a large community of companies offering PostgreSQL Support, from individual consultants to multinational companies.

Donations gladly accepted.

Logos & Images

Official Translations of This Document