added old 9.1 files so that I can merge.
authorJosh Berkus <josh@agliodbs.com>
Thu, 23 Aug 2012 17:41:11 +0000 (10:41 -0700)
committerJosh Berkus <josh@agliodbs.com>
Thu, 23 Aug 2012 17:41:11 +0000 (10:41 -0700)
releases/9.1/en/presskit91.html~ [new file with mode: 0644]
releases/9.1/fr/presskit91.html~ [new file with mode: 0644]
releases/9.1/translate/USING_GIT~ [new file with mode: 0644]
releases/9.1/translate/presskit91.html~ [new file with mode: 0644]
releases/9.1/translate/release.translate.txt [new file with mode: 0644]
releases/9.1/zh_CN/presskit91.html [new file with mode: 0644]
releases/9.1/zh_CN/release.txt [new file with mode: 0644]

diff --git a/releases/9.1/en/presskit91.html~ b/releases/9.1/en/presskit91.html~
new file mode 100644 (file)
index 0000000..3436c63
--- /dev/null
@@ -0,0 +1,185 @@
+<!-- BEGIN page_title_block -->
+PostgreSQL 9.1 Press Kit
+<!-- END page_title_block -->
+
+<h1>PostgreSQL 9.1 Press Kit</h1>
+
+<h2>Contents</h2>
+
+<p>
+ &nbsp; <a href="#original_release">Text of Original Release</a><br />
+ &nbsp; <a href="#features">Details of Features</a><br />
+ &nbsp; <a href="#anniversary">25 Years of Database Innovation</a><br /> 
+ &nbsp; <a href="#download">Where to Download</a><br />
+ &nbsp; <a href="#docs">Documentation</a><br />
+ &nbsp; <a href="#license">License</a><br />
+ &nbsp; <a href="#contact">Contacts</a><br />
+ &nbsp; <a href="#quoted_companies">Full Text of Quotes and Company Information</a><br />
+ &nbsp; <a href="#companies">Corporate Support</a><br />
+</p>
+
+<a name="original_release"></a><h2>Original Press Release</h2>
+<p>
+<b>12 SEPTEMBER 2011:</b> The PostgreSQL Global Development Group announces the release of PostgreSQL 9.1.  This latest version of the leading open source database offers innovative technology, unmatched extensibility, and new features such as synchronous replication, K-Nearest Neighbor indexing, and foreign data wrappers.  
+</p><p>
+"PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success.  PostgreSQL is well positioned for building and running applications in the cloud," said Charles Fan, Sr. VP R&amp;D, VMware.
+</p><p>
+<h3>Responding to Users</h3>
+<p>
+Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL.  These include:
+</p><ul>
+<li><b>Synchronous Replication</b>: enable high-availability with consistency across multiple servers</li>
+<li><b>Per-Column Collations</b>: support linguistically-correct sorting per database, table or column.</li>
+<li><b>Unlogged Tables</b>: greatly improves performance for ephemeral data</li>
+</ul><p>
+"Heroku runs the largest PostgreSQL database-as-a-service in the world," said James Lindenbaum, Heroku co-founder. "The release of synchronous data replication with 9.1 provides our customers with innovative new ways of protecting mission-critical data, and validates PostgreSQL as one of the fastest-moving datastores available."
+</p>
+<h3>Advancing the State of the Art</h3>
+<p>
+Our community of contributors innovates with cutting-edge features.  Version 9.1 includes several which are new to the database industry, such as:
+</p><ul>
+<li><b>K-Nearest-Neighbor Indexing</b>: index on "distance" for faster location and text-search queries</li>
+<li><b>Serializable Snapshot Isolation</b>: keeps concurrent transactions consistent without blocking, using "true serializability"</li>
+<li><b>Writeable Common Table Expressions</b>: execute complex multi-stage data updates in a single query</li>
+<li><b>Security-Enhanced Postgres</b>: deploy military-grade security and Mandatory Access Control</li>
+</ul><p>
+"OpenERP has always relied on the enterprise-class features of PostgreSQL to provide a fast, reliable and scalable foundation for the Business Applications supporting our customers' operations every day. Data integrity in highly concurrent and transactional contexts is a critical topic for us, and we're very enthusiastic about the new Serializable Snapshot Isolation of PostgreSQL 9.1!"  said Olivier Dony, OpenERP Community Manager.
+</p>
+<h3>Extending the Database Engine</h3>
+<p>
+PostgreSQL's extensibility enables users to add new functionality to a running production database, and use them for tasks no other database system can perform.  Version 9.1 adds new extensibility tools, including:
+</p><ul>
+<li><b>Foreign Data Wrappers</b>: attach and query other databases from PostgreSQL</li>
+<li><b>Extensions</b>: easily create, load, and manage new database features</li>
+</ul>
+All of the above features, and more, are detailed on the <a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">What's New In 9.1</a> wiki page, as well as our <a href="http://www.postgresql.org/documentation/current/static/release-9-1">release notes</a>.
+</p><p>
+In PostgreSQL's 25th year of database development, our community continues to advance database technology with every annual release.  Download version 9.1 now and experience the most advanced open source database system in the world.
+</p><p>
+<b>About PostgreSQL</b>: 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 builds on 25 years of engineering, starting at the University of California, Berkeley, and has 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 http://www.postgresql.org.
+</p>
+
+<h2>Extended Release Information</h2>
+
+<a name="features"></a><h2>Details of Features</h2>
+
+<h3>Responding to Users</h3>
+<p>
+Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL.  These include:
+</p><dl>
+<dt><b>Synchronous Replication for Clustering:</b></dt><dd> Enable high-availability with consistency across multiple nodes, by deploying PostgreSQL clusters using synchronous replication. Synchronous replication supports "2-safe replication" which ensures transactions have been confirmed by a standby server in addition to the master, greatly limiting the possibility of data loss. Only PostgreSQL has transaction-level synchronous replication, allowing users to choose per transaction between response time and data safety.</dd>
+<dt><b>Per-column Collations for Multi-lingual Databases:</b></dt><dd> Users can now set the collation for strings on a single column.  This permits true multilingual databases, where each text column is a different language, and indexes and sorts correctly for that language.</dd>
+<dt><b>Unlogged Tables to Improve Performance:</b></dt><dd> When performance is more important than durability, unlogged tables provide a way to improve performance while keeping the data managed within PostgreSQL. Removing logging reduces I/O overhead, yielding performance improvements up to 10 times faster when compared to logged tables. Scenarios expected to leverage unlogged tables include web session data, real time logging, ETL and temporary/intermediate tables for functions.</dd>
+</dl>
+<h3>Advancing the State of the Art</h3>
+<p>
+Our community is innovating, delivering cutting-edge features which are new to the database industry.  Some of these features are only available on PostgreSQL.
+</p><dl>
+<dt><b>Powerful Similarity Searches with K-Nearest-Neighbor (KNN) Indexing:</b></dt><dd> Create new applications using PostgreSQL KNN-GiST indexes, which provide innovative indexing to avoid expensive table scans. KNN enhances PostgreSQL's query capabilities by using mathematical "distance" for indexing and searches. These indexes can be used to enhance common text searches, text-similarity searches, geospatial location comparisons and other queries. Example searches that took 2 seconds without the index returned in 20 ms with this feature. Text search indexes can be also now be configured to provide indexing support for LIKE '%string%' queries without changing any SQL.  PostgreSQL is among the first database systems to have KNN.</dd>
+<dt><b>Serializable Snapshot Isolation:</b></dt><dd> Allows users to enforce arbitrarily complex user-defined business rules within the database without blocking, by automatically detecting live race conditions in your SQL transactions at runtime.  This feature currently exists only in PostgreSQL.</dd>
+<dt><b>Writeable Common Table Expressions (wCTE):</b></dt><dd> Supports the relational integrity of your data by allowing you to update multiple, cascading, related records in a single statement.  By using the results of one query to execute another query, you can update recursively, hierarchically, across foreign keys, or even more creatively.  PostgreSQL provides the most complete and flexible implementation of this SQL feature available.</dd>
+<dt><b>Security-Enhanced Postgres (SE-Postgres):</b></dt><dd> Deploy military-grade security and mandatory access control with full-integration support for Security-Enhanced Linux (SE-Linux). SE-Linux is a NSA project that modifies the Linux kernel with security-related functions.  It has been endorsed by and included with major Linux distributions including, but not limited to, Red Hat, CentOS, Debian and Ubuntu.  PostgreSQL is the only database system which has tight integration with SE-Linux.</dd>
+</dl>
+
+<h3>Extending the Database Engine</h3>
+<p>
+PostgreSQL's extensibility enables users to add new functionality to a running production database, and use them for tasks no other database system can perform. Version 9.1 adds critical new extensibility features, including: 
+</p><dl>
+<dt><b>Foreign Data Wrappers (FDW):</b></dt><dd> As part of our standards-compliant SQL/MED support for querying data outside the PostgreSQL database, FDWs allow users to create "drivers" and attach external data sources, which can be used as read-only tables.  FDWs make PostgreSQL a powerful tool for enterprise data integration, and they make migration easier.  FDWs initially available from the community include comma-separated-value (CSV) files, Oracle, MySQL, CouchDB, and even Twitter sources.  And many more are expected in the near future.</dd>
+<dt><b>Extensions:</b></dt><dd> While PostgreSQL has always been extensible, now users can easily create, load, upgrade, and manage any of dozens of database extensions using the EXTENSION database object.  The new site PGXN.org offers a repository for contributing and downloading extensions.</dd>
+</dl>
+<p>
+For explanations of these features and others, please see the following resources:
+</p>
+<ul>
+<li><a href="/docs/9.1/static/release-9-1.html">Release Notes</a></li>
+<li><a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">What's New In PostgreSQL 9.1</a></li>
+<li><a href="/about/featurematrix">Feature matrix (English only)</a></li>
+</ul>
+
+<a name="anniversary"></a><h2>25 Years of Database Innovation</a></h2>
+<p>
+The POSTGRES project was inaugurated at the University of California, Berkeley, in June 1986 with the publication of the original POSTGRES design by Lawrence A. Rowe and Michael R. Stonebraker.  In the 25 years since then, POSTGRES became an open source project, converted to using SQL, changed its name to PostgreSQL, and became one of the leading relational databases.  Today, our community competes with some of the largest software companies in the world to deliver new database functionality and better performance.
+</p><p>
+There have been 23 releases of POSTGRES and PostgreSQL, including version 9.1.  PostgreSQL is the only major SQL database system to have consistent, featureful releases every year.
+</p>
+<a name="download"></a><h2>Downloads</h2>
+<ul>
+<li><a href="/download">Downloads page</a> with links to installers and tools.</li>
+<li><a href="/ftp/source/v9.1.0">Source Code</a></li>
+<li><a href="/download/windows">Windows Installers</a></li>
+<li><a href="/download/linux">Linux Installers</a> and package repositories</li>
+<li><a href="/download/solaris">Solaris Packages</a></li>
+<li><a href="/download/macosx">Mac OSX Installers</a></li>
+<li><a href="/download/freebsd">FreeBSD Ports</a></li>
+<li><a href="http://pgxn.org">PostgreSQL Extension Network</a></li>
+<li><a href="http://www.pgfoundry.org">Optional Components and Add-Ons</a></li>
+<li><a href="http://www.postgresql.org/download/product-categories">Related and Commercial Software</a></li>
+</ul>
+
+<a name="docs"></a><h2>Documentation</h2>
+
+<p>
+HTML documentation and man pages are installed with PostgreSQL, but feel free to browse, search and comment on our extensive, interactive <a href="/docs/9.1/interactive">online documentation</a>.
+</p>
+
+<a name="license"></a><h2>License</h2>
+<p>
+PostgreSQL uses the <a href="/about/licence">PostgreSQL License</a>, a BSD-like license which only requires that the licensed source code maintain its copyright and licensing information. This
+<a href="http://www.opensource.org/licenses/postgresql">OSI-certified license</a> 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, our 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.
+</p>
+
+<a name="contact"></a><h2>Contacts</h2>
+
+<p>Web Pages</p>
+<ul>
+<li><a href="http://www.postgresql.org">PostgreSQL home page</a></li>
+</ul>
+
+<p>Press Inquiries</p>
+<p>USA and General Inquries<br />
+PostgreSQL PR Team<br />
+<a href="mailto:press@postgresql.org">press@postgresql.org</a><br />
++1 347-6-PGSQL-9 (or +1-347-674-7759) </p>
+
+<p>Ireland<br />
+Raymond O'Donnell<br />
+<a href="mailto:it@postgresql.org">ie@postgresql.org</a><br />
++353 (0)87 2241365</p>
+
+<p>United Kingdom<br />
+Simon Riggs<br />
+<a href="mailto:uk@postgresql.org">uk@postgresql.org</a><br />
++44-7900-255520</p>
+
+<p>For contacts in other regions, see <a href="/about/press/contact">our international contact list.</a></p>
+
+<a name="quoted_companies"></a><h2>Full Text of Quotes and Company Information</h2>
+<p>
+<i>"PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success.  PostgreSQL is well positioned for building and running applications in the cloud,"</i> said Charles Fan, Sr. VP R&amp;D, VMware.
+</p><p>
+<b>About VMWare:</b> <a href="http://vmware.com">VMware</a> (NYSE:VMW), the global leader in virtualization and cloud infrastructure, delivers customer-proven solutions that accelerate IT by reducing complexity and enabling more flexible, agile service delivery. VMware enables enterprises to adopt a cloud model that addresses their unique business challenges. VMware's approach accelerates the transition to cloud computing while preserving existing investments and improving security and control. With more than 250,000 customers and 25,000 partners, VMware solutions help organizations of all sizes lower costs, increase business agility and ensure freedom of choice.  Contact: <a href="mailto:prinquiries@vmware.com">VMWare PR</a> or phone +1 (650) 427-2485
+</p><p>
+<i>"Heroku runs the largest PostgreSQL database-as-a-service in the world,"</i> said James Lindenbaum, Heroku co-founder. <i>"The release of synchronous data replication with 9.1 provides our customers with innovative new ways of protecting mission-critical data, and validates PostgreSQL as one of the fastest-moving datastores available."</i>
+</p><p>
+<b>About Heroku:</b> <a href="http://www.heroku.com">Heroku</a> is the leading open platform as a service (PaaS) focused on ease of use, automation, and reliability. Headquartered in San Francisco, CA, Heroku
+is a passionate and active supporter of Ruby technologies and cloud architecture. Heroku was recently named to the "Dow Jones FASTech 50 Start-ups to Watch" list, recognized as a Gartner "Cool Vendor in Application Platforms as a Service" in April 2010, named to the Always OnDemand Top 100 Private Companies, and recognized as a "Best Products of 2009" and "Best Platform of 2010" by ReadWriteWeb. In April 2011, Heroku was
+named #2 on its annual list of "Best Places to Work" in the Bay Area by the San Francisco Business Times. For more information, please visit <a href="http://www.heroku.com">our web page</a> and <a href="http://blog.heroku.com">our blog</a> or follow <a href="http://twitter.com/heroku">Heroku on Twitter</a>. Heroku is a wholly owned subsidiary of salesforce.com. Contact: <a href="mailto:jill@blackswansmedia.com">Jill Ratkevic</a>
+</p><p>
+<i>"OpenERP has always relied on the enterprise-class features of PostgreSQL to provide a fast, reliable and scalable foundation for the Business Applications supporting our customers' operations every day. Data integrity in highly concurrent and transactional contexts is a critical topic for us, and we're very enthusiastic about the new Serializable Snapshot Isolation of PosgtreSQL 9.1! Synchronous replication and more performance optimizations are two other reasons we are looking forward to the next release of PostgreSQL, truly the epitome of Open Source software,"</i> said Olivier Dony, OpenERP Community Manager.
+</p><p>
+<b>About OpenERP:</b> <a href="http://www.openerp.com">OpenERP S.A.</a> is the editor of OpenERP, a comprehensive Open Source Business Application Suite, including CRM, Sales, Accounting, Project Management, Warehouse Management, Manufacturing, Human Resources, and more. Founded in 2005 by CEO Fabien Pinckaers, OpenERP thrives in a unique ecosystem combining the resources of its community, partner
+network and editor. The community (1500 active members as of August 2011) contributes every day to the enrichment of OpenERP. The network of partners, established in more than 65 countries, deploys the solution
+locally. Also available as an online service (SaaS), OpenERP is one of the most installed business suites worldwide (1,000 downloads/day). Media Contact: <a href="mailto:press@openerp.com">Nicoleta Gherlea</a> +32-2-290-34-90
+</p>
+
+<a name="companies"></a><h2>Corporate Support</h2>
+
+<p>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 <a href="/about/sponsors">development sponsors page.</a></p>
+
+<p>There is also a large community of <a href="/support/professional_support">companies offering PostgreSQL Support</a>, from individual consultants to multinational companies.</p>
+
+<p><a href="/about/donate">Donations</a> gladly accepted.</p>
+
+
+
diff --git a/releases/9.1/fr/presskit91.html~ b/releases/9.1/fr/presskit91.html~
new file mode 100644 (file)
index 0000000..9f8973a
--- /dev/null
@@ -0,0 +1,183 @@
+<!-- BEGIN page_title_block -->
+Dossier de presse PostgreSQL 9.1
+<!-- END page_title_block -->
+
+<h1>Dossier de presse PostgreSQL 9.1</h1>
+
+<h2>Contenu</h2>
+
+<p>
+ &nbsp; <a href="#original_release">Texte original</a><br />
+ &nbsp; <a href="#features">Détail des fonctionnalités</a><br />
+ &nbsp; <a href="#anniversary">25 ans d'innovation en bases de données</a><br /> 
+ &nbsp; <a href="#download">Où télécharger</a><br />
+ &nbsp; <a href="#docs">Documentation</a><br />
+ &nbsp; <a href="#license">Licence</a><br />
+ &nbsp; <a href="#contact">Contacts</a><br />
+ &nbsp; <a href="#quoted_companies">Texte intégral des citations et informations des sociétés</a><br />
+ &nbsp; <a href="#companies">Support commercial</a><br />
+</p>
+
+<a name="original_release"></a><h2>Texte original</h2>
+<p>
+<b>12 SEPTEMBRE 2011&nbsp;:</b> Le PostgreSQL Global Development Group annonce la publication de PostgreSQL 9.1.
+</p><p>
+Cette version du serveur de bases de données OpenSource de référence inclut une technologie innovante, un système d'extensions inégalé et des fonctionnalités nouvelles telles que la réplication synchrone, l'indexation des K-proches voisins et des conteneurs de données externes.
+</p><p>
+&laquo;&nbsp;PostgreSQL 9.1, fournit des possibilités professionnelles parmi les plus avancées de toutes les bases de données OpenSource. Le projet est épaulé par
+une communauté active et innovante aux succès clients éprouvés. PostgreSQL est très bien positionné pour la construction et l'exécution d'applications en
+cloud&nbsp;&raquo;, déclare Charles Fan, Sr. VP R&amp;D, VMWare.
+</p><p>
+<h3>Répondre aux utilisateurs</h3>
+<p>
+La version 9.1 délivre des fonctionnalités réclamées par les utilisateurs depuis de nombreuses années, supprimant ainsi les obstacles au déploiement d'applications nouvelles ou portées sous PostgreSQL. Cela inclut&nbsp;:
+
+</p><ul>
+<li><b>la réplication synchrone</b>&nbsp;: permet la haute-disponibilité par la cohérence sur plusieurs serveurs&nbsp;;</li>
+<li><b>les collations de niveau colonne</b>&nbsp;: permettent des tri corrects au niveau linguistique, par base, table ou colonne&nbsp;;</li>
+<li><b>les tables non tracées</b>&nbsp;: améliorent considérablement les performances des données éphémères.</li>
+</ul>
+<p>
+&laquo;&nbsp;Heroku fait tourner le plus grand database-as-a-service PostgreSQL au monde&nbsp;&raquo;, déclare James Lindenbaum, co-fondateur d'Heroku. &laquo;&nbsp;La publication de la réplication synchrone des données avec la version 9.1 fournit à nos clients une voie innovante de protection des données critiques, et place PostgreSQL dans la liste des datastores les plus rapides.&nbsp;&raquo;
+</p>
+<h3>Faire progresser l'état de l'art</h3>
+<p>
+Notre communauté de contributeurs innove avec des fonctionnalités de pointe. La version 9.1 en inclut un grand nombre, nouvelles dans l'industrie des bases de données, telles que&nbsp;:
+</p><ul>
+<li><b>l'indexation K-plus-proche-voisin</b>&nbsp;:  index sur la &laquo;&nbsp;distance&nbsp;&raquo; pour accélérer les requêtes de recherche de texte et de localisation&nbsp;;</li>
+<li><b>l'isolation d'instantané sérialisable (Serializable Snapshot Isolation)</b>&nbsp;: conserve les transactions concurrentes cohérentes sans blocage, véritable sérialisation&nbsp;;</li>
+<li><b>les expressions de tables communes enregistrables (Writeable Common Table Expressions)</b>&nbsp;: permet les actualisations complexes, en plusieurs étapes, de données en une seule requête&nbsp;;</li>
+<li><b>une sécurité accrue</b>&nbsp;: permet de déployer une sécurité de niveau militaire et un contrôle obligatoire d'accès.</li>
+</ul><p>
+&laquo;&nbsp;OpenERP a toujours reposé sur les fonctionnalités de niveau entreprise de PostgreSQL pour fournir des fondations solides, rapides et extensibles sur lesquelles appuyer  les applications professionnelles utilisées par nos clients chaque jour. L'intégrité des données dans des contextes transactionnels et concurrentiels est un sujet critique pour nous. Nous sommes, de ce fait, très enthousiastes à propos de l'isolation d'instantané sérialisable de PostgreSQL 9.1&nbsp;!&nbsp;&raquo;, déclare Olivier Dony, responsable de la communauté OpenERP.
+</p>
+<h3>Étendre le moteur de base de données</h3>
+<p>
+L'extensibilité de PostgreSQL permet aux utilisateurs d'ajouter de nouvelles fonctionnalités à une base de données de production et de les utiliser pour réaliser des opérations qu'aucun autre système ne peut réaliser. La version 9.1 ajoute de nouveaux outils, dont&nbsp;:
+</p><ul>
+<li><b>des conteneurs de données externes</b>&nbsp;: qui permettent d'attacher et de requêter des bases différentes depuis PostgreSQL&nbsp;;</li>
+<li><b>des extensions</b>&nbsp;: qui permettent de créer, charger, et gérer facilement de nouvelles fonctionnalités.</li>
+</ul>
+<p>
+Toutes les fonctionnalités précédentes, et bien plus encore, sont détaillées dans la page du Wiki <a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">&laquo;&nbsp;What's New In PostgreSQL 9.1&nbsp;&raquo;</a>, dont une version français est disponible&nbsp;: <a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1/fr">&laquo;&nbsp;Quoi de neuf dans PostgreSQL 9.1&nbsp;&raquo;</a>. Les <a href="http://www.postgresql.org/documentation/current/static/release-9-1">notes de version</a> détaillent également toutes ces fonctionnalités.
+</p><p>
+Après 25 ans de développement du moteur, notre communauté continue de faire évoluer la technologie du moteur à chaque nouvelle version annuelle. Téléchargez la version 9.1 et vivez l'expérience du système de gestion de bases de données OpenSource de référence.
+</p><p>
+<b>À propos de PostgreSQL</b>&nbsp;:
+PostgreSQL est le système de gestion de bases de données OpenSource de référence. Sa communauté, mondiale, est composée de milliers d'utilisateurs et contributeurs, et de plusieurs dizaines de compagnies et institutions.
+Le projet PostgreSQL, démarré il y a 25 ans, à l'université de Californie, à Berkeley, a atteint aujourd'hui un rythme de développement sans pareil.
+L'ensemble des fonctionnalités matures a, non seulement, rejoint celui de systèmes commerciaux leaders, mais le dépasse même dans les fonctionnalités avancées, les extensions, la sécurité et la stabilité.
+Pour en savoir plus, et prendre part à la communauté, rendez-vous sur <a href="http://www.postgresql.org/">le site du projet</a>.
+</p>
+
+<h2>Informations complémentaires</h2>
+
+<a name="features"></a><h3>Détail des fonctionnalités</h3>
+
+<h4>Répondre aux utilisateurs</h4>
+<p>
+La version 9.1 apporte des fonctionnalités réclamées par les utilisateurs depuis de nombreuses années, supprimant ainsi les obstacles au déploiement d'applications nouvelles ou portées sous PostgreSQL. Cela inclut&nbsp;:
+</p><dl>
+<dt><b>la réplication synchrone pour cluster</b>&nbsp;:</dt><dd> Permet la haute-disponibilité avec cohérence sur des nœuds multiples, en déployant des clusters PostgreSQL. La réplication synchrone (protocole &laquo;&nbsp;2-safe&nbsp;&raquo;) assure que les transactions sont validées sur un serveur secondaire avant de l'être sur le primaire. Cela limite grandement les risques de pertes de données. PostgreSQL est le seul système à disposer de la réplication synchrone au niveau des transactions. L'utilisateur peut ainsi choisir entre temps de réponse et sécurisation des données à chaque transaction.</dd>
+<dt><b>les collations par colonne pour les bases multilingues</b>&nbsp;:</dt><dd> Les utilisateurs peuvent désormais définir la collation des chaînes sur une seule colonne. Cela autorise les véritables bases de données multilingues, pour lesquelles chaque colonne est dans une langue différente, avec des index et des tris adaptés à chaque langue.</dd>
+<dt><b>les tables non tracées pour améliorer les performances</b>&nbsp;:</dt><dd> Lorsque les performances sont plus importantes que la persistance, les tables non tracées permettent d'améliorer les performances tout en laissant PostgreSQL gérer les données. La suppression des traces réduit les temps d'accès disque, conduisant à des temps de réponse jusqu'à dix fois plus courts qu'avec des tables tracées. Les tables non-tracées sont intéressantes pour les données de session web, les enregistrements temps-réel, les ETL et les tables temporaires ou intermédiaires dans les fonctions.</dd>
+</dl>
+<h4>Faire progresser l'état de l'art</h4>
+<p>
+Notre communauté innove avec des fonctionnalités de pointe, nouvelles dans l'industrie des bases de données. Certaines ne sont disponibles qu'avec PostgreSQL.
+</p><dl>
+<dt><b>Recherche puissante de similarités avec l'indexation K-plus-proche-voisin (K-Nearest-Neighbor, KNN)</b>&nbsp;:</dt><dd> De nouvelles applications peuvent être créées par l'emploi des index KNN-GiST de PostgreSQL. Ceux-ci fournissent une indexation innovante évitant des parcours de tables coûteux. KNN améliore les possibilités de requêtage par l'utilisation de la &laquo;&nbsp;distance&nbsp;&raquo; mathématique pour les indexations et les recherches. Ces index peuvent être utilisés pour améliorer les recherches habituelles de texte, les recherches de similarités de texte, les comparaisons de localisations géospatiales et d'autres types de requêtes. Des exemples de recherche qui prenaient 2 secondes sans l'index sont descendus à 20ms à l'aide de cette fonctionnalité. Les index de recherche textuelle peuvent désormais être configurés pour indexer les requêtes de type LIKE '%chaine%', sans modification du SQL. PostgreSQL est l'un des premiers systèmes à proposer le KNN.</dd>
+<dt><b>Isolation d'instantanée sérialisable (Serializable Snapshot Isolation)</b>&nbsp;:</dt><dd> Permet aux utilisateurs d'appliquer des rêgles métier complexes au sein de la base sans blocage, en détectant automatiquement les conflits entre transactions SQL à l'exécution. Cette fonctionnalité n'existe actuellement qu'au sein de PostgreSQL.</dd>
+<dt><b>les expressions de tables communes enregistrables (Writeable Common Table Expressions, wCTE)</b>&nbsp;:</dt><dd> Assure l'intégrité relationnelle des données en permettant d'actualiser des enregistrements multiples, en cascade et liés, au sein d'une unique instruction. En utilisant les résultats d'une requête pour en exécuter une autre, il est possible d'effectuer des mises à jour récursives, hiérarchiques, au travers des clés étrangères, voire plus complexes encore. PostgreSQL est le moteur qui offre l'implantation la plus complète et la plus flexible de cette fonctionnalité SQL.</dd>
+<dt><b>Postgres à sécurité renforcée (Security-Enhanced Postgres, SE-Postgres)</b>&nbsp;:</dt><dd> Déployer une sécurité de niveau militaire et un contrôle d'accès par l'intégration de Security-Enhanced Linux (SE-Linux). SE-Linux est un projet de la NSA qui modifie le noyau Linux à l'aide de fonctions orientées sécurité. Soutenu par les plus grandes distributions et intégré aux distributions majeures, telles que Red Hat, CentOS, Debian et Ubuntu, pour en citer quelques-unes. PostgreSQL est le seul moteur a avoir une intégration aussi aboutie de SE-Linux.</dd>
+</dl>
+
+<h4>&Eacute;tendre le moteur</h4>
+<p>
+L'extensibilité de PostgreSQL permet aux utilisateurs d'ajouter de nouvelles fonctionnalités à une base en production, et de les utiliser pour réaliser des tâches qu'aucun autre moteur ne peut réaliser. La version 9.1 ajoute de nouvelles fonctionnalités d'extension, dont&nbsp;: 
+</p><dl>
+<dt><b>Les conteneurs de données externes (Foreign Data Wrappers, FDW)</b>&nbsp;:</dt><dd> Faisant partie de SQL/MED pour interroger des données extérieures à la base PostgreSQL, ces conteneurs permettent de créer des &laquo;&nbsp;pilotes&nbsp;&raquo; et d'attacher des données externes, qui peuvent être utilisées comme tables en lecture seule. Les conteneurs font de PostgreSQL un outil puissant pour l'intégration de données d'entreprise, et facilitent leur migration. Les conteneurs, issus de la communauté, incluent des sources telles que des fichiers au format CSV, Oracle, MySQL, CouchDB, et même Twitter. D'autres sources sont attendues.</dd>
+<dt><b>Extensions</b>&nbsp;:</dt><dd> Bien que PostgreSQL ait toujours été extensible, les utilisateurs peuvent désormais facilement créer, charger, mettre à jour et gérer des douzaines d'extensions à partir de l'objet EXTENSION. Le nouveau site PGXN.org offre un dépôt pour contribuer et télécharger les extensions.</dd>
+</dl>
+<p>
+Pour les explications concernant ces fonctionnalités, ou d'autres, se référer aux ressources suivantes&nbsp;:
+</p>
+<ul>
+<li><a href="/docs/9.1/static/release-9-1.html">Notes de version</a></li>
+<li><a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">What's New In PostgreSQL 9.0</a></li>
+<li><a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1/fr">Quoi de neuf dans PostgreSQL 9.1</a></li>
+<li><a href="/about/featurematrix">Matrice des fonctionnalités (en anglais)</a></li>
+</ul>
+
+<a name="anniversary"></a><h2>25 ans d'innovation en bases de données</h2>
+<p>
+Le projet POSTGRES a été inauguré à l'Université de Californie, Berkeley, en juin 1986 avec la publication du descriptif original de POSTGRES par Lawrence A. Rowe et Michael R. Stonebraker. Dans les 25 années qui ont suivi, POSTGRES est devenu un projet libre, a été converti au SQL, a changé de nom pour devenir PostgreSQL, et est devenu un des moteurs relationnels de références. Aujourd'hui notre communauté rivalise avec quelques-unes des plus grosses compagnies mondiales d'édition de logiciels pour fournir de nouvelles fonctionnalités de bases de données et améliorer les performances. 
+</p><p>
+Il y a eu 23 versions de POSTGRES et PostgreSQL avec la version 9.1. PostgreSQL est la seule base majeure à proposer des versions complètes et cohérentes chaque année.
+</p>
+
+<a name="download"></a><h2>Téléchargements</h2>
+<ul>
+<li><a href="/download">Page de téléchargement</a> avec liens vers les installateurs et outils</li>
+<li><a href="/ftp/source/v9.1.0">Code source</a></li>
+<li><a href="/download/windows">Installeurs Windows</a></li>
+<li><a href="/download/linux">Installeurs Linux</a> et dépôts de paquets</li>
+<li><a href="/download/solaris">Paquets Solaris</a></li>
+<li><a href="/download/macosx">Installateurs Mac OSX</a></li>
+<li><a href="/download/freebsd">Portages FreeBSD</a></li>
+<li><a href="http://www.pgfoundry.org">Addiciels et composants optionnels</a></li>
+<li><a href="http://www.postgresql.org/download/product-categories">Logiciels commerciaux et liés</a></li>
+</ul>
+
+<a name="docs"></a><h2>Documentation</h2>
+
+<p>La documentation au format HTML et les pages de manuel sont installées avec PostgreSQL. La <a href="/docs/9.1/interactive">documentation en ligne</a>, exhaustive et interactive, peut être parcourue, requêtée et commentée.</p>
+
+<a name="license"></a><h2>Licence</h2>
+<p>
+PostgreSQL utilise la <a href="/about/licence">licence PostgreSQL</a>, une licence de type BSD qui nécessite simplement le maintien du copyright et des informations de licence dans le code source sous licence. Cette <a href="http://www.opensource.org/licenses/postgresql">licence certifiée par l'OSI</a> est largement appréciée pour sa flexibilité et sa compatibilité avec le monde des affaires, puisqu'elle ne restreint pas l'utilisation de PostgreSQL au sein d'applications propriétaires ou commerciales. Associée à un support proposé par de multiples sociétés et une propriété publique du code, sa licence rend PostgreSQL très populaire parmi les revendeurs souhaitant embarquer une base de données dans leurs produits sans avoir à se soucier des droits de licence, des verrous commerciaux ou modifications des termes des licences.
+</p>
+
+
+<a name="contact"></a><h2>Contacts</h2>
+
+<p>Pages Web</p>
+<ul>
+<li><a href="http://www.postgresql.org">Page d'accueil PostgreSQL</a></li>
+<li><a href="http://www.postgresql.fr">Page d'accueil de l'association francophone</a></li>
+</ul>
+
+<p>Contact presse</p>
+<p>France et pays francophones<br />
+Stéphane Schildknecht<br />
+<a href="mailto:fr@postgresql.org">fr at postgresql dot org</a><br />
++33 (0) 617 11 37 42</p>
+
+<p>Pour les contacts d'autres régions, consulter <a href="/about/press/contact">la liste des contacts internationaux.</a></p>
+
+<a name="quoted_companies"></a><h2>Texte intégral des citations et informations concernant les sociétés</h2>
+<p>
+&laquo;&nbsp;PostgreSQL 9.1, fournit des possibilités professionnelles parmi les plus avancées de toutes les bases de données OpenSource. Le projet est épaulé par
+une communauté active et innovante aux succès clients éprouvés. PostgreSQL est très bien positionné pour la construction et l'exécution d'applications en
+cloud&nbsp;&raquo;, déclare Charles Fan, Sr. VP R&amp;D, VMWare.
+</p><p>
+<b>&Agrave; propos de VMWare</b>&nbsp;: <a href="http://vmware.com">VMware</a> (NYSE:VMW), leader mondial en virtualisation et infrastructure cloud, délivre des solutions qui accélèrent l'IT, réduisant sa complexité et autorisant un service plus agile et flexible. VMWare permet aux entreprises d'adopter un modèle de cloud qui répond à leur besoin, unique. L'approche de VMWare accélère la transition vers le cloud tout en préservant les investissements existant et en améliorant la sécurité et le contrôle. Avec plus de 250&nbsp;000&nbsp;clients et 25&nbsp;000&nbsp;partenaires, les solutions de VMWare aident les organisations de toutes tailles à réduire leurs coûts acrroître leur agilité commerciale et assurent leur liberté de choix. Contact&nbsp;: <a href="mailto:prinquiries@vmware.com">VMWare PR</a> ou par téléphone +1 (650) 427-2485
+</p><p>
+&laquo;&nbsp;Heroku fait tourner le plus grand database-as-a-service PostgreSQL au monde&nbsp;&raquo;, déclare James Lindenbaum, co-fondateur d'Heroku. &laquo;&nbsp;La publication de la réplication synchrone des données avec la version 9.1 fournit à nos clients une voie innovante de protection des données critiques, et place PostgreSQL dans la liste des datastores les plus rapides.&nbsp;&raquo;
+</p><p>
+<b>&Agrave; propos d'Heroku</b>&nbsp;: <a href="http://www.heroku.com">Heroku</a> est la &laquo;&nbsp;platform as a service&nbsp;&raquo; (PaaS) ouverte de référence. Elle est axée sur la facilité d'utilisation, l'automatisation et la fiabilité. Siégeant à San Francisco, CA, Heroku est un supporter actif des technologies Ruby et de l'architecture cloud. Heroku a récemment été nommé sur la liste &laquo;&nbsp;Dow Jones FASTech 50 Start-ups to Watch&nbsp;&raquo; , reconnu par Gartner comme &laquo;&nbsp;Cool Vendor in Application Platforms as a Service&nbsp;&raquo; en avril 2010, nommé dans &laquo;&nbsp;Always OnDemand Top 100 Private Companies&nbsp;&raquo; et reconnu par ReadWriteWeb comme  &laquo;&nbsp;Best Products of 2009&nbsp;&raquo; et &laquo;&nbsp;Best Platform of 2010&nbsp;&raquo;. En avril 2011, Heroku a été nommé numéro 2 par le San Francisco Business Times sur sa liste annuelle des &laquo;&nbsp;Best Places to Work&nbsp;&raquo; dans la Bay Area. Pour plus d'informations, visiter <a href="http://www.heroku.com">la page web</a> ou <a href="http://blog.heroku.com">le blog</a> ou suivre <a href="http://twitter.com/heroku">Heroku sur Twitter</a>. Heroku est une filiale de salesforce.com. Contact&nbsp;: <a href="mailto:jill@blackswansmedia.com">Jill Ratkevic</a>
+</p><p>
+&laquo;&nbsp;OpenERP a toujours reposé sur les fonctionnalités de niveau entreprise de PostgreSQL pour fournir des fondations solides, rapides et extensibles sur lesquelles appuyer les applications professionnelles utilisées par nos clients chaque jour. L'intégrité des données dans des contextes transactionnels et concurrentiels est un sujet critique pour nous. Nous sommes, de ce fait, très enthousiastes à propos de l'isolation d'instantané sérialisable de PostgreSQL 9.1&nbsp;!&nbsp;&raquo;, déclare Olivier Dony, responsable de la communauté OpenERP.
+</p><p>
+<b>&Agrave; propos d'OpenERP</b>&nbsp;: <a href="http://www.openerp.com">OpenERP S.A.</a> est l'éditeur d'OpenERP, une suite applicative d'entreprise complète OpenSource. Elle inclut un CRM, la gestion des ventes, la comptabilité, la gestion de projet, la gestion d'entrepôt, la production, les ressources humaines, et bien d'autres. Fondée en 2005, par le CEO Fabien Pinckaers, OpenERP prospère dans un écosystème unique combinant les ressources de sa communauté, de son réseau de partenaires et de l'éditeur. La comunauté (plus de 1500 membres en août 2011) contribue chaque jour à l'enrichissement d'OpenERP. Le réseau de partenaires, établi dans plus de 65 pays, déploie la solution localement. &Eacute;galement disponible comme service en ligne (SaaS), OpenERP est l'une des suites d'entreprise les plus installées dans le monde (1&nbsp;000 téléchargements par jour). Contact média&nbsp;: <a href="mailto:press@openerp.com">Nicoleta Gherlea</a> +32-2-290-34-90
+</p>
+
+<a name="companies"></a><h2>Support commercial</h2>
+
+<p>PostgreSQL bénéficie du support de nombreuses compagnies, qui financent des développeurs, fournissent l'hébergement ou donnent des fonds. Les plus généreux mécènes sont listés sur la <a href="/about/sponsors">page des mécènes du développement.</a></p>
+
+<p>Il existe également une très grande communauté de <a href="/support/professional_support">sociétés fournissant du support PostgreSQL</a>, des consultants indépendants aux sociétés multinationales.</p>
+
+<p><a href="/about/donate">Dons</a> plaisamment acceptés.</p>
+
+
diff --git a/releases/9.1/translate/USING_GIT~ b/releases/9.1/translate/USING_GIT~
new file mode 100644 (file)
index 0000000..7218808
--- /dev/null
@@ -0,0 +1,73 @@
+HOW TO USE GIT FOR RELEASE TRANSLATION
+
+This year there are only two ways to submit your translations for the 9.1 Release: email, and Git on git.postgresql.org.  Of these two, Git is preferred because:
+
+- You can version-control your own work
+- You can use it to do version control between multiple translators
+- Your translated documents won't get mangled by email servers
+
+Also, since Git is now the version control system for developing PostgreSQL, you might as well learn it.
+
+1. Community Account
+--------------------
+In order to use the git repo, you need a PostgreSQL.org community account.  This is the same account you use on www.postgresql.org, planet.postgresql.org, and several other places (but not pgfoundry).  If you do not already have one, obtain one here:
+
+http://www.postgresql.org/community/signup
+
+Once you have a community account, email Josh Berkus (josh@agliodbs.com) so that he can grant you write access to git.postgresql.org/press.
+
+2. Install Git
+--------------
+While you're waiting for your community account with Git access, please install Git on your workstation/laptop if you don't already have it. On Linux or FreeBSD this is simple through your packaging system.  On Mac OSX, you should use Fink (http://www.finkproject.org/) or MacPorts (http://www.macports.org/) to install Git, or the DMG here: http://code.google.com/p/git-osx-installer/.  For Windows users, there is a list of suggested Git clients here: http://kylecordes.com/2010/git-gui-client-windows and a help guide here: http://help.github.com/win-set-up-git/
+
+3. Clone Git Repo
+-----------------
+From the command line, switch to a directory where you want to work with the PR files.  Then do:
+
+git clone git://git.postgresql.org/git/press.git
+
+This will make a full copy of the press repository, including the last several sets of release translations.  It make take a few minutes.
+
+4. Create Directories
+---------------------
+You will be adding your translated versions to the directory press/releases/9.1/xx, where "xx" is your two-letter ISO language code.   For example, if you're translating Portuguese, then add this directory:
+
+press/releases/9.1/pt
+
+5. Translate the Release
+------------------------
+Translate both files, presskit91.html and release.txt.  Create the translated versions as presskit91.html and release.txt in your language directory (not, for example, presskit91.html.pt).
+
+NOTE: last year we tried creating a git branch for each language.  This did not work well. So please make all of your edits on the "master" branch.  Also, please be careful to edit ONLY files in your language directory in order to prevent making conflicting edits.
+
+6. Commit and Push
+------------------
+First, from your language directory, do:
+
+git add *
+
+Then do:
+
+git commit -a
+
+This will bring up your default text editor to write a commit message.  Please indicate in the commit message whether or not this is the final completed translation of your release and presskit, so I know when you're done.
+
+Finally, you need to sync your local copy with the git.postgresql.org server, with:
+
+git push
+
+7. Repeat if Necessary
+----------------------
+If you are translating in several sessions, or coordinating with other volunteers with your same language, then you should do several commits and pushes.  Do these as often as you like.
+
+8. Final Commit & Push
+----------------------
+When you are completely done translating the presskit and release, then do a final commit and push with a commit message like:
+
+"Translation of release and presskit for DE completed."
+
+This will let me know when you're done translating.
+
+9. If you run into trouble
+--------------------------
+Ask for help on the translators@postgresql.org mailing list.
\ No newline at end of file
diff --git a/releases/9.1/translate/presskit91.html~ b/releases/9.1/translate/presskit91.html~
new file mode 100644 (file)
index 0000000..5982f97
--- /dev/null
@@ -0,0 +1,176 @@
+<!-- BEGIN page_title_block -->
+PostgreSQL 9.1 Press Kit
+<!-- END page_title_block -->
+
+<h1>PostgreSQL 9.1 Press Kit</h1>
+
+<h2>Contents</h2>
+
+<p>
+ &nbsp; <a href="#original_release">Text of Original Release</a><br />
+ &nbsp; <a href="#features">Details of Features</a><br />
+ &nbsp; <a href="#anniversary">25 Years of Database Innovation</a><br /> 
+ &nbsp; <a href="#download">Where to Download</a><br />
+ &nbsp; <a href="#docs">Documentation</a><br />
+ &nbsp; <a href="#license">License</a><br />
+ &nbsp; <a href="#contact">Contacts</a><br />
+ &nbsp; <a href="#quoted_companies">Full Text of Quotes and Company Information</a><br />
+ &nbsp; <a href="#companies">Corporate Support</a><br />
+</p>
+
+<a name="original_release"></a><h2>Original Press Release</h2>
+<p>
+<b>12 SEPTEMBER 2011:</b> The PostgreSQL Global Development Group announces the release of PostgreSQL 9.1.  This latest version of the leading open source database offers innovative technology, unmatched extensibility, and new features such as synchronous replication, K-Nearest Neighbor indexing, and foreign data wrappers.  
+</p><p>
+"PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success.  PostgreSQL is well positioned for building and running applications in the cloud," said Charles Fan, Sr. VP R&amp;D, VMware.
+</p><p>
+<h3>Responding to Users</h3>
+<p>
+Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL.  These include:
+</p><ul>
+<li><b>Synchronous Replication</b>: enable high-availability with consistency across multiple servers</li>
+<li><b>Per-Column Collations</b>: support linguistically-correct sorting per database, table or column.</li>
+<li><b>Unlogged Tables</b>: greatly improves performance for ephemeral data</li>
+</ul><p>
+"Heroku runs the largest PostgreSQL database-as-a-service in the world," said James Lindenbaum, Heroku co-founder. "The release of synchronous data replication with 9.1 provides our customers with innovative new ways of protecting mission-critical data, and validates PostgreSQL as one of the fastest-moving datastores available."
+</p>
+<h3>Advancing the State of the Art</h3>
+<p>
+Our community of contributors innovates with cutting-edge features.  Version 9.1 includes several which are new to the database industry, such as:
+</p><ul>
+<li><b>K-Nearest-Neighbor Indexing</b>: index on "distance" for faster location and text-search queries</li>
+<li><b>Serializable Snapshot Isolation</b>: keeps concurrent transactions consistent without blocking, using "true serializability"</li>
+<li><b>Writeable Common Table Expressions</b>: execute complex multi-stage data updates in a single query</li>
+<li><b>Security-Enhanced Postgres</b>: deploy military-grade security and Mandatory Access Control</li>
+</ul><p>
+"OpenERP has always relied on the enterprise-class features of PostgreSQL to provide a fast, reliable and scalable foundation for the Business Applications supporting our customers' operations every day. Data integrity in highly concurrent and transactional contexts is a critical topic for us, and we're very enthusiastic about the new Serializable Snapshot Isolation of PostgreSQL 9.1!"  said Olivier Dony, OpenERP Community Manager.
+</p>
+<h3>Extending the Database Engine</h3>
+<p>
+PostgreSQL's extensibility enables users to add new functionality to a running production database, and use them for tasks no other database system can perform.  Version 9.1 adds new extensibility tools, including:
+</p><ul>
+<li><b>Foreign Data Wrappers</b>: attach and query other databases from PostgreSQL</li>
+<li><b>Extensions</b>: easily create, load, and manage new database features</li>
+</ul>
+All of the above features, and more, are detailed on the <a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">What's New In 9.1</a> wiki page, as well as our <a href="http://www.postgresql.org/documentation/current/static/release-9-1">release notes</a>.
+</p><p>
+In PostgreSQL's 25th year of database development, our community continues to advance database technology with every annual release.  Download version 9.1 now and experience the most advanced open source database system in the world.
+</p><p>
+<b>About PostgreSQL</b>: 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 builds on 25 years of engineering, starting at the University of California, Berkeley, and has 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 http://www.postgresql.org.
+</p>
+
+<h2>Extended Release Information</h2>
+
+<a name="features"></a><h2>Details of Features</h2>
+
+<h3>Responding to Users</h3>
+<p>
+Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL.  These include:
+</p><dl>
+<dt><b>Synchronous Replication for Clustering:</b></dt><dd> Enable high-availability with consistency across multiple nodes, by deploying PostgreSQL clusters using synchronous replication. Synchronous replication supports "2-safe replication" which ensures transactions have been confirmed by a standby server in addition to the master, greatly limiting the possibility of data loss. Only PostgreSQL has transaction-level synchronous replication, allowing users to choose per transaction between response time and data safety.</dd>
+<dt><b>Per-column Collations for Multi-lingual Databases:</b></dt><dd> Users can now set the collation for strings on a single column.  This permits true multilingual databases, where each text column is a different language, and indexes and sorts correctly for that language.</dd>
+<dt><b>Unlogged Tables to Improve Performance:</b></dt><dd> When performance is more important than durability, unlogged tables provide a way to improve performance while keeping the data managed within PostgreSQL. Removing logging reduces I/O overhead, yielding performance improvements up to 10 times faster when compared to logged tables. Scenarios expected to leverage unlogged tables include web session data, real time logging, ETL and temporary/intermediate tables for functions.</dd>
+</dl>
+<h3>Advancing the State of the Art</h3>
+<p>
+Our community is innovating, delivering cutting-edge features which are new to the database industry.  Some of these features are only available on PostgreSQL.
+</p><dl>
+<dt><b>Powerful Similarity Searches with K-Nearest-Neighbor (KNN) Indexing:</b></dt><dd> Create new applications using PostgreSQL KNN-GiST indexes, which provide innovative indexing to avoid expensive table scans. KNN enhances PostgreSQL's query capabilities by using mathematical "distance" for indexing and searches. These indexes can be used to enhance common text searches, text-similarity searches, geospatial location comparisons and other queries. Example searches that took 2 seconds without the index returned in 20 ms with this feature. Text search indexes can be also now be configured to provide indexing support for LIKE '%string%' queries without changing any SQL.  PostgreSQL is among the first database systems to have KNN.</dd>
+<dt><b>Serializable Snapshot Isolation:</b></dt><dd> Allows users to enforce arbitrarily complex user-defined business rules within the database without blocking, by automatically detecting live race conditions in your SQL transactions at runtime.  This feature currently exists only in PostgreSQL.</dd>
+<dt><b>Writeable Common Table Expressions (wCTE):</b></dt><dd> Supports the relational integrity of your data by allowing you to update multiple, cascading, related records in a single statement.  By using the results of one query to execute another query, you can update recursively, hierarchically, across foreign keys, or even more creatively.  PostgreSQL provides the most complete and flexible implementation of this SQL feature available.</dd>
+<dt><b>Security-Enhanced Postgres (SE-Postgres):</b></dt><dd> Deploy military-grade security and mandatory access control with full-integration support for Security-Enhanced Linux (SE-Linux). SE-Linux is a NSA project that modifies the Linux kernel with security-related functions.  It has been endorsed by and included with major Linux distributions including, but not limited to, Red Hat, CentOS, Debian and Ubuntu.  PostgreSQL is the only database system which has tight integration with SE-Linux.</dd>
+</dl>
+
+<h3>Extending the Database Engine</h3>
+<p>
+PostgreSQL's extensibility enables users to add new functionality to a running production database, and use them for tasks no other database system can perform. Version 9.1 adds critical new extensibility features, including: 
+</p><dl>
+<dt><b>Foreign Data Wrappers (FDW):</b></dt><dd> As part of our standards-compliant SQL/MED support for querying data outside the PostgreSQL database, FDWs allow users to create "drivers" and attach external data sources, which can be used as read-only tables.  FDWs make PostgreSQL a powerful tool for enterprise data integration, and they make migration easier.  FDWs initially available from the community include comma-separated-value (CSV) files, Oracle, MySQL, CouchDB, and even Twitter sources.  And many more are expected in the near future.</dd>
+<dt><b>Extensions:</b></dt><dd> While PostgreSQL has always been extensible, now users can easily create, load, upgrade, and manage any of dozens of database extensions using the EXTENSION database object.  The new site PGXN.org offers a repository for contributing and downloading extensions.</dd>
+</dl>
+<p>
+For explanations of these features and others, please see the following resources:
+</p>
+<ul>
+<li><a href="/docs/9.1/static/release-9-1.html">Release Notes</a></li>
+<li><a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">What's New In 9.1</a></li>
+<li><a href="/about/featurematrix">Feature matrix (English only)</a></li>
+</ul>
+
+<a name="anniversary"></a><h2>25 Years of Database Innovation</a></h2>
+<p>
+The POSTGRES project was inaugurated at the University of California, Berkeley, in June 1986 with the publication of the original POSTGRES design by Lawrence A. Rowe and Michael R. Stonebraker.  In the 25 years since then, POSTGRES became an open source project, converted to using SQL, changed its name to PostgreSQL, and became one of the leading relational databases.  Today, our community competes with some of the largest software companies in the world to deliver new database functionality and better performance.
+</p><p>
+There have been 23 releases of POSTGRES and PostgreSQL, including version 9.1.  PostgreSQL is the only major SQL database system to have consistent, featureful releases every year.
+</p>
+<a name="download"></a><h2>Downloads</h2>
+<ul>
+<li><a href="/download">Downloads page</a> with links to installers and tools.</li>
+<li><a href="/ftp/source/v9.1.0">Source Code</a></li>
+<li><a href="/download/windows">Windows Installers</a></li>
+<li><a href="/download/linux">Linux Installers</a> and package repositories</li>
+<li><a href="/download/solaris">Solaris Packages</a></li>
+<li><a href="/download/macosx">Mac OSX Installers</a></li>
+<li><a href="/download/freebsd">FreeBSD Ports</a></li>
+<li><a href="http://pgxn.org">PostgreSQL Extension Network</a></li>
+<li><a href="http://www.pgfoundry.org">Optional Components and Add-Ons</a></li>
+<li><a href="http://www.postgresql.org/download/product-categories">Related and Commercial Software</a></li>
+</ul>
+
+<a name="docs"></a><h2>Documentation</h2>
+
+<p>
+HTML documentation and man pages are installed with PostgreSQL, but feel free to browse, search and comment on our extensive, interactive <a href="/docs/9.1/interactive">online documentation</a>.
+</p>
+
+<a name="license"></a><h2>License</h2>
+<p>
+PostgreSQL uses the <a href="/about/licence">PostgreSQL License</a>, a BSD-like license which only requires that the licensed source code maintain its copyright and licensing information. This
+<a href="http://www.opensource.org/licenses/postgresql">OSI-certified license</a> 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, our 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.
+</p>
+
+<a name="contact"></a><h2>Contacts</h2>
+
+<p>Web Pages</p>
+<ul>
+<li><a href="http://www.postgresql.org">PostgreSQL home page</a></li>
+<li><a href="YOUR LOCALIZED POSTGRES PAGE">NAME OF YOUR LOCALIZED POSTGRES PAGE</a></li>
+</ul>
+
+<p>Press Inquiries</p>
+<p>REGION NAME HERE<br />
+REGIONAL CONTACT NAME HERE<br />
+<a href="mailto:RC@POSTGRESQL.ORG">REGIONAL CONTACT EMAIL HERE</a><br />
+REGIONAL CONTACT PHONE HERE</p>
+
+<p>For contacts in other regions, see <a href="/about/press/contact">our international contact list.</a></p>
+
+<a name="quoted_companies"></a><h2>Full Text of Quotes and Company Information</h2>
+<p>
+"PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success.  PostgreSQL is well positioned for building and running applications in the cloud," said Charles Fan, Sr. VP R&amp;D, VMware.
+</p><p>
+<b>About VMWare:</b> <a href="http://vmware.com">VMware</a> (NYSE:VMW), the global leader in virtualization and cloud infrastructure, delivers customer-proven solutions that accelerate IT by reducing complexity and enabling more flexible, agile service delivery. VMware enables enterprises to adopt a cloud model that addresses their unique business challenges. VMware's approach accelerates the transition to cloud computing while preserving existing investments and improving security and control. With more than 250,000 customers and 25,000 partners, VMware solutions help organizations of all sizes lower costs, increase business agility and ensure freedom of choice.  Contact: <a href="mailto:prinquiries@vmware.com">VMWare PR</a> or phone +1 (650) 427-2485
+</p><p>
+"Heroku runs the largest PostgreSQL database-as-a-service in the world," said James Lindenbaum, Heroku co-founder. "The release of synchronous data replication with 9.1 provides our customers with innovative new ways of protecting mission-critical data, and validates PostgreSQL as one of the fastest-moving datastores available."
+</p><p>
+<b>About Heroku:</b> <a href="http://www.heroku.com">Heroku</a> is the leading open platform as a service (PaaS) focused on ease of use, automation, and reliability. Headquartered in San Francisco, CA, Heroku
+is a passionate and active supporter of Ruby technologies and cloud architecture. Heroku was recently named to the "Dow Jones FASTech 50 Start-ups to Watch" list, recognized as a Gartner "Cool Vendor in Application Platforms as a Service" in April 2010, named to the Always OnDemand Top 100 Private Companies, and recognized as a "Best Products of 2009" and "Best Platform of 2010" by ReadWriteWeb. In April 2011, Heroku was
+named #2 on its annual list of "Best Places to Work" in the Bay Area by the San Francisco Business Times. For more information, please visit <a href="http://www.heroku.com">our web page</a> and <a href="http://blog.heroku.com">our blog</a> or follow <a href="http://twitter.com/heroku">Heroku on Twitter</a>. Heroku is a wholly owned subsidiary of salesforce.com. Contact: <a href="mailto:jill@blackswansmedia.com">Jill Ratkevic</a>
+</p><p>
+"OpenERP has always relied on the enterprise-class features of PostgreSQL to provide a fast, reliable and scalable foundation for the Business Applications supporting our customers' operations every day. Data integrity in highly concurrent and transactional contexts is a critical topic for us, and we're very enthusiastic about the new Serializable Snapshot Isolation of PosgtreSQL 9.1! Synchronous replication and more performance optimizations are two other reasons we are looking forward to the next release of PostgreSQL, truly the epitome of Open Source software," said Olivier Dony, OpenERP Community Manager.
+</p><p>
+<b>About OpenERP:</b> <a href="http://www.openerp.com">OpenERP S.A.</a> is the editor of OpenERP, a comprehensive Open Source Business Application Suite, including CRM, Sales, Accounting, Project Management, Warehouse Management, Manufacturing, Human Resources, and more. Founded in 2005 by CEO Fabien Pinckaers, OpenERP thrives in a unique ecosystem combining the resources of its community, partner
+network and editor. The community (1500 active members as of August 2011) contributes every day to the enrichment of OpenERP. The network of partners, established in more than 65 countries, deploys the solution
+locally. Also available as an online service (SaaS), OpenERP is one of the most installed business suites worldwide (1,000 downloads/day). Media Contact: <a href="mailto:press@openerp.com">Nicoleta Gherlea</a> +32-2-290-34-90
+</p>
+
+<a name="companies"></a><h2>Corporate Support</h2>
+
+<p>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 <a href="/about/sponsors">development sponsors page.</a></p>
+
+<p>There is also a large community of <a href="/support/professional_support">companies offering PostgreSQL Support</a>, from individual consultants to multinational companies.</p>
+
+<p><a href="/about/donate">Donations</a> gladly accepted.</p>
+
+
+
diff --git a/releases/9.1/translate/release.translate.txt b/releases/9.1/translate/release.translate.txt
new file mode 100644 (file)
index 0000000..6476ddb
--- /dev/null
@@ -0,0 +1,47 @@
+12 SEPTEMBER 2011: The PostgreSQL Global Development Group announces the release of PostgreSQL 9.1. This latest version of the leading open source database offers new features, innovative technology, and extensibility such as synchronous replication, K-Nearest Neighbor indexing, and foreign data wrappers.
+
+“PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success. PostgreSQL is well positioned for building and running applications in the cloud,” said Charles Fan, Sr. VP R&D, VMware.
+
+Responding to Users
+
+Version 9.1 delivers several features which users have been requesting for years, removing roadblocks to deploying new or ported applications on PostgreSQL. These include:
+
+- Synchronous Replication for Clustering: enable high-availability with consistency
+- Per-Column Collations: support linguistically-correct sorting per database, table or column.
+- Unlogged Tables: greatly improves performance for ephemeral data 
+
+"Heroku runs the largest PostgreSQL database-as-a-service in the world," said James Lindenbaum, Heroku co-founder. "The release of synchronous data replication with 9.1 provides our customers with innovative new ways of protecting mission-critical data, and validates PostgreSQL as one of the fastest-moving datastores available."
+
+Advancing the State of the Art
+
+Our community of contributors is innovating, delivering cutting-edge features which are new to the database industry. Some of these features are only available on PostgreSQL.
+
+- K-Nearest-Neighbor Indexing: index on "distance" for faster spatial and text-search queries
+- Serializable Snapshot Isolation: implements "true serializability" without blocking
+- Writeable Common Table Expressions: execute complex multi-stage data updates in a single query
+- Security-Enhanced Postgres: deploy military-grade security and mandatory access control 
+
+"OpenERP has always relied on the enterprise-class features of PostgreSQL to provide a fast, reliable and scalable foundation for the Business Applications supporting our customers' operations every day. Data integrity in highly concurrent and transactional contexts is a critical topic for us, and we're very enthusiastic about the new Serializable Snapshot Isolation of PosgtreSQL 9.1!" said Olivier Dony, OpenERP Community Manager.
+
+Extending the Database Engine
+
+PostgreSQL's extensibility enables users to add new functionality to the database at runtime and use it for tasks no other database system can perform. Version 9.1 adds critical new extensibility features, including:
+
+- Foreign Table Wrappers: attach and query other databases from PostgreSQL
+- Extensions: easily create, load, and manage any of dozens of database extensions 
+
+All of the above features, and more, are detailed on the What's New In 9.1 wiki page, as well as our release notes.
+
+In PostgreSQL's 25th year of database development, our community continues to introduce new innovations with every annual release. Download version 9.1 now and experience the most advanced open source database system in the world. 
+
+- Press Kit: http://www.postgresql.org/about/press/presskit91
+- Release Notes: http://www.postgresql.org/documentation/current/static/release-9-1
+- Downloads: http://www.postgresql.org/downloads
+
+For more information please contact:
+YOUR NAME HERE
+YOUR PHONE NUMBER HERE
+YOUR EMAIL HERE
+YOUR LOCALIZE WEBSITE HERE, IF ANY
+
+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 25 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 http://www.postgresql.org.
\ No newline at end of file
diff --git a/releases/9.1/zh_CN/presskit91.html b/releases/9.1/zh_CN/presskit91.html
new file mode 100644 (file)
index 0000000..aa804ed
--- /dev/null
@@ -0,0 +1,195 @@
+<!-- BEGIN page_title_block -->\r
+PostgreSQL 9.1 版发布宣传资料\r
+<!-- END page_title_block -->\r
+\r
+<h1>PostgreSQL 9.1 版发布宣传资料</h1>\r
+\r
+<h2>目录</h2>\r
+\r
+<p>\r
+ &nbsp; <a href="#original_release">新版本发布说明的原文</a><br />\r
+ &nbsp; <a href="#features">特性列表</a><br />\r
+ &nbsp; <a href="#anniversary">25的的数据库创新</a><br /> \r
+ &nbsp; <a href="#download">下载地址</a><br />\r
+ &nbsp; <a href="#docs">文档</a><br />\r
+ &nbsp; <a href="#license">版权声明</a><br />\r
+ &nbsp; <a href="#contact">联系方式</a><br />\r
+ &nbsp; <a href="#quoted_companies">相关商业公司信息</a><br />\r
+ &nbsp; <a href="#companies">企业支持</a><br />\r
+</p>\r
+\r
+<a name="original_release"></a><h2>新版本发布说明的原文</h2>\r
+<p>\r
+<b>2011/09/12:</b> PostgreSQL全球开发组宣布业界领先的开源关系数据库PostgreSQL9.1版发布,该版本增加了很多创新性的技术、强大的可扩展性以及类似同步复制、最近相邻索引和外部数据封装等功能。  \r
+</p><p>\r
+“PostgreSQL 9.1版本提供了开源数据库最为高端的企业级功能, 它的背后是一个充满生气和创新能力的、是经证明可以引导客户走向成功的社区。PostgreSQL也在创建和运行云计算方面做好了准备,“ VMware公司的研发副总裁Charles Fan说道。\r
+</p><p>\r
+<h3>对用户要求的响应</h3>\r
+<p>\r
+9.1版本增加了几项用户一直以来申请增加的功能,为用户在PostgreSQL基础上发布新的应用扫清了障碍,这些功能包括:\r
+\r
+</p><ul>\r
+<li><b>同步复制</b>: 允许跨多服务器进行高可靠性复制。</li>\r
+<li><b>字段级编码</b>: 支持对数据库、表、列进行多编码的排序。</li>\r
+<li><b>非日志型表</b>: 极大地提升了对临时保存数据的性能。</li>\r
+</ul><p>\r
+“Heroku运行着一个世界上最大的PostgreSQL数据库”, Heroku公司的创始人之一,James Lindenbaum先生说道,”9.1版本提供的同步复制技术给我们客户带来了创新的方法来保护关键事务数据,并且也验证了PostgreSQL在快速增长的数据仓库方面应用的能力。“\r
+</p>\r
+<h3>(艺术级)的高级功能</h3>\r
+<p>\r
+社区的开发人员创新地开发了几项最前沿的功能,9.1版本包括以下几项数据库业界全新的功能,如:\r
+</p><ul>\r
+<li><b>最近相邻索引技术</b>: 索引是按照”距离“来达到在查询中快速定位和文字搜索。</li>\r
+<li><b>可串行化的快照隔离</b>: 使用”真正的可串行化“,确保并行事务的一致性。</li>\r
+<li><b>可更新的CTE功能</b>: 在一个查询中执行复杂的多阶段数据更新。</li>\r
+<li><b>安全增强型版本</b>: 发布军队安全级和强制存取控制的版本。</li>\r
+</ul><p>\r
+”OpenERP软件依赖于具有企业级特性的PostgreSQL,来为我们用户的每天操作实现快速、安全和可伸缩性的商业应用。在高并发和复杂事务条件下的数据集成性对我们来说是关键,我们对新的PostgreSQL9.1版本中可串行化快照隔离技术非常感兴趣!“OpenERP社区经理Olivier Dony说道。\r
+</p>\r
+<h3>可扩展的数据库引擎</h3>\r
+<p>\r
+PostgreSQL的可扩展性允许用户增加新的功能来运行生产环境的数据库,并且可以执行一些其他数据库系统无法完成的任务,9.1版本增加的新可扩展性工具,包括:\r
+\r
+</p><ul>\r
+<li><b>外部数据源封装器</b>: 允许从PostgreSQL中附加或查询其他数据库内容。</li>\r
+<li><b>扩充功能</b>: 可以很方便地创建、加载和管理新的数据库功能。</li>\r
+</ul>\r
+所有上述新特性以及其他更多的功能,在<a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">9.1版本新增功能列表</a>页面中有显示,同样在<a href="http://www.postgresql.org/documentation/current/static/release-9-1">发布声明中也有</a>。\r
+</p><p>\r
+在PostgreSQL25年的开发过程中,我们社区将持续致力于开发新的数据库技术,并每年发布一个新的大版本。现在可以下载9.1版本并体验世界上最为强大的开源数据库系统。\r
+\r
+</p><p>\r
+<b>关于POSTGRESQL</b>: PostgreSQL是业内领先的开源数据库系统,它的开发和支持来自于一个由数千名用户组成的全球社区和全球几十家公司或组织,PostgreSQL项目有25年以上的历史,起源于加利福利亚的伯克利大学,经历了无数次开发升级。PostgreSQL的专业特性不仅包含最高级的商业数据库系统的功能,还在高级数据库特性、扩展性、安全性和稳定性方面超越了它们,更多详情可浏览:http://www.postgresql.org 网站。\r
+</p>\r
+\r
+<h2>新版本发布说明(扩充部分)</h2>\r
+\r
+<a name="features"></a><h2>新特性列表</h2>\r
+\r
+<h3>对用户要求的响应</h3>\r
+<p>\r
+9.1版本增加了几项用户一直以来申请增加的功能,为用户在PostgreSQL基础上发布新的应用扫清了障碍,这些功能包括:\r
+</p><dl>\r
+<dt><b>集群的同步复制:</b></dt><dd> 通过布置使用同步复制技术的PostgreSQL集群,允许跨多服务器节点进行高可靠性复制。同步复制支持“2路安全复制”技术,该技术通过主服务器和额外的备份服务器保证事务的确认,极大地减少了数据损失的发生风险。目前仅PostgreSQL支持事务级的同步复制,这项技术允许用户在响应时间和数据安全方面根据事务进行选择。</dd>\r
+<dt><b>可按字段级控制的多编码数据库:</b></dt><dd> 用户现在可对某一字段设置不同的字符编码,这样才是真正的允许多编码数据库,每一字段可以有不同的编码,索引和排序也相应地参照这个编码执行。</dd>\r
+<dt><b>高性能的非日志型表:</b></dt><dd> 当用户对性能要求高于稳定性时,非日志型表提供了一个方式允许用户在PostgreSQL中以高性能的方式管理和操作数据。它可以减少了I/O的操作,相比日志型数据表提高了10倍以上的速度。该技术适用于session数据、实时日志、ETL以及其他需临时/中间记录等一些功能。</dd>\r
+</dl>\r
+<h3>(艺术级)的高级功能</h3>\r
+<p>\r
+我们社区的开发人员创新地开发了几项最前沿的功能,9.1版本包括以下几项数据库业界全新的功能,如:\r
+</p><dl>\r
+<dt><b>强大的相似性搜索(KNN索引):</b></dt><dd> 使用PostgreSQL KNN-Gist索引创建一个新的应用可以避免费用的数据表扫描。通过使用数学上的“距离”计算用于索引和搜索,KNN技术增强了PostgreSQL的查询能力。这些索引可用于增强一般的文字搜索、文本相似性搜索、地理空间位置比较和其他查询。在一个无索引的表搜索中,不使用KNN功能搜索需花2秒,而使用后仅需20ms。文字搜索经过配置在不改变任何SQL语句的情况下,也可以支持类似 LIKE '%string%'样的查询。PostgreSQL是业界内第一个使用KNN技术的数据库系统。</dd>\r
+<dt><b>可串行化的快照隔离:</b></dt><dd> 通过在事务运行时自动侦测已使用的冲突条件来允许用户强制多次地执行复杂的用户自定义的商业规则而不会有阻隔。这个功能目前也是仅PostgreSQL具有。</dd>\r
+<dt><b>可更新的CTE功能 (wCTE):</b></dt><dd> 支持用户在一个语句内执行多个、级联、相关记录的更新。通过使用一个查询的结果去执行另一个查询,用户可以递归地、分级地、跨外键地或是更加创新的方式来更新数据。PostgreSQL为这项SQL特性提供了一个最为完整和有灵活性解决方案。</dd>\r
+<dt><b>安全增强型版本 (SE-Postgres):</b></dt><dd> 通过与SE-Linux的全集成,发布军队安全级和强制存取控制的版本。SE-Linux是通过修改Linux核心来强化安全相关功能的NSA项目。它现已支持主要的Linux发布版本,包括但不限于Red Hat, CentOS, Debian 和 Ubuntu。PostgreSQL是唯一与SE-Linux集成的数据库系统。</dd>\r
+</dl>\r
+\r
+<h3>可扩展的数据库引擎</h3>\r
+<p>\r
+PostgreSQL的可扩展性允许用户增加新的功能来运行生产环境的数据库,并且可以执行一些其他数据库系统无法完成的任务,9.1版本增加的新可扩展性工具,包括:\r
\r
+</p><dl>\r
+<dt><b>外部数据源封装器 (FDW):</b></dt><dd> 为了查询PostgreSQL数据库之外数据,作为SQL/MED标准兼容的一项功能,FDW功能允许用户创建驱动程序连接外部数据源,这样这些数据就成为了PostgreSQL内部只读的表。FDW功能使PostgreSQL成为企业数据集成的一个强大工具,这也使得数据迁移很容易。FDW目前开始支持CSV格式文件、Oracle、MySQL、CouchDB、甚至还有Twitter数据源。更多的数据库支持最近也将提供。</dd>\r
+<dt><b>扩充功能:</b></dt><dd> 尽管PostgreSQL一直就有扩充功能,但现在用户通过使用EXTENSION功能可以更加容易地创建、加载、升级和管理一大堆数据库的扩展。 新的网站PGXN.org上提供了很多可下载的扩展模块。</dd>\r
+</dl>\r
+<p>\r
+对上述特性或其他特性的详细解释,也可以参见下列文档:\r
+</p>\r
+<ul>\r
+<li><a href="/docs/9.1/static/release-9-1.html">发布声明</a></li>\r
+<li><a href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1">9.1版本的新特性</a></li>\r
+<li><a href="/about/featurematrix">特性矩阵 (仅英文)</a></li>\r
+</ul>\r
+\r
+<a name="anniversary"></a><h2>25年的数据库创新</a></h2>\r
+<p>\r
+POSTGRES项目起源于加利福利亚的伯克利大学,最早源于1986年6月发布的POSTGRES,它是由Lawrence A. Rowe 和 Michael R. Stonebraker设计的。从那以后的25年里,POSTGRES成为一个开源项目,转换为使用SQL,改其名称为PostgreSQL,并成为领先的关系数据库系统。今天,我们的社区在开发新的数据库功能以及提升性能方面可以和一些世界上最大的软件公司相媲美。\r
+</p><p>\r
+包括9.1版本,POSTGRES 和 PostgreSQL共发布了23个大的版本。PostgreSQL是仅有的可以持续每年发布新的大版本的主要数据库软件。\r
+</p>\r
+\r
+\r
+\r
+<a name="download"></a><h2>下载</h2>\r
+<ul>\r
+<li><a href="/download">下载页面</a> 包括安装程序和一些工具软件</li>\r
+<li><a href="/ftp/source/v9.1.0">原代码</a></li>\r
+<li><a href="/download/windows">Windows平台的安装程序</a></li>\r
+<li><a href="/download/linux">Linux平台的安装程序</a> 和一些软件包的版本库</li>\r
+<li><a href="/download/solaris">Solaris平台安装程序</a></li>\r
+<li><a href="/download/macosx">Mac OSX平台安装程序</a></li>\r
+<li><a href="/download/freebsd">FreeBSD平台安装程序</a></li>\r
+<li><a href="http://pgxn.org">PostgreSQL扩展模块网</a></li>\r
+<li><a href="http://www.pgfoundry.org">可选增值模块或附件</a></li>\r
+<li><a href="http://www.postgresql.org/download/product-categories">相关商业软件</a></li>\r
+</ul>\r
+\r
+\r
+\r
+\r
+<a name="docs"></a><h2>文档</h2>\r
+\r
+<p>HTML文档和man手册页会和PostgreSQL同步安装,用户也可以免费地通过在线方式对<a href="/docs/9.1/interactive">在线文档</a>进行浏览、搜索、回复意见。</p>\r
+\r
+\r
+<a name="license"></a><h2>版权声明</h2>\r
+<p>\r
+PostgreSQL 使用<a href="/about/licence">PostgreSQL版权</a>,它是类似BSD的版权,只要求对有版权的源代码保留其版权和授权的信息即可。\r
+由于这个经 <a href="http://www.opensource.org/licenses/postgresql">OSI认证的版权</a>不限制PostgreSQL在商业环境和有版权的应用程序中使用,因此被公认为是非常有灵活性和对商业应用是友好的。加上有多个公司的支持和源代码归属公共所有,我们的版权使得PostgreSQL在那些希望在自己的产品里嵌入数据库的厂商中很流行,因为他们不用担心费用、嵌入软件的版权锁以及版权条款的改变。\r
+</p>\r
+\r
+\r
+<a name="contact"></a><h2>联系方式</h2>\r
+\r
+<p>相关网站</p>\r
+<ul>\r
+<li><a href="http://www.postgresql.org">PostgreSQL的网站</a></li>\r
+<li><a href="http://www.pgsqldb.org">PostgreSQL中文社区网站</a></li>\r
+</ul>\r
+\r
+\r
+<p>联系人:<br />\r
+何伟平<br />\r
+北京<br />\r
+<a href="mailto:laserhenry@gmail.com">laserhenry@gmail.com</a><br />\r
+<br />\r
+周到京<br />\r
+合肥<br />\r
+086013515513326<br />\r
+<a href="mailto:cn@postgresql.org">cn@postgresql.org</a>\r
+</p>\r
+\r
+<p>要查询特定地区的联系人,可浏览<a href="/about/press/contact">我们的全球联系人员列表。</a></p>\r
+\r
+\r
+\r
+<a name="quoted_companies"></a><h2>相关商业公司信息</h2>\r
+<p>\r
+“PostgreSQL 9.1版本提供了开源数据库最为高端的企业级功能, 它的背后是一个充满生气和创新能力的、是经证明可以引导客户走向成功的社区。PostgreSQL也在创建和运行云计算方面做好了准备,” VMware公司的研发副总裁Charles Fan说道。\r
+</p><p>\r
+<b>关于VMWare公司:</b> <a href="http://vmware.com">VMware</a> (NYSE:VMW),虚拟环境和云计算架构的全球领先供应商,该公司可以交付经用户验证的、可以减少IT复杂性而增加灵活性的解决方案。VMware公司允许企业采用云计算模式以适应商业上的挑战。它也加速了企业在保护现有投资的前提下加速向云计算模式的转变并提升企业的数据安全和控制。该公司现有超过250,000名客户和25,000合作者,VMware的解决方案帮助各种企业降低成本、增加商业灵活性以及保证选择的自由。联系方式: <a href="mailto:prinquiries@vmware.com">VMWare PR</a> 或电话 +1 (650) 427-2485\r
+</p><p>\r
+\r
+“Heroku运行着一个世界上最大的PostgreSQL数据库”, Heroku公司的创始人之一,James Lindenbaum先生说道,”9.1版本提供的同步复制技术给我们客户带来了创新的方法来保护关键事务数据,并且也验证了PostgreSQL在快速增长的数据仓库方面应用的能力。“\r
+</p><p>\r
+<b>关于Heroku公司:</b> <a href="http://www.heroku.com">Heroku</a> 公司是一家致力于提供易用、自动化、可靠性高的开放平台的服务商,总部位于加州的三藩市。Heroku公司是Ruby技术和云计算架构的积极支持者。它最近被选为“道琼斯FASTech咨询委员会50家初创公司观察"表之一,2010年4月被高德纳咨询公司列为”最棒的应用平台服务商“, 被onDemand公司列为最好的100私人公司,被ReadWriteWeb网站列为”2009最佳产品“和”2010最佳平台“。2011/04,Heroku公司被三藩市的商业周刊列为海湾区”最佳工作地点“第2名。更多信息可浏览 <a href="http://www.heroku.com">网站</a> 和 <a href="http://blog.heroku.com">博客</a> 或是 <a href="http://twitter.com/heroku"> Twitter</a>。Heroku公司完全拥有salesforce.com网站,联系方式:<a href="mailto:jill@blackswansmedia.com">Jill Ratkevic</a>\r
+</p><p>\r
+\r
+”OpenERP软件依赖于具有企业级特性的PostgreSQL,来为我们用户的每天操作实现快速、安全和可伸缩性的商业应用。在高并发和复杂事务条件下的数据集成性对我们来说是关键,我们对新的PostgreSQL9.1版本中可串行化快照隔离技术非常感兴趣!同步复制技术和性能优化是两个我们期待新版本PostgreSQL的主要原因,PostgreSQL是开源软件的典型代表。“OpenERP社区经理Olivier Dony说道。\r
+</p><p>\r
+<b>关于OpenERP:</b> <a href="http://www.openerp.com">OpenERP S.A.</a> 是OpenERP的开发公司,OpenERP是一个综合的开源商业应用套件,包括CRM、销售、财务、项目管理、仓库管理、制造、人力资源及更多功能。2005年由现CEO Fabien Pinckaers创建,OpenERP形成了社区、合作者、开发者一个完整唯一的生态链。社区(2011/08统计有1500名活跃成员)每天都在向OpenERP贡献新的活力。遍布于65个国家的网络上的合作者可以在本地交付系统。OpenERP也提供在线服务(SAAS),它是世界上安装最多的商业套件(每天多达1000次下载)。联系方式:<a href="mailto:press@openerp.com">Nicoleta Gherlea</a> +32-2-290-34-90\r
+</p>\r
+\r
+\r
+\r
+<a name="companies"></a><h2>企业支持</h2>\r
+\r
+<p>PostgreSQL获得了一大批公司的支持,他们资助开发人员,提供网上资源以及给予了资金上的支持。一些较大的且长期支持的公司名单列在我们的 <a href="/about/sponsors">开发支持页面</a></p>\r
+\r
+<p>还有<a href="/support/professional_support">大量的公司</a>提供从独立顾问到跨国公司的 PostgreSQL 支持。</p>\r
+\r
+\r
+<p><a href="/about/donate">各种捐助</a> 将被很乐于接受。</p>\r
+\r
+\r
+\r
diff --git a/releases/9.1/zh_CN/release.txt b/releases/9.1/zh_CN/release.txt
new file mode 100644 (file)
index 0000000..92b36b0
--- /dev/null
@@ -0,0 +1,55 @@
+2011/09/12:PostgreSQL全球开发组宣布业界领先的开源关系数据库PostgreSQL9.1版发布,该版本增加了很多创新性的技术、强大的可扩展性以及类似同步复制、最近相邻索引和外部数据封装等功能。\r
+\r
+“PostgreSQL 9.1版本提供了开源数据库最为高端的企业级功能, 它的背后是一个充满生气和创新能力的、是经证明可以引导客户走向成功的社区。PostgreSQL也在创建和运行云计算方面做好了准备,” VMware公司的研发副总裁Charles Fan说道。\r
+\r
+对用户要求的响应\r
+\r
+9.1版本增加了几项用户一直以来申请增加的功能,为用户在PostgreSQL基础上发布新的应用扫清了障碍,这些功能包括:\r
+\r
+* 同步复制: 允许跨多服务器进行高可靠性复制。\r
+* 字段级编码: 支持对数据库、表、列进行多编码的排序。\r
+* 非日志型表: 极大地提升了对临时保存数据的性能。\r
+\r
+“Heroku运行着一个世界上最大的PostgreSQL数据库”, Heroku公司的创始人之一,James Lindenbaum先生说道,”9.1版本提供的同步复制技术给我们客户带来了创新的方法来保护关键事务数据,并且也验证了PostgreSQL在快速增长的数据仓库方面应用的能力。“\r
+\r
+(艺术级)的高级功能\r
+\r
+社区的开发人员创新地开发了几项最前沿的功能,9.1版本包括以下几项数据库业界全新的功能,如:\r
+\r
+* 最近相邻索引技术: 索引是按照”距离“来达到在查询中快速定位和文字搜索。\r
+* 可串行化的快照隔离: 使用”真正的可串行化“,确保并行事务的一致性。\r
+* 可更新的CTE功能: 在一个查询中执行复杂的多阶段数据更新。\r
+* 安全增强型版本: 发布军队安全级和强制存取控制的版本。\r
+\r
+”OpenERP软件依赖于具有企业级特性的PostgreSQL,来为我们用户的每天操作实现快速、安全和可伸缩性的商业应用。在高并发和复杂事务条件下的数据集成性对我们来说是关键,我们对新的PostgreSQL9.1版本中可串行化快照隔离技术非常感兴趣!“OpenERP社区经理Olivier Dony说道。\r
+\r
+可扩展的数据库引擎\r
+\r
+PostgreSQL的可扩展性允许用户增加新的功能来运行生产环境的数据库,并且可以执行一些其他数据库系统无法完成的任务,9.1版本增加的新可扩展性工具,包括:\r
+\r
+* 外部数据源封装器: 允许从PostgreSQL中附加或查询其他数据库内容。\r
+* 扩充功能: 可以很方便地创建、加载和管理新的数据库功能。\r
+\r
+所有上述新特性以及其他更多的功能,在9.1版本新增功能列表页面中有显示(http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1),同样在发布声明中也有 (http://www.postgresql.org/documentation/current/static/release-9-1).\r
+\r
+在PostgreSQL25年的开发过程中,我们社区将持续致力于开发新的数据库技术,并每年发布一个新的大版本。现在可以下载9.1版本并体验世界上最为强大的开源数据库系统。\r
+\r
+* 版本发布宣传资料: http://www.postgresql.org/about/press/presskit91\r
+* 版本发布声明: http://www.postgresql.org/documentation/current/static/release-9-1\r
+* 下载网址:: http://www.postgresql.org/downloads\r
+\r
+欲了解更多详情可联系: \r
+\r
+何伟平\r
+电子邮箱:laserhenry@gmail.com\r
+\r
+周到京\r
+电子邮箱:cn@postgresql.org\r
+移动电话:086 13515513326\r
+\r
+中文社区网址:http://www.pgsqldb.org/\r
+\r
+关于POSTGRESQL: PostgreSQL是业内领先的开源数据库系统,它的开发和支持来自于一个由数千名用户组成的全球社区和全球几十家公司或组织,PostgreSQL项目有25年以上的历史,起源于加利福利亚的伯克利大学,经历了无数次开发升级。PostgreSQL的专业特性不仅包含最高级的商业数据库系统的功能,还在高级数据库特性、扩展性、安全性和稳定性方面超越了它们,更多详情可浏览:http://www.postgresql.org 网站。\r
+\r
+\r
+\r