| Age | Commit message (Collapse) | Author |
|
after values() and values_list().
Backport of d97f026a7ab5212192426e45121f7a52751a2044 from master
|
|
Backport of 6cb6382639cbd29c8348b42c4d43b02c950eff3a from master
|
|
PostgreSQL.
When a connection pooler is set up in transaction pooling mode, queries
relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS
setting in DATABASES disables server-side cursors for this use case.
Backport of 88336fdbb5e101fa25825b737169c0d6af2faa93 from master
|
|
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|