|
8 | 8 | <title>Release Date</title> |
9 | 9 | <simpara>2012-??-??</simpara> |
10 | 10 | <simpara>CURRENT AS OF 2012-05-09</simpara> |
11 | | - |
12 | 11 | </note> |
13 | 12 |
|
14 | 13 | <sect2> |
|
2355 | 2354 |
|
2356 | 2355 | <listitem> |
2357 | 2356 | <para> |
2358 | | - Add a row processor <acronym>API</acronym> to libpq for better |
2359 | | - handling of large result sets (Kyotaro Horiguchi) |
| 2357 | + Add a <link linkend="libpq-single-row-mode">single-row processing |
| 2358 | + mode</link> to libpq for better handling of large result sets |
| 2359 | + (Kyotaro Horiguchi, Marko Kreen) |
2360 | 2360 | </para> |
2361 | 2361 |
|
2362 | 2362 | <para> |
2363 | | - Previously, libpq collected the entire query resultinto memory |
| 2363 | + Previously, libpqalwayscollected the entire query resultin memory |
2364 | 2364 | before passing it back to the application. |
2365 | 2365 | </para> |
2366 | 2366 | </listitem> |
|
2540 | 2540 |
|
2541 | 2541 | <listitem> |
2542 | 2542 | <para> |
2543 | | - Improve efficiency of <link linkend="dblink">dblink</link> by |
2544 | | -usinglibpq's new rowprocessor <acronym>API</acronym> (Kyotaro |
2545 | | -Horiguchi) |
| 2543 | + Improve efficiency of <link linkend="dblink">dblink</link> by using |
| 2544 | + libpq's newsingle-rowprocessing mode (Kyotaro Horiguchi, Marko |
| 2545 | +Kreen) |
2546 | 2546 | </para> |
2547 | 2547 |
|
2548 | 2548 | <para> |
2549 | | - Thiscannot be used by |
| 2549 | + Thisimprovement does not apply to |
2550 | 2550 | <function>dblink_send_query()</>/<function>dblink_get_result()</>. |
2551 | 2551 | </para> |
2552 | 2552 | </listitem> |
|