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
9ddbbe95
Commit
9ddbbe95
authored
Oct 07, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In release notes, always use </link> rather than </>.
parent
5a05d18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
23 deletions
+25
-23
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+25
-23
No files found.
doc/src/sgml/release.sgml
View file @
9ddbbe95
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.46
5 2006/10/07 20:59:03 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.46
6 2006/10/07 22:06:25 momjian
Exp $ -->
<!--
Typical markup:
...
...
@@ -479,8 +479,8 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Add <literal>FILLFACTOR</> to <link
linkend="SQL-CREATETABLE">table</> and <link
linkend="SQL-CREATEINDEX">index</> creation (ITAGAKI
linkend="SQL-CREATETABLE">table</
link
> and <link
linkend="SQL-CREATEINDEX">index</
link
> creation (ITAGAKI
Takahiro)
</para>
...
...
@@ -520,7 +520,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Allow the planner to reorder <link linkend="queries-join">outer
joins</> in some circumstances (Tom)
joins</
link
> in some circumstances (Tom)
</para>
<para>
...
...
@@ -547,7 +547,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Improve planning of joins to <link linkend="ddl-inherit">inherited
tables</> and <link linkend="queries-union"><literal>UNION
tables</
link
> and <link linkend="queries-union"><literal>UNION
ALL</></link> views (Tom)
</para>
</listitem>
...
...
@@ -555,8 +555,8 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Allow <link linkend="guc-constraint-exclusion">constraint
exclusion</> to be applied to <link
linkend="ddl-inherit">inherited</> <command>UPDATE</> and
exclusion</
link
> to be applied to <link
linkend="ddl-inherit">inherited</
link
> <command>UPDATE</> and
<command>DELETE</> queries (Tom)
</para>
...
...
@@ -794,7 +794,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Add support for <link linkend="config-setting">include
directives</> in <filename>postgresql.conf</> (Joachim
directives</
link
> in <filename>postgresql.conf</> (Joachim
Wieland)
</para>
</listitem>
...
...
@@ -1093,7 +1093,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Add new aggregate creation <link
linkend="SQL-CREATEAGGREGATE">syntax</> (Tom)
linkend="SQL-CREATEAGGREGATE">syntax</
link
> (Tom)
</para>
<para>
...
...
@@ -1107,7 +1107,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</>
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</
link
>
now support multiple input parameters (Sergey Koposov, Tom)
</para>
</listitem>
...
...
@@ -1196,7 +1196,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Allow <link linkend="SQL-COMMENT">comments</> on global
Allow <link linkend="SQL-COMMENT">comments</
link
> on global
objects to be stored globally (Kris Jurka)
</para>
...
...
@@ -1232,7 +1232,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Provide <link linkend="functions-advisory-locks">advisory
locking</> functionality (Abhijit Menon-Sen, Tom)
locking</
link
> functionality (Abhijit Menon-Sen, Tom)
</para>
<para>
...
...
@@ -1415,7 +1415,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
New <link linkend="functions-geometry-op-table">operators</>
New <link linkend="functions-geometry-op-table">operators</
link
>
for array-subset comparisons (<literal>@></>,
<literal><@</>, <literal>&&</>) (Teodor, Tom)
</para>
...
...
@@ -1428,7 +1428,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Add convenient arithmetic <link
linkend="cidr-inet-operators-table">operations</> on
linkend="cidr-inet-operators-table">operations</
link
> on
<type>INET</>/<type>CIDR</> values (Stephen R. van den
Berg)
</para>
...
...
@@ -1444,7 +1444,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Add new aggregate <link
linkend="functions-aggregate-statistics-table">functions</>
linkend="functions-aggregate-statistics-table">functions</
link
>
from SQL2003 (Neil)
</para>
...
...
@@ -1479,7 +1479,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Allow <link linkend="SQL-CREATEDOMAIN">domains</> to be
Allow <link linkend="SQL-CREATEDOMAIN">domains</
link
> to be
created using other domains (Tom)
</para>
</listitem>
...
...
@@ -1881,7 +1881,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</>
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</
link
>
from <link
linkend="libpq-pgservice"><filename>pg_service.conf</></link>
(Laurenz Albe)
...
...
@@ -2133,7 +2133,7 @@ For new features, add links to the documentation sections.
<listitem>
<para>
Re-implement the <link linkend="regress">regression test</> script as a C program
Re-implement the <link linkend="regress">regression test</
link
> script as a C program
(Magnus, Tom)
</para>
</listitem>
...
...
@@ -2152,11 +2152,13 @@ For new features, add links to the documentation sections.
</para>
<para>
New <link linkend="xfunc-c-dynload">functions</> <function>_PG_init()</> and <function>_PG_fini()</>
are called if the library defines such symbols. Hence we
no longer need to specify an initialization function in
<varname>shared_preload_libraries</>; we can assume that the
library used the <function>_PG_init()</> convention instead.
New <link linkend="xfunc-c-dynload">functions</link>
<function>_PG_init()</> and <function>_PG_fini()</> are
called if the library defines such symbols. Hence we no
longer need to specify an initialization function in
<varname>shared_preload_libraries</>; we can assume that
the library used the <function>_PG_init()</> convention
instead.
</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