Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
eb72adc8
Commit
eb72adc8
authored
Aug 11, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add major features list and introductory text for 9.1 release notes.
Backpatch to 9.1, obviously.
parent
a180776f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
85 additions
and
5 deletions
+85
-5
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+85
-5
No files found.
doc/src/sgml/release-9.1.sgml
View file @
eb72adc8
...
@@ -15,13 +15,93 @@
...
@@ -15,13 +15,93 @@
<title>Overview</title>
<title>Overview</title>
<para>
<para>
This release of
This release shows <productname>PostgreSQL</> moving beyond the
<productname>PostgreSQL</> adds numerous major features, including:
traditional relational feature set with new, ground-breaking
functionality that is unique to <productname>PostgreSQL</>.
Additionally, this release improves streaming replication by adding
a synchronous option and monitoring improvements. Major enhancements
include:
</para>
</para>
<itemizedlist>
<!-- This list duplicates items below, but without authors or details-->
<listitem>
<para>
Support unlogged tables using the <link
linkend="SQL-CREATETABLE-description"><literal>UNLOGGED</></link>
option in <link linkend="SQL-CREATETABLE"><command>CREATE
TABLE</></link>
</para>
</listitem>
<listitem>
<para>
Allow <link linkend="synchronous-replication">synchronous
replication</link>
</para>
</listitem>
<listitem>
<para>
Add support for <link linkend="SQL-CREATEFOREIGNTABLE">foreign
tables</link>
</para>
</listitem>
<listitem>
<para>
Add per-column <link
linkend="collation">collation</link> support
</para>
</listitem>
<listitem>
<para>
Add a <link linkend="SQL-SECURITY-LABEL"><command>SECURITY
LABEL</></link> command
</para>
</listitem>
<listitem>
<para>
Add a true <link
linkend="xact-serializable">serializable</link> isolation
level
</para>
</listitem>
<listitem>
<para>
Allow data-modification commands
(<command>INSERT</>/<command>UPDATE</>/<command>DELETE)</> in
<link linkend="queries-with"><literal>WITH</></link> clauses
</para>
</listitem>
<listitem>
<para>
<para>
(summary to be added)
Add nearest-neighbor (order-by-operator) searching to <link
linkend="GiST"><acronym>GiST</> indexes</link>
</para>
</listitem>
<listitem>
<para>
Add <link linkend="extend-extensions">extensions</link> which
simplify packaging of additions to <productname>PostgreSQL</>
</para>
</para>
</listitem>
<listitem>
<para>
Update the <link linkend="plpython">PL/Python</link> server-side
language
</para>
</listitem>
</itemizedlist>
<para>
<para>
The above items are explained in more detail in the sections below.
The above items are explained in more detail in the sections below.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment