summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Notifcation example improved.Daniele Varrazzo2010-11-081-12/+16
|
* Typo fixedDaniele Varrazzo2010-11-061-1/+1
|
* Added NamedTupleCursor.Daniele Varrazzo2010-11-061-10/+54
|
* Docs expansions about thread/processes safety.Daniele Varrazzo2010-11-053-19/+45
|
* Updated version 2.2.3 -> 2.3 in the docs.Daniele Varrazzo2010-11-055-8/+8
|
* Payload default is the empty string.Daniele Varrazzo2010-11-051-1/+1
|
* Hstore documentation improved.Daniele Varrazzo2010-11-051-9/+14
|
* Added some documentation for the hstore adaptation.Daniele Varrazzo2010-11-052-0/+34
|
* Added documentation for the Xid object.Daniele Varrazzo2010-11-053-19/+26
|
* Added two-phase commit docunetation.Daniele Varrazzo2010-11-053-1/+215
|
* Added documentation for the Notify object.Daniele Varrazzo2010-11-053-12/+26
|
* Fixed versionchanged note on fractional time zone.Daniele Varrazzo2010-10-311-1/+1
|
* A few doc fixes.Daniele Varrazzo2010-10-081-5/+5
|
* Added PostgreSQL 9.0 error codes.Daniele Varrazzo2010-09-231-1/+1
|
* Don't execute a ROLLBACK on close()/GC.Daniele Varrazzo2010-09-231-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 Varrazzo2010-09-231-1/+1
|
* Refer to PostgreSQL 9.0 documentation.Daniele Varrazzo2010-09-239-32/+32
|
* Use stable anchors to reference PostgreSQL docs.Daniele Varrazzo2010-09-234-12/+12
|
* Added missing import required by Sphinx 1.0.Daniele Varrazzo2010-08-051-0/+1
|
* Typo fixed.Daniele Varrazzo2010-08-041-1/+1
|
* Applied spelling fixes patch from Peter EisentrautFederico Di Gregorio2010-07-181-1/+1
|
* Dropped register_tstz_w_secs() implementation.Daniele Varrazzo2010-05-201-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 Varrazzo2010-05-201-0/+32
| | | | The offset is rounded to the nearest minute.
* Fixed decimal to float recipe to avoid using FLOAT.Daniele Varrazzo2010-05-151-3/+2
| | | | FLOAT seems not working with NULLs.
* Added typecasters for arrays of specific MX/Py time-related types.Daniele Varrazzo2010-05-151-0/+8
|
* Typo fixed.Daniele Varrazzo2010-05-151-1/+1
|
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-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 Varrazzo2010-04-231-13/+6
| | | | Dropped reference to unused/internal states.
* Documentation about coroutines support reviewed.Daniele Varrazzo2010-04-231-15/+17
|
* Forbid COPY-related methods in green mode.Daniele Varrazzo2010-04-211-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 Varrazzo2010-04-214-5/+100
|
* Notifications are automatically read after each query.Daniele Varrazzo2010-04-211-5/+10
| | | | Added tests for basic notifications process.
* Fixed documentation and example for asynchronous notifications.Daniele Varrazzo2010-04-212-10/+17
|
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-212-2/+2
|
* Connection method 'issync()' changed into the attribute 'async'.Daniele Varrazzo2010-04-211-2/+2
|
* Ensure to close the connections in the doctests to avoid deadlocks.Daniele Varrazzo2010-04-214-0/+19
|
* Fixed async documentation after cursor.poll() dropped.Daniele Varrazzo2010-04-214-76/+86
|
* FAQs grouped in themes.Daniele Varrazzo2010-04-211-21/+43
|
* Added recipe to get Python floats from Postgres decimals in the FAQ.Daniele Varrazzo2010-04-141-0/+14
|
* Typecasters section in the extensions doc reordered.Daniele Varrazzo2010-04-141-12/+21
|
* PY* and MX* typecasters imported into the extensions module.Daniele Varrazzo2010-04-141-3/+20
|
* DECIMAL typecaster imported into the extensions module.Daniele Varrazzo2010-04-141-1/+6
|
* Added documentation for the new asynchronous support.Daniele Varrazzo2010-04-085-120/+172
|
* Support large objects truncating.Jan UrbaƄski2010-03-291-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 docsDaniele Varrazzo2010-03-035-19/+22
|
* All the docs todo points dropped: todo list removed.Daniele Varrazzo2010-02-262-3/+1
|
* Added notes about stuff changed in ver. 2.0.14.Daniele Varrazzo2010-02-262-8/+6
|
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-2612-253/+253
|
* Added documentation for the 'pool' module.Daniele Varrazzo2010-02-263-3/+67
|
* Added a couple more questions to the FAQFederico Di Gregorio2010-02-221-1/+23
|