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
ee891817
Commit
ee891817
authored
Nov 20, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder a few release notes items for consistency.
parent
0af4bb87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
34 deletions
+34
-34
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+34
-34
No files found.
doc/src/sgml/release.sgml
View file @
ee891817
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.5
49 2007/11/20 03:34:14
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.5
50 2007/11/20 04:00:27
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -399,6 +399,18 @@ current_date < 2017-11-17
...
@@ -399,6 +399,18 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
from accepting schema-qualified names (Bruce)
</para>
<para>
Formerly, these commands accepted <literal>schema.relation</> but
ignored the schema part, which was confusing.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Restrict object size functions to users who have reasonable
Restrict object size functions to users who have reasonable
...
@@ -1385,6 +1397,13 @@ current_date < 2017-11-17
...
@@ -1385,6 +1397,13 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
...
@@ -1423,13 +1442,6 @@ current_date < 2017-11-17
...
@@ -1423,13 +1442,6 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
...
@@ -1457,18 +1469,6 @@ current_date < 2017-11-17
...
@@ -1457,18 +1469,6 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
from accepting schema-qualified names (Bruce)
</para>
<para>
Formerly, these commands accepted <literal>schema.relation</> but
ignored the schema part, which was confusing.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
...
@@ -1833,7 +1833,7 @@ current_date < 2017-11-17
...
@@ -1833,7 +1833,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add the function's volatility to the output of
Add the function's volatility
status
to the output of
<literal>\df+</literal> (Neil)
<literal>\df+</literal> (Neil)
</para>
</para>
</listitem>
</listitem>
...
@@ -1948,6 +1948,17 @@ current_date < 2017-11-17
...
@@ -1948,6 +1948,17 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Add <application>pg_ctl</> timeout parameter (Bruce)
</para>
<para>
This controls how long <application>pg_ctl</> will wait when waiting
for server startup or shutdown.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <application>pg_ctl</> option to control generation
Add <application>pg_ctl</> option to control generation
...
@@ -1977,17 +1988,6 @@ current_date < 2017-11-17
...
@@ -1977,17 +1988,6 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Add <application>pg_ctl</> timeout parameter (Bruce)
</para>
<para>
This controls how long <application>pg_ctl</> will wait when waiting
for server startup or shutdown.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
...
@@ -2055,11 +2055,11 @@ current_date < 2017-11-17
...
@@ -2055,11 +2055,11 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Major rewrite to u
se V3 frontend/backend protocol (Michael)
U
se V3 frontend/backend protocol (Michael)
</para>
</para>
<para>
<para>
This adds server-side prepared statements.
This adds s
upport for s
erver-side prepared statements.
</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