Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'dead-bytes' into devel | Daniele Varrazzo | 2013-03-16 | 1 | -3/+1 | |
|\ \ | ||||||
| * | | Dropped Zope support | Daniele Varrazzo | 2012-12-03 | 1 | -3/+1 | |
| | | | ||||||
* | | | docs: grammar fix in extras.rst | Idan Kamara | 2013-03-06 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Improvements to the connect() docs | Daniele Varrazzo | 2013-01-09 | 1 | -10/+32 | |
| | | | | | | | | | | | | | | | | | | - links updated to the current PG docs, which include the syntax as url and lists the parameters in a separate chapter - more evident links to the PG docs - mutually exclusive use of dsn and **kwargs specified See ticket #143 | |||||
* | | Fixed interactive sessions docs examples | Daniele Varrazzo | 2013-01-09 | 1 | -2/+2 | |
| | | ||||||
* | | Added documentation for the with statement | Daniele Varrazzo | 2012-12-03 | 3 | -0/+37 | |
|/ | ||||||
* | Splitting the release of new features in version 2.5 | Daniele Varrazzo | 2012-12-03 | 3 | -7/+7 | |
| | ||||||
* | Fixed a couple of terms in the docs | Daniele Varrazzo | 2012-11-12 | 1 | -2/+2 | |
| | | | | After Pierre-Louis Bonicoli's suggestions in ticket #138. | |||||
* | Added note about the adapted attribute in the module-level wrappers | Daniele Varrazzo | 2012-10-27 | 1 | -11/+17 | |
| | | | | | Specifying it otherwise people expects the wrappers to have full datetime semantics: see ticket #136. | |||||
* | Clarification in copy_expert docs | Daniele Varrazzo | 2012-10-15 | 1 | -2/+11 | |
| | | | | Closes ticket #134. | |||||
* | Copyright bumped to 2012 in docs pages | Daniele Varrazzo | 2012-10-07 | 1 | -1/+1 | |
| | ||||||
* | Docs front page adjustments | Daniele Varrazzo | 2012-10-07 | 1 | -12/+14 | |
| | ||||||
* | Added install section to the manual | Daniele Varrazzo | 2012-10-07 | 4 | -0/+269 | |
| | ||||||
* | Merge branch 'range-type' into devel | Daniele Varrazzo | 2012-09-27 | 1 | -0/+83 | |
|\ | ||||||
| * | Grammar correction for RangeCaster.array_typecaster | Daniele Varrazzo | 2012-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Added documentation for range types and adaptation | Daniele Varrazzo | 2012-09-24 | 1 | -0/+83 | |
| | | ||||||
* | | Merge branch 'json' into devel | Daniele Varrazzo | 2012-09-27 | 1 | -0/+88 | |
|\ \ | ||||||
| * | | Json documentation improved | Daniele Varrazzo | 2012-09-24 | 1 | -9/+65 | |
| | | | ||||||
| * | | Dropped keywords passthrough in Json adapter | Daniele Varrazzo | 2012-09-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass a dumps function instead. Allow customizing by either arg passing or subclassing. The basic Json class now raises ImportError on getquoted() if json is not available, thus allowing using a customized Json subclass even when the json module is not available. | |||||
| * | | Added register_default_json() function | Daniele Varrazzo | 2012-09-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | Register a typecaster for PostgreSQL 9.2 json. | |||||
| * | | Added json typecaster | Daniele Varrazzo | 2012-09-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | Added Json adapter | Daniele Varrazzo | 2012-09-19 | 1 | -0/+27 | |
| |/ | ||||||
* | | Merge branch 'composite-custom' into devel | Daniele Varrazzo | 2012-09-27 | 1 | -2/+67 | |
|\ \ | ||||||
| * | | Added schema attribute to CompositeCaster | Daniele Varrazzo | 2012-09-22 | 1 | -0/+6 | |
| | | | ||||||
| * | | Info about versions history moved from code to docs | Daniele Varrazzo | 2012-09-22 | 1 | -0/+6 | |
| | | | ||||||
| * | | Added documentation about CompositeCaster subclassing | Daniele Varrazzo | 2012-09-22 | 1 | -2/+55 | |
| |/ | ||||||
* | | Info about hstore versions history moved from code to docs | Daniele Varrazzo | 2012-09-22 | 1 | -0/+9 | |
|/ | ||||||
* | Fixed note on rollback on close in the doc | Daniele Varrazzo | 2012-09-18 | 1 | -1/+1 | |
| | | | | | It's not like we call "rollback()": we close the connection and the backend rolls back on its own. It may have differences, e.g. conn poolers. | |||||
* | Fixed smell of pizza in the docs | Daniele Varrazzo | 2012-09-18 | 1 | -2/+2 | |
| | ||||||
* | Added documentation for scrollable cursors | Daniele Varrazzo | 2012-08-15 | 3 | -15/+52 | |
| | ||||||
* | Fixed incorrect and outdated connection.commit() doc | Daniele Varrazzo | 2012-07-27 | 1 | -6/+12 | |
| | ||||||
* | grammar | Brian Sutherland | 2012-07-27 | 1 | -4/+4 | |
| | ||||||
* | Fixed typo in docs | Daniele Varrazzo | 2012-07-08 | 1 | -1/+1 | |
| | | | | Ticket #115 closed. | |||||
* | Added %% use to the docs | Daniele Varrazzo | 2012-05-29 | 1 | -0/+3 | |
| | ||||||
* | Fixed text docs build on Python 3 | Daniele Varrazzo | 2012-04-11 | 1 | -6/+13 | |
| | | | | Thanks to Arfrever for the patch (ticket #107). | |||||
* | All the FAQ have they own id that can be used in URLs to refer to | Daniele Varrazzo | 2012-03-09 | 1 | -0/+53 | |
| | ||||||
* | Added more information about the case of the missing lo_truncate | Daniele Varrazzo | 2012-03-09 | 2 | -0/+25 | |
| | | | | After some ML message and ticket #104. | |||||
* | Update all links to PostgreSQL docs to the current version. | Marti Raudsepp | 2012-02-28 | 11 | -59/+59 | |
| | | | | I also checked all links and anchors to make sure they're still valid. | |||||
* | Added docs about how to create a generic array typecaster | Daniele Varrazzo | 2012-02-24 | 3 | -1/+30 | |
| | ||||||
* | Added support for inet array | Daniele Varrazzo | 2012-02-23 | 1 | -1/+2 | |
| | ||||||
* | Typos fixed in copy methods | Daniele Varrazzo | 2012-02-23 | 1 | -2/+2 | |
| | ||||||
* | Added doc for Error.cursor | Daniele Varrazzo | 2012-01-19 | 1 | -18/+17 | |
| | ||||||
* | Fixed doc for supported PG versions in errorcodes table | Daniele Varrazzo | 2011-12-16 | 1 | -1/+1 | |
| | ||||||
* | Docs typo fixed | Daniele Varrazzo | 2011-12-16 | 1 | -2/+2 | |
| | ||||||
* | Improvements to the docs homepage after Bucko's proofreading | Daniele Varrazzo | 2011-12-15 | 1 | -11/+12 | |
| | ||||||
* | Docs homepage refreshed with new bragging and links | Daniele Varrazzo | 2011-12-15 | 2 | -8/+22 | |
| | ||||||
* | 'register_composite()' also works with tables | Daniele Varrazzo | 2011-12-15 | 1 | -2/+3 | |
| | | | | Skip dropped and hidden columns when inspecting the schema. | |||||
* | Typo fixed writeable -> writable | Daniele Varrazzo | 2011-12-11 | 1 | -1/+1 | |
| | | | | Closes ticket #79. | |||||
* | connect() supports generic keyword arguments passed to the dsn | Daniele Varrazzo | 2011-11-17 | 1 | -5/+15 | |
| | ||||||
* | Documentation for the isolation level constants updated | Daniele Varrazzo | 2011-11-17 | 2 | -16/+51 | |
| | | | | | REPEATABLE READ and SERIALIZABLE are no more synonyms since PostgreSQL 9.1, and in Psycopg values are different since 2.4.2. |