Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Notifcation example improved. | Daniele Varrazzo | 2010-11-08 | 1 | -12/+16 | |
| | ||||||
* | Typo fixed | Daniele Varrazzo | 2010-11-06 | 1 | -1/+1 | |
| | ||||||
* | Added NamedTupleCursor. | Daniele Varrazzo | 2010-11-06 | 1 | -10/+54 | |
| | ||||||
* | Docs expansions about thread/processes safety. | Daniele Varrazzo | 2010-11-05 | 3 | -19/+45 | |
| | ||||||
* | Updated version 2.2.3 -> 2.3 in the docs. | Daniele Varrazzo | 2010-11-05 | 5 | -8/+8 | |
| | ||||||
* | Payload default is the empty string. | Daniele Varrazzo | 2010-11-05 | 1 | -1/+1 | |
| | ||||||
* | Hstore documentation improved. | Daniele Varrazzo | 2010-11-05 | 1 | -9/+14 | |
| | ||||||
* | Added some documentation for the hstore adaptation. | Daniele Varrazzo | 2010-11-05 | 2 | -0/+34 | |
| | ||||||
* | Added documentation for the Xid object. | Daniele Varrazzo | 2010-11-05 | 3 | -19/+26 | |
| | ||||||
* | Added two-phase commit docunetation. | Daniele Varrazzo | 2010-11-05 | 3 | -1/+215 | |
| | ||||||
* | Added documentation for the Notify object. | Daniele Varrazzo | 2010-11-05 | 3 | -12/+26 | |
| | ||||||
* | Fixed versionchanged note on fractional time zone. | Daniele Varrazzo | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | A few doc fixes. | Daniele Varrazzo | 2010-10-08 | 1 | -5/+5 | |
| | ||||||
* | Added PostgreSQL 9.0 error codes. | Daniele Varrazzo | 2010-09-23 | 1 | -1/+1 | |
| | ||||||
* | Don't execute a ROLLBACK on close()/GC. | Daniele Varrazzo | 2010-09-23 | 1 | -2/+20 | |
| | | | | | | The command wasn't sent since 2.2.0 due to a bug, but after a ML discussion this behaviour proved more correct so the bug has become a feature. | |||||
* | Fixed typo in docs. | Daniele Varrazzo | 2010-09-23 | 1 | -1/+1 | |
| | ||||||
* | Refer to PostgreSQL 9.0 documentation. | Daniele Varrazzo | 2010-09-23 | 9 | -32/+32 | |
| | ||||||
* | Use stable anchors to reference PostgreSQL docs. | Daniele Varrazzo | 2010-09-23 | 4 | -12/+12 | |
| | ||||||
* | Added missing import required by Sphinx 1.0. | Daniele Varrazzo | 2010-08-05 | 1 | -0/+1 | |
| | ||||||
* | Typo fixed. | Daniele Varrazzo | 2010-08-04 | 1 | -1/+1 | |
| | ||||||
* | Applied spelling fixes patch from Peter Eisentraut | Federico Di Gregorio | 2010-07-18 | 1 | -1/+1 | |
| | ||||||
* | Dropped register_tstz_w_secs() implementation. | Daniele Varrazzo | 2010-05-20 | 1 | -0/+3 | |
| | | | | | The function is no-op now that the default type caster can deal with seconds in the tz offset. | |||||
* | Handle time zones with seconds in the UTC offset. | Daniele Varrazzo | 2010-05-20 | 1 | -0/+32 | |
| | | | | The offset is rounded to the nearest minute. | |||||
* | Fixed decimal to float recipe to avoid using FLOAT. | Daniele Varrazzo | 2010-05-15 | 1 | -3/+2 | |
| | | | | FLOAT seems not working with NULLs. | |||||
* | Added typecasters for arrays of specific MX/Py time-related types. | Daniele Varrazzo | 2010-05-15 | 1 | -0/+8 | |
| | ||||||
* | Typo fixed. | Daniele Varrazzo | 2010-05-15 | 1 | -1/+1 | |
| | ||||||
* | Dropped large object support when psycopg is in green mode. | Daniele Varrazzo | 2010-05-09 | 1 | -0/+3 | |
| | | | | | Async mode and large object are not compatible, albeit I haven't found an authoritative source yet. | |||||
* | Cleaned up documentation for connection status constants. | Daniele Varrazzo | 2010-04-23 | 1 | -13/+6 | |
| | | | | Dropped reference to unused/internal states. | |||||
* | Documentation about coroutines support reviewed. | Daniele Varrazzo | 2010-04-23 | 1 | -15/+17 | |
| | ||||||
* | Forbid COPY-related methods in green mode. | Daniele Varrazzo | 2010-04-21 | 1 | -0/+3 | |
| | | | | | | | | | With the current implementation, at best they would silently block. They actually hang everything. Implementation posponed after some refactoring of the polling system, because it will be probably possible to provide an implementation for 'poll()' during COPY which is good for both async and green modes. | |||||
* | Added documentation for the green features. | Daniele Varrazzo | 2010-04-21 | 4 | -5/+100 | |
| | ||||||
* | Notifications are automatically read after each query. | Daniele Varrazzo | 2010-04-21 | 1 | -5/+10 | |
| | | | | Added tests for basic notifications process. | |||||
* | Fixed documentation and example for asynchronous notifications. | Daniele Varrazzo | 2010-04-21 | 2 | -10/+17 | |
| | ||||||
* | Connection method 'executing()' renamed to 'isexecuting()'. | Daniele Varrazzo | 2010-04-21 | 2 | -2/+2 | |
| | ||||||
* | Connection method 'issync()' changed into the attribute 'async'. | Daniele Varrazzo | 2010-04-21 | 1 | -2/+2 | |
| | ||||||
* | Ensure to close the connections in the doctests to avoid deadlocks. | Daniele Varrazzo | 2010-04-21 | 4 | -0/+19 | |
| | ||||||
* | Fixed async documentation after cursor.poll() dropped. | Daniele Varrazzo | 2010-04-21 | 4 | -76/+86 | |
| | ||||||
* | FAQs grouped in themes. | Daniele Varrazzo | 2010-04-21 | 1 | -21/+43 | |
| | ||||||
* | Added recipe to get Python floats from Postgres decimals in the FAQ. | Daniele Varrazzo | 2010-04-14 | 1 | -0/+14 | |
| | ||||||
* | Typecasters section in the extensions doc reordered. | Daniele Varrazzo | 2010-04-14 | 1 | -12/+21 | |
| | ||||||
* | PY* and MX* typecasters imported into the extensions module. | Daniele Varrazzo | 2010-04-14 | 1 | -3/+20 | |
| | ||||||
* | DECIMAL typecaster imported into the extensions module. | Daniele Varrazzo | 2010-04-14 | 1 | -1/+6 | |
| | ||||||
* | Added documentation for the new asynchronous support. | Daniele Varrazzo | 2010-04-08 | 5 | -120/+172 | |
| | ||||||
* | Support large objects truncating. | Jan UrbaĆski | 2010-03-29 | 1 | -0/+13 | |
| | | | | | | The lobject.truncate(len=0) method will be available if psycopg2 has been built against libpq from 8.3 or later (which is when the lobject truncating support has been introduced). | |||||
* | A bunch of typo fixed in the docs | Daniele Varrazzo | 2010-03-03 | 5 | -19/+22 | |
| | ||||||
* | All the docs todo points dropped: todo list removed. | Daniele Varrazzo | 2010-02-26 | 2 | -3/+1 | |
| | ||||||
* | Added notes about stuff changed in ver. 2.0.14. | Daniele Varrazzo | 2010-02-26 | 2 | -8/+6 | |
| | ||||||
* | Use the default role for cross referencing Python objects. | Daniele Varrazzo | 2010-02-26 | 12 | -253/+253 | |
| | ||||||
* | Added documentation for the 'pool' module. | Daniele Varrazzo | 2010-02-26 | 3 | -3/+67 | |
| | ||||||
* | Added a couple more questions to the FAQ | Federico Di Gregorio | 2010-02-22 | 1 | -1/+23 | |
| |