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
a522db7d
Commit
a522db7d
authored
Oct 03, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various minor improvements to the 8.3 release notes.
parent
a8dfe119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+18
-17
No files found.
doc/src/sgml/release.sgml
View file @
a522db7d
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.5
09 2007/10/03 03:32:31 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.5
10 2007/10/03 22:06:13 neilc
Exp $ -->
<!--
Typical markup:
...
...
@@ -125,8 +125,7 @@ do it for earlier branch release files.
The I/O needed for a checkpoint is now spread over a fairly long
period of time, rather than being spat out in a burst. This happens
only for background checkpoints carried out by the bgwriter; other
cases, such as a shutdown checkpoint, are still
done at full speed.
cases, such as a shutdown checkpoint, are still done at full speed.
</para>
</listitem>
...
...
@@ -196,8 +195,8 @@ do it for earlier branch release files.
</para>
<para>
This
change allows a significant percentage reduction in the on-disk
size of short
character-string fields.
This
significantly reduces the on-disk size of short
character-string fields.
</para>
</listitem>
...
...
@@ -226,7 +225,7 @@ do it for earlier branch release files.
We keep a heap of the current best N tuples and sift-up new tuples
into it as we scan the input. For M input tuples this means only
about M*log(N) comparisons instead of M*log(M), not to mention a lot
less workspace when N is small
---
avoiding spill-to-disk for large
less workspace when N is small
—
avoiding spill-to-disk for large
M is actually the most attractive thing about it.
</para>
</listitem>
...
...
@@ -595,7 +594,7 @@ do it for earlier branch release files.
<para>
This provides full gettimeofday() resolution for the timestamps,
which might be useful when attempting to do point-in-time recovery
---
previously it was not possible to specify the stop point with
—
previously it was not possible to specify the stop point with
sub-second resolution.
</para>
</listitem>
...
...
@@ -626,7 +625,7 @@ do it for earlier branch release files.
This is a list to allow spreading the load across multiple
tablespaces; a random list element is chosen each time a temp object
is to be created. Temp files are not stored in per-database
pgsql_tmp/ directories anymore, but per-tablespace directories.
pgsql_tmp/ directories anymore, but
in
per-tablespace directories.
</para>
</listitem>
...
...
@@ -1026,7 +1025,7 @@ do it for earlier branch release files.
</para>
<para>
While it
's (still)
possible to perform these operations using ALTER
While it
has long been
possible to perform these operations using ALTER
TABLE, users were often surprised that they couldn't say ALTER VIEW
or ALTER SEQUENCE as appropriate.
</para>
...
...
@@ -1091,7 +1090,8 @@ do it for earlier branch release files.
<listitem>
<para>
Make NOTIFY/LISTEN/UNLISTEN only accept simple relation names
Make NOTIFY/LISTEN/UNLISTEN only accept identifiers without a schema
qualifier
(Bruce)
</para>
...
...
@@ -1127,7 +1127,7 @@ do it for earlier branch release files.
</para>
<para>
These commands simplify resetting a database session to initial
These commands simplify resetting a database session to i
ts i
nitial
state, and are particularly handy for connection-pooling software.
</para>
</listitem>
...
...
@@ -1190,7 +1190,7 @@ do it for earlier branch release files.
<listitem>
<para>
Add a "uuid" data type similar to that defined in RFC 4122 (Gevik
Babakhani)
Babakhani
, Neil
)
</para>
</listitem>
...
...
@@ -1303,7 +1303,7 @@ do it for earlier branch release files.
</para>
<para>
This
enables use of hash indexes and hash-based plans
with
This
allows hash indexes and hash-based plans to be used
with
the numeric datatype.
</para>
</listitem>
...
...
@@ -1317,8 +1317,8 @@ do it for earlier branch release files.
<listitem>
<para>
Allow leading and trailing
whitespace in the input to the boolean
type (Neil)
Allow leading and trailing
whitespace in the input to the boolean
type (Neil)
</para>
</listitem>
...
...
@@ -1440,7 +1440,7 @@ do it for earlier branch release files.
<listitem>
<para>
Implement RETURN QUERY for PL/PgSQL (Pavel Stehule,
Tom
)
Implement RETURN QUERY for PL/PgSQL (Pavel Stehule,
Neil
)
</para>
<para>
...
...
@@ -2213,7 +2213,8 @@ do it for earlier branch release files.
</para>
<para>
Use configure option --with-ossp-uuid to activate.
Use configure option --with-ossp-uuid to activate. This takes
advantage of the new UUID builtin type.
</para>
</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