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
e91f2bb3
Commit
e91f2bb3
authored
Aug 16, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release notes: Update to 9.3 git current
Backpatch to 9.3, of course.
parent
2dee7998
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
2 deletions
+37
-2
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.3.sgml
+37
-2
No files found.
doc/src/sgml/release-9.3.sgml
View file @
e91f2bb3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<note>
<note>
<title>Release Date</title>
<title>Release Date</title>
<simpara>2013-XX-XX, CURRENT AS OF 2013-0
5-03
</simpara>
<simpara>2013-XX-XX, CURRENT AS OF 2013-0
8-16
</simpara>
</note>
</note>
<sect2>
<sect2>
...
@@ -139,6 +139,33 @@
...
@@ -139,6 +139,33 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Allow <link
linkend="functions-formatting-table"><function>to_char()</></link>
to properly handle <literal>D</> (locale-specific decimal point) and
<literal>FM</> (fill mode) specifications in locales where a
period is a group separator and not a decimal point (Tom Lane)
</para>
<para>
Previously, a period group separator would be misinterpreted as
a decimal point in such locales.
</para>
</listitem>
<listitem>
<para>
Fix <literal>STRICT</> non-set-returning functions that take
set-returning functions as arguments to properly return null
rows (Tom Lane)
</para>
<para>
Previously, rows with null values were suppressed.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
...
@@ -1116,6 +1143,14 @@
...
@@ -1116,6 +1143,14 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Allow PL/pgSQL to access <link
linkend="libpq-pqresulterrorfield">constraint violation
details</link> as separate fields (Pavel Stehule)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
...
@@ -1773,7 +1808,7 @@
...
@@ -1773,7 +1808,7 @@
<listitem>
<listitem>
<para>
<para>
Allow <application>pg_upgrade</> <option>--jobs</> to do
Allow <application>pg_upgrade</> <option>--jobs</> to do
parallelism (Bruce Momjian)
parallelism (Bruce Momjian
, Andrew Dunstan
)
</para>
</para>
<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