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
0885dd15
Commit
0885dd15
authored
Mar 21, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 9.0 release notes xref's to HISTORY.html can be built.
Document this restriction.
parent
075d4412
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
21 deletions
+28
-21
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.0.sgml
+26
-19
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
No files found.
doc/src/sgml/release-9.0.sgml
View file @
0885dd15
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.
7 2010/03/21 02:24:29
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.
8 2010/03/21 22:12:27
momjian Exp $ -->
<sect1 id="release-9-0">
<sect1 id="release-9-0">
...
@@ -353,9 +353,9 @@
...
@@ -353,9 +353,9 @@
<para>
<para>
While the Genetic Query Optimizer (GEQO) still selects
While the Genetic Query Optimizer (GEQO) still selects
random plans, it now selects the same random plans for
random plans, it now selects the same random plans for
identical queries. You can modify <
xref
identical queries. You can modify <
link
linkend="guc-geqo-seed">
to
linkend="guc-geqo-seed">
geqo_seed</link> to randomize
randomize
the starting value of the random plan generator.
the starting value of the random plan generator.
</para>
</para>
</listitem>
</listitem>
...
@@ -941,9 +941,9 @@
...
@@ -941,9 +941,9 @@
</para>
</para>
<para>
<para>
log_*_stats log output, e.g. <
xref
log_*_stats log output, e.g. <
link
linkend="runtime-config-statistics-monitor">
, no longer shows
linkend="runtime-config-statistics-monitor">
log_statement_stats</link>,
this information.
no longer shows
this information.
</para>
</para>
</listitem>
</listitem>
...
@@ -1070,17 +1070,20 @@
...
@@ -1070,17 +1070,20 @@
</para>
</para>
<para>
<para>
The variable <xref linkend="guc-bytea-output"> controls if hex (default)
The variable <link
or octal escapes are used for <type>bytea</> output. (SWITCH
linkend="guc-bytea-output">bytea_output</link> controls
DEFAULT FOR BETA? PETER) Libpq's <function>PQescapeByteaConn()</>
if hex (default) or octal escapes are used for <type>bytea</>
now uses the hex format for <productname>PostgreSQL</> 9.0 servers.
output. (SWITCH DEFAULT FOR BETA? PETER) Libpq's
<function>PQescapeByteaConn()</> now uses the hex format
for <productname>PostgreSQL</> 9.0 servers.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow <xref linkend="guc-extra-float-digits"> to be increased to <literal>3</>
Allow <link
(Tom)
linkend="guc-extra-float-digits">extra_float_digits</link>
to be increased to <literal>3</> (Tom)
</para>
</para>
<para>
<para>
...
@@ -1472,13 +1475,17 @@
...
@@ -1472,13 +1475,17 @@
<listitem>
<listitem>
<para>
<para>
Add server variable <xref linkend="guc-plperl-on-init"> to specify a PL/Perl
Add server variable <link
Perl initialization function (Tim Bunce)
linkend="guc-plperl-on-init">plperl.on_init</link> to
specify a PL/Perl Perl initialization function (Tim
Bunce)
</para>
</para>
<para>
<para>
<xref linkend="guc-plperl-on-plperl-init"> and <varname>plperl.on_plperlu_init</>
<link
are also available for trusted/untrusted-specific initialization.
linkend="guc-plperl-on-plperl-init">plperl.on_plperl_init</link>
and <varname>plperl.on_plperlu_init</> are also available
for trusted/untrusted-specific initialization.
</para>
</para>
</listitem>
</listitem>
...
@@ -1504,8 +1511,8 @@
...
@@ -1504,8 +1511,8 @@
</para>
</para>
<para>
<para>
This can be enabled with the server variable <
xref
This can be enabled with the server variable <
link
linkend="guc-plperl-use-strict">.
linkend="guc-plperl-use-strict">
plperl.use_strict</link>
.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/release.sgml
View file @
0885dd15
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.63
7 2010/03/21 00:43:40
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.63
8 2010/03/21 22:12:27
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -30,7 +30,7 @@ wrap long lines
...
@@ -30,7 +30,7 @@ wrap long lines
For new features, add links to the documentation sections. Use </link>
For new features, add links to the documentation sections. Use </link>
not just </> so that generate_history.pl can remove it, so HISTORY.html
not just </> so that generate_history.pl can remove it, so HISTORY.html
can be created without links to the main documentation.
can be created without links to the main documentation.
Don't use <xref>.
-->
-->
...
...
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