| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | plpython: Add SPI cursor support | Peter Eisentraut | 2011-12-05 | 1 | -0/+52 |
| | | | | | | | | Add a function plpy.cursor that is similar to plpy.execute but uses an SPI cursor to avoid fetching the entire result set into memory. Jan Urbański, reviewed by Steve Singer | ||||
| * | PL/Python explicit subtransactions | Peter Eisentraut | 2011-02-27 | 1 | -0/+244 |
| Adds a context manager, obtainable by plpy.subtransaction(), to run a group of statements in a subtransaction. Jan Urbański, reviewed by Steve Singer, additional scribbling by me | |||||
