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
03417ac1
Commit
03417ac1
authored
Aug 24, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run spellchecker over release notes.
parent
63a67221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+13
-13
No files found.
doc/src/sgml/release.sgml
View file @
03417ac1
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.36
0 2005/08/24 19:34
:33 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.36
1 2005/08/24 19:41
:33 momjian Exp $
Typical markup:
...
...
@@ -7,7 +7,7 @@ Typical markup:
[A-Za-z_][A-Za-z0-9_]+() <function>
[A-Za-z_]/[A-Za-z_]+ <filename>
PostgreSQL <productname>
pg_[A-Za-z0-9_] <appication>
pg_[A-Za-z0-9_] <app
l
ication>
[A-Z][A-Z] <type>, <envar.
<literal>
&<> use &
...
...
@@ -166,9 +166,9 @@ pg_[A-Za-z0-9_] <appication>
<listitem>
<para>
Moving pgautovacuum from <filename>/contrib</> allows it to be
automatically started and stoped in sync with the database
automatically started and stop
p
ed in sync with the database
server, and allows for pgautovacuum to be configured from
postgresql.conf
.
<filename>postgresql.conf</>
.
</para>
</listitem>
</varlistentry>
...
...
@@ -271,8 +271,8 @@ pg_[A-Za-z0-9_] <appication>
<productname>PostgreSQL</productname> project is planning to
remove the special meaning of backslashes in strings. For
backward compatibility and for users who want special backslash
procesing, a new string type will be created. This new string
type is formed by having an E prece
ed
the single quote that
proces
s
ing, a new string type will be created. This new string
type is formed by having an E prece
de
the single quote that
starts the string, e.g. <literal>E'hi\n'</>. While this release
does not change the handling of backslashes in strings, it does
add several new GUC variables to help users migrate applications
...
...
@@ -616,7 +616,7 @@ pg_[A-Za-z0-9_] <appication>
<para>
Using <command>ALTER USER</> and <command>ALTER DATABASE</>,
limits can now be enforced on the maximum number of users who
can connect as as a specific u
es
r or to a specific database.
can connect as as a specific u
se
r or to a specific database.
Setting the limit to zero disables user or database connections.
</para>
</listitem>
...
...
@@ -1368,7 +1368,7 @@ pg_[A-Za-z0-9_] <appication>
exception (Pavel Stehule)
</para>
<para>
These variables are only access
a
ble inside exception blocks.
These variables are only access
i
ble inside exception blocks.
</para>
</listitem>
...
...
@@ -1478,7 +1478,7 @@ pg_[A-Za-z0-9_] <appication>
</para>
<para>
This is basically implemented by wrapping every statement in a
subtransaction.
sub
-
transaction.
</para>
</listitem>
...
...
@@ -1710,7 +1710,7 @@ pg_[A-Za-z0-9_] <appication>
<listitem>
<para>
Modify <filename>postgresql.conf</> to use documention defaults
Modify <filename>postgresql.conf</> to use document
at
ion defaults
<literal>on</>/<literal>off</> rather than
<literal>true</>/<literal>false</> (Bruce)
</para>
...
...
@@ -1793,7 +1793,7 @@ pg_[A-Za-z0-9_] <appication>
<listitem>
<para>
Implemen
tion of OpenPGP symmetric-key and public-key encryption
implementa
tion of OpenPGP symmetric-key and public-key encryption
</para>
<para>
Supported are both RSA and Elgamal public-key algorithms.
...
...
@@ -1802,7 +1802,7 @@ pg_[A-Za-z0-9_] <appication>
<listitem>
<para>
Standalone build: include SHA256/384/512 hashes, Fortuna PRNG
Stand
alone build: include SHA256/384/512 hashes, Fortuna PRNG
</para>
</listitem>
...
...
@@ -1872,7 +1872,7 @@ pg_[A-Za-z0-9_] <appication>
<para>
The lesser problem is that the <filename>contrib/tsearch2</> module
creates several functions that are
mis
declared to return
creates several functions that are
improperly
declared to return
<type>internal</> when they do not accept <type>internal</> arguments.
This breaks type safety for all functions using <type>internal</>
arguments.
...
...
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