Release Date
2012-??-??
CURRENT AS OF 2012-05-09
-
- Add a row processor
API to libpq for better
- handling of large result sets (Kyotaro Horiguchi)
+ Add a single-row processing
+ mode to libpq for better handling of large result sets
+ (Kyotaro Horiguchi, Marko Kreen)
- Previously, libpq collected the entire query result into memory
+ Previously, libpq always collected the entire query result in memory
before passing it back to the application.
- Improve efficiency of dblink by
-
using libpq's new row processor API (Kyotaro
- Horiguchi)
+ Improve efficiency of dblink by using
+ libpq's new single-row processing mode (Kyotaro Horiguchi, Marko
+ Kreen)
- This cannot be used by
+ This improvement does not apply to
dblink_send_query()>/dblink_get_result()>.