Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Docs cleanup by Josh Kupershmidt | Daniele Varrazzo | 2011-11-01 | 4 | -17/+17 | |
| | ||||||
* | Fixed docs for the copy null parameter | Daniele Varrazzo | 2011-10-20 | 1 | -2/+4 | |
| | ||||||
* | Notice -> Note in the docs, and a handful of other typo fixed | Daniele Varrazzo | 2011-10-14 | 4 | -9/+9 | |
| | ||||||
* | Test and document the named cursor stealing technique | Daniele Varrazzo | 2011-10-14 | 1 | -1/+33 | |
| | ||||||
* | Fixed pasto in docs | Daniele Varrazzo | 2011-10-06 | 1 | -1/+1 | |
| | ||||||
* | Added new_array_type() function | Daniele Varrazzo | 2011-09-22 | 2 | -1/+21 | |
| | | | | Allows the creation of a generic array typecaster from Python. | |||||
* | Fixed doc blocks | Daniele Varrazzo | 2011-09-22 | 2 | -1/+4 | |
| | | | | Raise error with docutils 0.8.1. Probably docutils 0.7 was more lenient. | |||||
* | WITH HOLD documentation a argument parsing changes | Federico Di Gregorio | 2011-08-10 | 3 | -2/+31 | |
| | | | | Now any true value will do for the withhold parameter. | |||||
* | Added documentation for putconn's close parameter | Daniele Varrazzo | 2011-08-09 | 1 | -1/+3 | |
| | ||||||
* | Fixed adaptation doc example | Daniele Varrazzo | 2011-07-24 | 1 | -1/+1 | |
| | | | | Close ticket #63 | |||||
* | Aligned casing of isolation levels with PostgreSQL documentation | Federico Di Gregorio | 2011-06-12 | 1 | -3/+3 | |
| | ||||||
* | Introductory docs section on transaction control improved | Daniele Varrazzo | 2011-06-08 | 2 | -8/+18 | |
| | | | | | Added big fat warning about idle in transaction and reference to set_session(). | |||||
* | Method set_transaction() renamed to set_session() | Daniele Varrazzo | 2011-06-08 | 2 | -3/+3 | |
| | | | | | | In fact it doesn't change "the transaction", as there has to be no transaction when invoked. The effect instead is to execute SET SESSION CHARACTERISTICS. | |||||
* | Fixed documentation for COPY methods | Daniele Varrazzo | 2011-06-07 | 1 | -23/+30 | |
| | | | | The size parameter in copy_from was undocumented (ticket #59). | |||||
* | Avoid a deadlock using concurrent green threads on the same connection | Daniele Varrazzo | 2011-06-05 | 2 | -7/+5 | |
| | | | | | Use the async_cursor property to store an indication that something is running (even if it is not necessarily a cursor running the query). | |||||
* | Documentation for set_transaction() and autocommit improved | Daniele Varrazzo | 2011-06-03 | 2 | -8/+20 | |
| | ||||||
* | Adding docs for the planned set_transaction/autocommit features | Daniele Varrazzo | 2011-05-31 | 4 | -11/+86 | |
| | ||||||
* | Added documentation for the bytea parser | Daniele Varrazzo | 2011-03-26 | 2 | -12/+15 | |
| | ||||||
* | Don't limit the hstore search to the public schema only | Daniele Varrazzo | 2011-02-25 | 1 | -2/+2 | |
| | | | | | | Looks like there is a case for installing hstore somewhere else (see ticket #45). And after all the typecaster can be registered on a list of OIDs, so let's grab them all. | |||||
* | Raise an exception if the libpq fails to decode bytea in hex format | Daniele Varrazzo | 2011-02-23 | 1 | -0/+3 | |
| | ||||||
* | The cursor name can be a non-valid PostgreSQL identifier | Daniele Varrazzo | 2011-02-23 | 1 | -4/+17 | |
| | ||||||
* | Documentation cleanup | Daniele Varrazzo | 2011-02-19 | 11 | -112/+144 | |
| | | | | | Added several links to the Python documentation using the 'intersphinx' extension. | |||||
* | Display a note as a note in the cursor.lastrowid docs | Daniele Varrazzo | 2011-02-19 | 1 | -4/+6 | |
| | ||||||
* | Cursor docs reordered | Daniele Varrazzo | 2011-02-19 | 1 | -31/+32 | |
| | | | | | 'cast()' moved in the retrieval functions. Methods only defined for DBAPI compliance moved to the bottom. | |||||
* | Provide cursor.description as named tuple if possible | Daniele Varrazzo | 2011-02-19 | 1 | -4/+9 | |
| | | | | If namedtuple() is not available, use regular tuples. | |||||
* | Improved documentation for cursor.description | Daniele Varrazzo | 2011-02-17 | 1 | -16/+24 | |
| | | | | | Describe what actually happens between Psycopg and PostgreSQL, not the basic template copied from the DBAPI. | |||||
* | Added cursor.itersize | Daniele Varrazzo | 2011-02-17 | 2 | -12/+22 | |
| | | | | | | | The value is used to control the number of records to fetch per network roundtrip in named cursors iteration. Used to avoid the inefficient arraysize default of 1 without giving this value the magic meaning of 2000. | |||||
* | Documentation about new support for binary objects improved | Daniele Varrazzo | 2011-02-16 | 1 | -2/+9 | |
| | ||||||
* | Adapt bytearray and memoryview to bytes if available | Daniele Varrazzo | 2011-02-15 | 1 | -4/+19 | |
| | ||||||
* | Added FAQ entry about the PYTHON_EGG_CACHE problem | Daniele Varrazzo | 2011-02-15 | 1 | -2/+14 | |
| | ||||||
* | Dropped reference to release 2.3.3 in the docs | Daniele Varrazzo | 2011-02-15 | 4 | -7/+7 | |
| | ||||||
* | Document difference of string handling in Python 2/3 | Daniele Varrazzo | 2011-02-10 | 2 | -15/+39 | |
| | ||||||
* | Added FAQ point about bytea_output in PostgreSQL 9.0 | Daniele Varrazzo | 2011-02-10 | 1 | -0/+12 | |
| | ||||||
* | Improved adaptation documentation | Daniele Varrazzo | 2011-02-10 | 1 | -8/+27 | |
| | | | | Documented __conform__() and prepare(). | |||||
* | Merge branch 'python3' into python2 | Federico Di Gregorio | 2011-02-06 | 3 | -8/+40 | |
|\ | ||||||
| * | Added documentation for Unicode support in large object | Daniele Varrazzo | 2011-01-10 | 3 | -8/+40 | |
| | | | | | | | | Not implemented yet! | |||||
* | | Fetch 'arraysize' records per roundtrip in named cursors iteration | Daniele Varrazzo | 2011-02-05 | 1 | -0/+17 | |
|/ | | | | Closes ticket #33. | |||||
* | Added PostgreSQL composite types typecaster to Python tuples. | Daniele Varrazzo | 2011-01-02 | 2 | -1/+59 | |
| | ||||||
* | Added cursor.cast() method | Daniele Varrazzo | 2011-01-01 | 1 | -14/+28 | |
| | | | | | The method exposes the typecasters lookup algorithm. Useful to create recursive typecasters. | |||||
* | Added link to psycogreen. | Daniele Varrazzo | 2010-12-02 | 1 | -0/+6 | |
| | ||||||
* | Fixed index entries of green-related terms. | Daniele Varrazzo | 2010-12-02 | 1 | -1/+5 | |
| | ||||||
* | Typo/tenso fixed. | Daniele Varrazzo | 2010-12-02 | 1 | -2/+2 | |
| | ||||||
* | Added index entries under Adaptation for different objects. | Daniele Varrazzo | 2010-12-02 | 1 | -5/+7 | |
| | ||||||
* | Added documentation for ISQLQuote.prepare(). | Daniele Varrazzo | 2010-11-28 | 1 | -4/+18 | |
| | ||||||
* | Mention query cancelling in the release notes. | Daniele Varrazzo | 2010-11-28 | 1 | -1/+1 | |
| | ||||||
* | Support query cancellation. | Jan UrbaĆski | 2010-11-28 | 1 | -0/+20 | |
| | | | | | Add a cancel() method do the connection object that will interrupt the current query using the libpq PQcancel() function. | |||||
* | Fixed docs: the execute argument must be a sequence, not a tuple. | Daniele Varrazzo | 2010-11-19 | 2 | -2/+4 | |
| | ||||||
* | Moved links to PG docs from 8.4 to 9.0. | Daniele Varrazzo | 2010-11-17 | 1 | -2/+2 | |
| | ||||||
* | Refuse connection with server with protocol version 2. | Daniele Varrazzo | 2010-11-16 | 1 | -1/+3 | |
| | | | | | | | This cuts off server whose version is older than 7.4. But enables us to remove large portions of code rarely used and tested (e.g. p2 copy) and will allow us to drop the query we do at each connection to establish the client encoding and the datestyle. | |||||
* | Added version info to Xid object docs. | Daniele Varrazzo | 2010-11-08 | 1 | -0/+2 | |
| |