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
596b0c21
Commit
596b0c21
authored
Jun 01, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some copy editing of the release notes
parent
3c485ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
61 deletions
+55
-61
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+55
-61
No files found.
doc/src/sgml/release-9.1.sgml
View file @
596b0c21
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
</para>
</para>
<para>
<para>
Previously this returned
<literal>NULL</>
.
Previously this returned
a null value
.
</para>
</para>
</listitem>
</listitem>
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
</para>
</para>
<para>
<para>
Previously this returned
<literal>NULL</>
.
Previously this returned
a null value
.
</para>
</para>
</listitem>
</listitem>
...
@@ -164,9 +164,10 @@
...
@@ -164,9 +164,10 @@
</para>
</para>
<para>
<para>
Triggers can now be fired in three cases: BEFORE, AFTER, or INSTEAD OF
Triggers can now be fired in three cases: <literal>BEFORE</>,
some action. Trigger function authors should verify that their logic
<literal>AFTER</>, or <literal>INSTEAD OF</> some action.
behaves sanely in all three cases.
Trigger function authors should verify that their logic behaves
sanely in all three cases.
</para>
</para>
</listitem>
</listitem>
...
@@ -302,9 +303,9 @@
...
@@ -302,9 +303,9 @@
<listitem>
<listitem>
<para>
<para>
Allow unlogged tables using <link
Allow unlogged tables using
the
<link
linkend="SQL-CREATETABLE-description"><literal>UNLOGGED</></link>
linkend="SQL-CREATETABLE-description"><literal>UNLOGGED</></link>
during
<link linkend="SQL-CREATETABLE"><command>CREATE
clause in
<link linkend="SQL-CREATETABLE"><command>CREATE
TABLE</></link> (Robert Haas)
TABLE</></link> (Robert Haas)
</para>
</para>
...
@@ -345,7 +346,8 @@
...
@@ -345,7 +346,8 @@
</para>
</para>
<para>
<para>
This allows the use of commit_siblings with less overhead.
This allows the use of <varname>commit_siblings</varname> with
less overhead.
</para>
</para>
</listitem>
</listitem>
...
@@ -412,8 +414,9 @@
...
@@ -412,8 +414,9 @@
<listitem>
<listitem>
<para>
<para>
Support host names and host suffixes (e.g. .example.com) in
Support host names and host suffixes
<link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(e.g. <literal>.example.com</>) in <link
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Peter Eisentraut)
(Peter Eisentraut)
</para>
</para>
...
@@ -425,7 +428,7 @@
...
@@ -425,7 +428,7 @@
<listitem>
<listitem>
<para>
<para>
Support the keyword <literal>all</> in the host column of <link
Support the key
word <literal>all</> in the host column of <link
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Peter Eisentraut)
(Peter Eisentraut)
</para>
</para>
...
@@ -476,7 +479,7 @@
...
@@ -476,7 +479,7 @@
Add <link
Add <link
linkend="guc-log-file-mode"><varname>log_file_mode</></link>
linkend="guc-log-file-mode"><varname>log_file_mode</></link>
which controls the permissions on log files created by the
which controls the permissions on log files created by the
logging
_
collector (Martin Pihlak)
logging
collector (Martin Pihlak)
</para>
</para>
</listitem>
</listitem>
...
@@ -491,7 +494,7 @@
...
@@ -491,7 +494,7 @@
<listitem>
<listitem>
<para>
<para>
Add <structfield>client_hostname</structfield>
field
to <link
Add <structfield>client_hostname</structfield>
column
to <link
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link>
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link>
(Peter Eisentraut)
(Peter Eisentraut)
</para>
</para>
...
@@ -532,13 +535,13 @@
...
@@ -532,13 +535,13 @@
<listitem>
<listitem>
<para>
<para>
Add
buffers_backend_fsync field
to <link
Add
<structfield>buffers_backend_fsync</> column
to <link
linkend="monitoring-stats-views-table"><structname>pg_stat_bgwriter</></link>
linkend="monitoring-stats-views-table"><structname>pg_stat_bgwriter</></link>
(Greg Smith)
(Greg Smith)
</para>
</para>
<para>
<para>
This new
field
counts the number of times a backend fsyncs a
This new
column
counts the number of times a backend fsyncs a
buffer.
buffer.
</para>
</para>
</listitem>
</listitem>
...
@@ -560,8 +563,8 @@
...
@@ -560,8 +563,8 @@
</para>
</para>
<para>
<para>
wal_buffers is now auto-tuned by default based on the size of
<varname>wal_buffers</> is now auto-tuned by default based on
shared_buffers
.
the size of <varname>shared_buffers</>
.
</para>
</para>
</listitem>
</listitem>
...
@@ -708,7 +711,7 @@
...
@@ -708,7 +711,7 @@
<listitem>
<listitem>
<para>
<para>
Add
variable
<link
Add
configuration parameter
<link
linkend="guc-hot-standby-feedback"><varname>hot_standby_feedback</></link>
linkend="guc-hot-standby-feedback"><varname>hot_standby_feedback</></link>
to enable standbys to postpone cleanup of old row versions on the
to enable standbys to postpone cleanup of old row versions on the
primary (Simon Riggs)
primary (Simon Riggs)
...
@@ -804,8 +807,8 @@
...
@@ -804,8 +807,8 @@
</para>
</para>
<para>
<para>
This allows a recovery server to be queried to check
if the
This allows a recovery server to be queried to check
whether
recovery point is the one desired.
the
recovery point is the one desired.
</para>
</para>
</listitem>
</listitem>
...
@@ -876,7 +879,7 @@
...
@@ -876,7 +879,7 @@
<listitem>
<listitem>
<para>
<para>
Add a true <link
Add a true <link
linkend="xact-serializable">
<literal>serializable</>
</link> isolation
linkend="xact-serializable">
serializable
</link> isolation
level (Kevin Grittner, Dan Ports)
level (Kevin Grittner, Dan Ports)
</para>
</para>
...
@@ -928,14 +931,14 @@
...
@@ -928,14 +931,14 @@
<listitem>
<listitem>
<para>
<para>
Allow use of the keyword <literal>DISTINCT</> in <link
Allow use of the key
word <literal>DISTINCT</> in <link
linkend="queries-union"><literal>UNION</>/<literal>INTERSECT</>/<literal>EXCEPT</></link>
linkend="queries-union"><literal>UNION</>/<literal>INTERSECT</>/<literal>EXCEPT</></link>
clauses (Tom Lane)
clauses (Tom Lane)
</para>
</para>
<para>
<para>
<literal>DISTINCT</> is the default behavior so use of this
<literal>DISTINCT</> is the default behavior so use of this
keyword is redundant, but the SQL standard allows it.
key
word is redundant, but the SQL standard allows it.
</para>
</para>
</listitem>
</listitem>
...
@@ -1082,7 +1085,7 @@
...
@@ -1082,7 +1085,7 @@
<para>
<para>
The new option is called <literal>NOT VALID</>, which can
The new option is called <literal>NOT VALID</>, which can
later be modified to <literal>VALIDATED</> and validation
later be modified to <literal>VALIDATED</> and validation
checks performed. Together these allow you to add a
Foreign K
ey
checks performed. Together these allow you to add a
foreign k
ey
with minimal impact on read and write operations.
with minimal impact on read and write operations.
</para>
</para>
</listitem>
</listitem>
...
@@ -1095,9 +1098,10 @@
...
@@ -1095,9 +1098,10 @@
</para>
</para>
<para>
<para>
For example, converting a varchar column to text no longer
For example, converting a <type>varchar</> column to
requires a rewrite of the table. However, increasing the length
<type>text</> no longer requires a rewrite of the table.
constraint on a varchar column still requires a table rewrite.
However, increasing the length constraint on a
<type>varchar</> column still requires a table rewrite.
</para>
</para>
</listitem>
</listitem>
...
@@ -1115,9 +1119,9 @@
...
@@ -1115,9 +1119,9 @@
<listitem>
<listitem>
<para>
<para>
Fix possible
"tuple concurrently updated" error when two serve
r
Fix possible
<quote>tuple concurrently updated</quote> erro
r
backends attempted to add an inheritance parent to the sam
e
when two server backends attempted to add an inheritanc
e
table at the same time (Robert Haas)
parent to the same
table at the same time (Robert Haas)
</para>
</para>
<para>
<para>
...
@@ -1515,7 +1519,7 @@
...
@@ -1515,7 +1519,7 @@
linkend="array-functions-table"><function>array_to_string()</></link>
linkend="array-functions-table"><function>array_to_string()</></link>
and <link
and <link
linkend="array-functions-table"><function>string_to_array()</></link>
linkend="array-functions-table"><function>string_to_array()</></link>
for
<literal>NULL</>
processing control (Pavel Stehule)
for
null value
processing control (Pavel Stehule)
</para>
</para>
</listitem>
</listitem>
...
@@ -1565,14 +1569,14 @@
...
@@ -1565,14 +1569,14 @@
<listitem>
<listitem>
<para>
<para>
Add
field
s to the <link
Add
column
s to the <link
linkend="infoschema-sequences"><structname>information_schema.sequences</></link>
linkend="infoschema-sequences"><structname>information_schema.sequences</></link>
system view (Peter Eisentraut)
system view (Peter Eisentraut)
</para>
</para>
<para>
<para>
Previously, though the view existed,
all of these view fields
Previously, though the view existed,
the columns about the
were unimplemented.
sequence parameters
were unimplemented.
</para>
</para>
</listitem>
</listitem>
...
@@ -1777,22 +1781,12 @@
...
@@ -1777,22 +1781,12 @@
<listitem>
<listitem>
<para>
<para>
<function>plpy.Fatal</function> now raises <literal>FATAL</>, rather
Fix exception handling with Python 3 (Jan Urbanski)
than <literal>ERROR</literal> (Jan Urbanski)
</para>
<para>
The old behavior was incorrect.
</para>
</listitem>
<listitem>
<para>
Overhaul of PL/Python (Jan Urbanski)
</para>
</para>
<para>
<para>
This includes exception support for Python 3. **More detail?
Exception classes were previously not available in
<literal>plpy</> under Python 3.
</para>
</para>
</listitem>
</listitem>
...
@@ -1885,7 +1879,7 @@
...
@@ -1885,7 +1879,7 @@
<listitem>
<listitem>
<para>
<para>
Make <application>psql</application> distinguish between unique
Make <application>psql</application> distinguish between unique
ind
ic
es and unique constraints (Josh Kupershmidt)
ind
ex
es and unique constraints (Josh Kupershmidt)
</para>
</para>
</listitem>
</listitem>
...
@@ -1951,11 +1945,10 @@
...
@@ -1951,11 +1945,10 @@
<listitem>
<listitem>
<para>
<para>
Improve <application>pg_ctl</>
Improve <application>pg_ctl</> start's <quote>wait</quote>
start's "wait" (<option>-w</>) mode to handle non-standard
(<option>-w</>) mode to handle non-standard port numbers,
port numbers, non-standard Unix-domain socket locations,
non-standard Unix-domain socket locations, permission
permission problems, and stale postmaster lock files (Bruce
problems, and stale postmaster lock files (Bruce Momjian)
Momjian)
</para>
</para>
</listitem>
</listitem>
...
@@ -2091,8 +2084,8 @@
...
@@ -2091,8 +2084,8 @@
</para>
</para>
<para>
<para>
This allows for faster compiles. Also,
make <option>
-k</>
This allows for faster compiles. Also,
<literal>make
-k</>
and make <option>-q</> now work properly in a parallel build
.
now works properly
.
</para>
</para>
</listitem>
</listitem>
...
@@ -2183,8 +2176,8 @@
...
@@ -2183,8 +2176,8 @@
<listitem>
<listitem>
<para>
<para>
Improve ability to use C++ compilers for <link
Improve ability to use C++ compilers for <link
linkend="xfunc-c">
backend compi
les</link> by removing
linkend="xfunc-c">
compiling add-on modu
les</link> by removing
conflicting keywords (Tom Lane)
conflicting key
words (Tom Lane)
</para>
</para>
</listitem>
</listitem>
...
@@ -2346,7 +2339,7 @@
...
@@ -2346,7 +2339,7 @@
<listitem>
<listitem>
<para>
<para>
Allow <link linkend="intarray"><filename>contrib/intarray</></link>
Allow <link linkend="intarray"><filename>contrib/intarray</></link>
to work properly on multi
-
dimensional arrays (Tom Lane)
to work properly on multidimensional arrays (Tom Lane)
</para>
</para>
</listitem>
</listitem>
...
@@ -2582,9 +2575,10 @@
...
@@ -2582,9 +2575,10 @@
<listitem>
<listitem>
<para>
<para>
Document that it is possible to access all composite fields
Document that it is possible to access all composite type
using <link linkend="field-selection"><literal>(compositeval).*
fields using <link
syntax</></link> (Peter Eisentraut)
linkend="field-selection"><literal>(compositeval).*</></link>
syntax (Peter Eisentraut)
</para>
</para>
</listitem>
</listitem>
...
...
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