summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'dead-bytes' into develDaniele Varrazzo2013-03-161-3/+1
|\ \
| * | Dropped Zope supportDaniele Varrazzo2012-12-031-3/+1
| | |
* | | docs: grammar fix in extras.rstIdan Kamara2013-03-061-1/+1
| |/ |/|
* | Improvements to the connect() docsDaniele Varrazzo2013-01-091-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 examplesDaniele Varrazzo2013-01-091-2/+2
| |
* | Added documentation for the with statementDaniele Varrazzo2012-12-033-0/+37
|/
* Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-033-7/+7
|
* Fixed a couple of terms in the docsDaniele Varrazzo2012-11-121-2/+2
| | | | After Pierre-Louis Bonicoli's suggestions in ticket #138.
* Added note about the adapted attribute in the module-level wrappersDaniele Varrazzo2012-10-271-11/+17
| | | | | Specifying it otherwise people expects the wrappers to have full datetime semantics: see ticket #136.
* Clarification in copy_expert docsDaniele Varrazzo2012-10-151-2/+11
| | | | Closes ticket #134.
* Copyright bumped to 2012 in docs pagesDaniele Varrazzo2012-10-071-1/+1
|
* Docs front page adjustmentsDaniele Varrazzo2012-10-071-12/+14
|
* Added install section to the manualDaniele Varrazzo2012-10-074-0/+269
|
* Merge branch 'range-type' into develDaniele Varrazzo2012-09-271-0/+83
|\
| * Grammar correction for RangeCaster.array_typecasterDaniele Varrazzo2012-09-241-1/+1
| |
| * Added documentation for range types and adaptationDaniele Varrazzo2012-09-241-0/+83
| |
* | Merge branch 'json' into develDaniele Varrazzo2012-09-271-0/+88
|\ \
| * | Json documentation improvedDaniele Varrazzo2012-09-241-9/+65
| | |
| * | Dropped keywords passthrough in Json adapterDaniele Varrazzo2012-09-191-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() functionDaniele Varrazzo2012-09-191-0/+2
| | | | | | | | | | | | Register a typecaster for PostgreSQL 9.2 json.
| * | Added json typecasterDaniele Varrazzo2012-09-191-0/+2
| | |
| * | Added Json adapterDaniele Varrazzo2012-09-191-0/+27
| |/
* | Merge branch 'composite-custom' into develDaniele Varrazzo2012-09-271-2/+67
|\ \
| * | Added schema attribute to CompositeCasterDaniele Varrazzo2012-09-221-0/+6
| | |
| * | Info about versions history moved from code to docsDaniele Varrazzo2012-09-221-0/+6
| | |
| * | Added documentation about CompositeCaster subclassingDaniele Varrazzo2012-09-221-2/+55
| |/
* | Info about hstore versions history moved from code to docsDaniele Varrazzo2012-09-221-0/+9
|/
* Fixed note on rollback on close in the docDaniele Varrazzo2012-09-181-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 docsDaniele Varrazzo2012-09-181-2/+2
|
* Added documentation for scrollable cursorsDaniele Varrazzo2012-08-153-15/+52
|
* Fixed incorrect and outdated connection.commit() docDaniele Varrazzo2012-07-271-6/+12
|
* grammarBrian Sutherland2012-07-271-4/+4
|
* Fixed typo in docsDaniele Varrazzo2012-07-081-1/+1
| | | | Ticket #115 closed.
* Added %% use to the docsDaniele Varrazzo2012-05-291-0/+3
|
* Fixed text docs build on Python 3Daniele Varrazzo2012-04-111-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 toDaniele Varrazzo2012-03-091-0/+53
|
* Added more information about the case of the missing lo_truncateDaniele Varrazzo2012-03-092-0/+25
| | | | After some ML message and ticket #104.
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-2811-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 typecasterDaniele Varrazzo2012-02-243-1/+30
|
* Added support for inet arrayDaniele Varrazzo2012-02-231-1/+2
|
* Typos fixed in copy methodsDaniele Varrazzo2012-02-231-2/+2
|
* Added doc for Error.cursorDaniele Varrazzo2012-01-191-18/+17
|
* Fixed doc for supported PG versions in errorcodes tableDaniele Varrazzo2011-12-161-1/+1
|
* Docs typo fixedDaniele Varrazzo2011-12-161-2/+2
|
* Improvements to the docs homepage after Bucko's proofreadingDaniele Varrazzo2011-12-151-11/+12
|
* Docs homepage refreshed with new bragging and linksDaniele Varrazzo2011-12-152-8/+22
|
* 'register_composite()' also works with tablesDaniele Varrazzo2011-12-151-2/+3
| | | | Skip dropped and hidden columns when inspecting the schema.
* Typo fixed writeable -> writableDaniele Varrazzo2011-12-111-1/+1
| | | | Closes ticket #79.
* connect() supports generic keyword arguments passed to the dsnDaniele Varrazzo2011-11-171-5/+15
|
* Documentation for the isolation level constants updatedDaniele Varrazzo2011-11-172-16/+51
| | | | | REPEATABLE READ and SERIALIZABLE are no more synonyms since PostgreSQL 9.1, and in Psycopg values are different since 2.4.2.