Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
87a23795
Commit
87a23795
authored
12 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Update release notes for libpq feature change.
parent
ea56ed9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.2.sgml
+8
-8
8 additions, 8 deletions
doc/src/sgml/release-9.2.sgml
with
8 additions
and
8 deletions
doc/src/sgml/release-9.2.sgml
+
8
−
8
View file @
87a23795
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
<title>Release Date</title>
<title>Release Date</title>
<simpara>2012-??-??</simpara>
<simpara>2012-??-??</simpara>
<simpara>CURRENT AS OF 2012-05-09</simpara>
<simpara>CURRENT AS OF 2012-05-09</simpara>
</note>
</note>
<sect2>
<sect2>
...
@@ -2355,12 +2354,13 @@
...
@@ -2355,12 +2354,13 @@
<listitem>
<listitem>
<para>
<para>
Add a row processor <acronym>API</acronym> to libpq for better
Add a <link linkend="libpq-single-row-mode">single-row processing
handling of large result sets (Kyotaro Horiguchi)
mode</link> to libpq for better handling of large result sets
(Kyotaro Horiguchi, Marko Kreen)
</para>
</para>
<para>
<para>
Previously, libpq collected the entire query result in
to
memory
Previously, libpq
always
collected the entire query result in memory
before passing it back to the application.
before passing it back to the application.
</para>
</para>
</listitem>
</listitem>
...
@@ -2540,13 +2540,13 @@
...
@@ -2540,13 +2540,13 @@
<listitem>
<listitem>
<para>
<para>
Improve efficiency of <link linkend="dblink">dblink</link> by
Improve efficiency of <link linkend="dblink">dblink</link> by
using
using
libpq's new row process
or <acronym>API</acronym> (Kyotar
o
libpq's new
single-
row process
ing mode (Kyotaro Horiguchi, Mark
o
Horiguchi
)
Kreen
)
</para>
</para>
<para>
<para>
This
cannot be used by
This
improvement does not apply to
<function>dblink_send_query()</>/<function>dblink_get_result()</>.
<function>dblink_send_query()</>/<function>dblink_get_result()</>.
</para>
</para>
</listitem>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment