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
1037ab75
Commit
1037ab75
authored
Nov 20, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More release notes wording cleanups.
parent
52769508
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
85 additions
and
95 deletions
+85
-95
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+85
-95
No files found.
doc/src/sgml/release.sgml
View file @
1037ab75
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.54
5 2007/11/19 03:47:14 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.54
6 2007/11/20 01:13:00 momjian
Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -165,7 +165,7 @@ do it for earlier branch release files.
...
@@ -165,7 +165,7 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Distributed checkpoints prevent checkpoint I/O spikes
Distributed checkpoints prevent checkpoint I/O spikes
</para>
</para>
</listitem>
</listitem>
...
@@ -185,14 +185,14 @@ do it for earlier branch release files.
...
@@ -185,14 +185,14 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Using non-persistent transaction IDs for
Using non-persistent transaction IDs for
read-only transactions
re
ad-only transactions re
duces overhead
reduces overhead
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Per-field and per-row storage overhead ha
ve
been reduced
Per-field and per-row storage overhead ha
s
been reduced
</para>
</para>
</listitem>
</listitem>
...
@@ -626,8 +626,8 @@ current_date < 2017-11-17
...
@@ -626,8 +626,8 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Reduce overhead by using non-persistent transaction IDs for
Using non-persistent transaction IDs for read-only transactions
re
ad-only transactions
(Florian Pflug)
re
duces overhead
(Florian Pflug)
</para>
</para>
<para>
<para>
...
@@ -664,14 +664,14 @@ current_date < 2017-11-17
...
@@ -664,14 +664,14 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Prevent large sequential scans from forcing out more frequently
Large sequential scans no longer force out frequently used
used
cached pages (Simon, Heikki, Tom)
cached pages (Simon, Heikki, Tom)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow large sequential scans to use cached pages from
other
Large sequential scans can share disk reads with
other
concurrent sequential scans (Jeff Davis)
concurrent sequential scans (Jeff Davis)
</para>
</para>
...
@@ -686,7 +686,7 @@ current_date < 2017-11-17
...
@@ -686,7 +686,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Allow <literal>ORDER BY ... LIMIT</> to
be done without sorting
<literal>ORDER BY ... LIMIT</> can
be done without sorting
(Greg Stark)
(Greg Stark)
</para>
</para>
...
@@ -706,7 +706,7 @@ current_date < 2017-11-17
...
@@ -706,7 +706,7 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
This reduces overhead for short transactions, but m
ay
sometimes
This reduces overhead for short transactions, but m
ight
sometimes
increase the delay before statistics are tallied.
increase the delay before statistics are tallied.
</para>
</para>
</listitem>
</listitem>
...
@@ -1135,7 +1135,7 @@ current_date < 2017-11-17
...
@@ -1135,7 +1135,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Support u
pdatable cursors (Arul Shaji, Tom)
U
pdatable cursors (Arul Shaji, Tom)
</para>
</para>
<para>
<para>
...
@@ -1156,7 +1156,7 @@ current_date < 2017-11-17
...
@@ -1156,7 +1156,7 @@ current_date < 2017-11-17
Create a general mechanism that supports casts to and from the
Create a general mechanism that supports casts to and from the
standard string types (<type>TEXT</type>, <type>VARCHAR</type>,
standard string types (<type>TEXT</type>, <type>VARCHAR</type>,
<type>CHAR</type>) for <emphasis>every</emphasis> datatype, by
<type>CHAR</type>) for <emphasis>every</emphasis> datatype, by
invoking the datatype's I/O functions (Tom)
invoking the datatype's I/O functions (Tom)
XXX examples?
</para>
</para>
<para>
<para>
...
@@ -1179,7 +1179,8 @@ current_date < 2017-11-17
...
@@ -1179,7 +1179,8 @@ current_date < 2017-11-17
comparisons, if the data types have compatible hash functions.
comparisons, if the data types have compatible hash functions.
Currently, cross-data-type hashing support exists for
Currently, cross-data-type hashing support exists for
<type>smallint</type>/<type>integer</type>/<type>bigint</type>,
<type>smallint</type>/<type>integer</type>/<type>bigint</type>,
and for <type>float4</type>/<type>float8</type>.
and for <type>float4</type>/<type>float8</type>. XXX how do you do
hash aggregate two different data types
</para>
</para>
</listitem>
</listitem>
...
@@ -1197,8 +1198,8 @@ current_date < 2017-11-17
...
@@ -1197,8 +1198,8 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Improve performance when planning large inheritance trees in
which
Improve performance when planning large inheritance trees in
most tables are excluded by constraints (Tom)
cases where
most tables are excluded by constraints (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -1253,14 +1254,15 @@ current_date < 2017-11-17
...
@@ -1253,14 +1254,15 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add <literal>COST</literal> and <literal>ROWS</literal> options to
<command>CREATE/ALTER FUNCTION</command> now supports
<
command>CREATE/ALTER FUNCTION</command>
(Tom)
<
literal>COST</literal> and <literal>ROWS</literal> options
(Tom)
</para>
</para>
<para>
<para>
This allows simple control over the estimated cost of a function
<literal>COST</literal> allows specification of the cost of a
call and over the estimated number of rows returned by a
function call. <literal>ROWS</literal> allows specification of
set-returning function.
the average number or rows returned by a set-returning function.
These values are used by the optimizer in choosing the best plan.
</para>
</para>
</listitem>
</listitem>
...
@@ -1284,7 +1286,7 @@ current_date < 2017-11-17
...
@@ -1284,7 +1286,7 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
This allows a user-defined type to take a modifier,
as in
This allows a user-defined type to take a modifier,
like
<type>ssnum(7)</>. Previously only
<type>ssnum(7)</>. Previously only
predefined system data types could have modifiers.
predefined system data types could have modifiers.
</para>
</para>
...
@@ -1312,12 +1314,12 @@ current_date < 2017-11-17
...
@@ -1312,12 +1314,12 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Non-superuser database owners now
have privileges to add trusted
Non-superuser database owners now
are able to add trusted procedural
procedural languages in
their databases by default (Jeremy Drake)
languages to
their databases by default (Jeremy Drake)
</para>
</para>
<para>
<para>
While this is reasonably safe, some administrators m
ay
wish to
While this is reasonably safe, some administrators m
ight
wish to
revoke the privilege. It is controlled by
revoke the privilege. It is controlled by
<structname>pg_pltemplate</>.<structfield>tmpldbacreate</>.
<structname>pg_pltemplate</>.<structfield>tmpldbacreate</>.
</para>
</para>
...
@@ -1377,7 +1379,7 @@ current_date < 2017-11-17
...
@@ -1377,7 +1379,7 @@ current_date < 2017-11-17
<para>
<para>
Formerly, <command>CLUSTER</command> would discard all tuples
Formerly, <command>CLUSTER</command> would discard all tuples
that were committed dead, even if there were still transactions
that were committed dead, even if there were still transactions
that should be able to see them under
the
MVCC visibility rules.
that should be able to see them under MVCC visibility rules.
</para>
</para>
</listitem>
</listitem>
...
@@ -1396,14 +1398,14 @@ current_date < 2017-11-17
...
@@ -1396,14 +1398,14 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Fix <command>EXPLAIN</command> so it can show
more
complex plans
Fix <command>EXPLAIN</command> so it can show complex plans
accurately (Tom)
more
accurately (Tom)
</para>
</para>
<para>
<para>
References to subplan outputs are now always shown correctly,
References to subplan outputs are now always shown correctly,
instead of using <literal>?column<replaceable>N</>?</literal>
instead of using <literal>?column<replaceable>N</>?</literal>
when things got too complicated
.
for complicated cases
.
</para>
</para>
</listitem>
</listitem>
...
@@ -1425,7 +1427,7 @@ current_date < 2017-11-17
...
@@ -1425,7 +1427,7 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
Formerly, these commands accepted <
quote
>schema.relation</> but
Formerly, these commands accepted <
literal
>schema.relation</> but
ignored the schema part, which was confusing.
ignored the schema part, which was confusing.
</para>
</para>
</listitem>
</listitem>
...
@@ -1460,7 +1462,7 @@ current_date < 2017-11-17
...
@@ -1460,7 +1462,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add
Universally Unique Identifier (<type>UUID</>) data type (Gevik
Universally Unique Identifier (<type>UUID</>) data type (Gevik
Babakhani, Neil)
Babakhani, Neil)
</para>
</para>
...
@@ -1482,22 +1484,23 @@ current_date < 2017-11-17
...
@@ -1482,22 +1484,23 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add new regexp functions <function>regexp_matches()</function>,
Add new regular expression functions
<function>regexp_matches()</function>,
<function>regexp_split_to_array()</function>, and
<function>regexp_split_to_array()</function>, and
<function>regexp_split_to_table()</function> (Jeremy Drake, Neil)
<function>regexp_split_to_table()</function> (Jeremy Drake, Neil)
</para>
</para>
<para>
<para>
These functions provide extraction of reg
exp subexpressions
These functions provide extraction of reg
ular expression
and allow splitting a string using a POSIX
subexpressions and allow splitting a string using a POSIX regular
regular
expression.
expression.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <function>lo_truncate()</function> f
unction for large object
Add <function>lo_truncate()</function> f
or large object truncation
truncation
(Kris Jurka)
(Kris Jurka)
</para>
</para>
</listitem>
</listitem>
...
@@ -1516,12 +1519,11 @@ current_date < 2017-11-17
...
@@ -1516,12 +1519,11 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
The first request for statistics in a transaction takes a
The first request for statistics in a transaction takes a statistics
statistics snapshot that doesn't change during the transaction.
snapshot that does not change during the transaction. This function
This function allows the snapshot to be discarded and a new
allows the snapshot to be discarded and a new snapshot loaded during
snapshot loaded during the next statistics query. This is
the next statistics query. This is particularly useful for PL/PgSQL
particularly useful for PL/PgSQL functions which are confined to
functions which are confined to a single transaction.
a single transaction.
</para>
</para>
</listitem>
</listitem>
...
@@ -1541,7 +1543,7 @@ current_date < 2017-11-17
...
@@ -1541,7 +1543,7 @@ current_date < 2017-11-17
<para>
<para>
Add <literal>ID</> (ISO day of week) and <literal>IDDD</> (ISO
Add <literal>ID</> (ISO day of week) and <literal>IDDD</> (ISO
day of year) format codes for <function>to_char()</>,
day of year) format codes for <function>to_char()</>,
<function>to_date()</> and <function>to_timestamp()</> (Brendan
<function>to_date()</>
,
and <function>to_timestamp()</> (Brendan
Jurd)
Jurd)
</para>
</para>
</listitem>
</listitem>
...
@@ -1560,17 +1562,16 @@ current_date < 2017-11-17
...
@@ -1560,17 +1562,16 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Fix off-by-one conversion in
Fix off-by-one conversion
error
in
<function>to_date()</function>/<function>to_timestamp()</function>
<function>to_date()</function>/<function>to_timestamp()</function>
<literal>D</> fields
<literal>D</> (non-ISO day of week) fields (Bruce)
(Bruce)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Fix <type>float4</type>/<type>float8</type> to handle
Fix <type>float4</type>/<type>float8</type> to handle
<literal>Infinity</> and <literal>NAN</> (
not a n
umber)
<literal>Infinity</> and <literal>NAN</> (
Not A N
umber)
consistently (Bruce)
consistently (Bruce)
</para>
</para>
...
@@ -1712,34 +1713,28 @@ current_date < 2017-11-17
...
@@ -1712,34 +1713,28 @@ current_date < 2017-11-17
</sect3>
</sect3>
<sect3>
<sect3>
<title>
PL/Perl Server-Side Language Chan
ges</title>
<title>
Changes to Other Server-Side Langua
ges</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Allow type-name arguments to
<function>spi_prepare()</function> to
Allow type-name arguments to
PL/Perl
be data type aliases in addition to nam
es in
<function>spi_prepare()</function> to be data type alias
es in
<literal>pg_type</literal> (Andrew)
addition to names in
<literal>pg_type</literal> (Andrew)
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</sect3>
<sect3>
<title>PL/Python Server-Side Language Changes</title>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Enable PL/PythonU to compile on Python 2.5 (Marko Kreen)
Allow type-name arguments to PL/Python
<function>plpy.prepare()</function> to be data type aliases in
addition to names in <literal>pg_type</literal> (Andrew)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow type-name arguments to
<function>plpy.prepare()</function> to
Allow type-name arguments to
PL/Tcl <function>spi_prepare</> to
be data type aliases in addition to names in
be data type aliases in addition to names in
<literal>pg_type</literal> (Andrew)
<literal>pg_type</literal> (Andrew)
</para>
</para>
...
@@ -1747,30 +1742,20 @@ current_date < 2017-11-17
...
@@ -1747,30 +1742,20 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Support a true boolean type in compatible Python versions
Enable PL/PythonU to compile on Python 2.5 (Marko Kreen)
(Python 2.3 and later) (Marko Kreen)
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</sect3>
<sect3>
<title>PL/Tcl Server-Side Language Changes</title>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Allow type-name arguments to <function>spi_prepare</> to
Support a true PL/Python boolean type in compatible Python versions
be data type aliases in addition to names in
(Python 2.3 and later) (Marko Kreen)
<literal>pg_type</literal> (Andrew)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Fix problems with thread-enabled <filename>libtcl</> spawning
Fix
PL/Tcl
problems with thread-enabled <filename>libtcl</> spawning
multiple threads within the backend (Steve Marshall, Paul Bayer,
multiple threads within the backend (Steve Marshall, Paul Bayer,
Doug Knight)
Doug Knight)
</para>
</para>
...
@@ -1797,22 +1782,22 @@ current_date < 2017-11-17
...
@@ -1797,22 +1782,22 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Show aggregate return types in <literal>\da</literal> output
In <literal>\d</literal> patterns, always match <literal>$</literal>
(Greg Sabino Mullane
)
literally (Tom
)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add the function's volatility to the output of
Show aggregate return types in <literal>\da</literal> output
<literal>\df+</literal> (Neil
)
(Greg Sabino Mullane
)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
In <literal>\d</literal> patterns, always match <literal>$</literal>
Add the function's volatility to the output of
literally (Tom
)
<literal>\df+</literal> (Neil
)
</para>
</para>
</listitem>
</listitem>
...
@@ -1899,7 +1884,7 @@ current_date < 2017-11-17
...
@@ -1899,7 +1884,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Improve performance when a database has
many
thousands of objects (Tom)
Improve performance when a database has thousands of objects (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -1921,10 +1906,15 @@ current_date < 2017-11-17
...
@@ -1921,10 +1906,15 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Enable server core dump generation in <application>pg_regress</> and
Enable server core dump generation in <application>pg_regress</>
provide an option to do so in <application>pg_ctl</>, where
on supported operating systems (Andrew)
supported by the operating system
</para>
(Andrew)
</listitem>
<listitem>
<para>
Add <application>pg_ctl</> <literal> option to control generation
of core dumps (Andrew)
</para>
</para>
</listitem>
</listitem>
...
@@ -2010,11 +2000,11 @@ current_date < 2017-11-17
...
@@ -2010,11 +2000,11 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
If this returns true after a
connection attempt fails
, a client
If this returns true after a
failed connection attempt
, a client
application should prompt the user for a password. In the past
application should prompt the user for a password. In the past
applications have had to check for a specific error message
applications have had to check for a specific error message
s to
string to decide whether a password is needed; that approach
decide whether a password is needed; that approach is now
is now
deprecated.
deprecated.
</para>
</para>
</listitem>
</listitem>
...
@@ -2050,7 +2040,7 @@ current_date < 2017-11-17
...
@@ -2050,7 +2040,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Make ecpg libraries export only
intended
API symbols (Michael)
Make ecpg libraries export only
necessary
API symbols (Michael)
</para>
</para>
</listitem>
</listitem>
...
@@ -2086,7 +2076,7 @@ current_date < 2017-11-17
...
@@ -2086,7 +2076,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add native shared memory implementation
for Windows
(Magnus)
Add native shared memory implementation (Magnus)
</para>
</para>
</listitem>
</listitem>
...
@@ -2211,7 +2201,7 @@ current_date < 2017-11-17
...
@@ -2211,7 +2201,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Create hooks to let a
loadable
plugin monitor (or even replace) the
Create hooks to let a
n external
plugin monitor (or even replace) the
planner and create plans for hypothetical situations (Gurjeet
planner and create plans for hypothetical situations (Gurjeet
Singh, Tom)
Singh, Tom)
</para>
</para>
...
...
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