summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * timetz adaptation documentedDaniele Varrazzo2014-12-251-2/+3
| |
* | Added documentation about the lo64 supportDaniele Varrazzo2014-12-253-17/+57
|/
* Correction to type adaption example, making it more transparentAsmund Tokheim2014-11-021-1/+3
|
* In 2010 I couldn't speak EnglishDaniele Varrazzo2014-09-161-11/+13
|
* Fix typo in docsTomer Chachamu2014-09-011-2/+2
|
* Added plural version of the tickets roleDaniele Varrazzo2014-08-311-25/+32
|
* Point tickets to GitHub instead of LighthouseDaniele Varrazzo2014-08-312-3/+18
| | | | | Keep into account the numbers reshuffling: Lighthouse bugs with a number matching a GitHub merge request are shifted ahead.
* Use virtualenv as build environment for the docsDaniele Varrazzo2014-08-242-6/+16
|
* Self-updating copyright year in docsDaniele Varrazzo2014-08-241-1/+3
|
* Document we known 9.4 errorcodesDaniele Varrazzo2014-08-241-1/+1
|
* Move the `extras` module up in the docsDaniele Varrazzo2014-08-241-1/+1
| | | | It is more interesting than `tz` and `pool`.
* Fixed doc example about Error attributesDaniele Varrazzo2014-08-241-21/+22
| | | | | | Catch the Error, not everything! Also, whitespaces.
* Dropped outdated HACKING fileDaniele Varrazzo2014-08-241-43/+0
|
* Added info about running the test suite in the docsDaniele Varrazzo2014-08-241-2/+29
| | | | | They were in the INSTALL file, which is quite out-of-date now. Also fixed a couple of other things.
* Document PostgreSQL 9.4 as supportedDaniele Varrazzo2014-08-131-1/+1
| | | | | | | Actually there is a test failing in the test suite in PG 9.4beta2, but it's probably because the default logging level is to DEBUG. Will wait for the final release to check if the test is to be fixed. All other tests pass no problem.
* Added jsonb docsDaniele Varrazzo2014-08-132-15/+39
|
* Added name param to register_json()Daniele Varrazzo2014-08-131-0/+3
|
* Fix supported Py/PG versions in docsDaniele Varrazzo2014-08-041-2/+5
|
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-311-1/+1
| | | | | There is no new errcode defined so no need to release this as a change, only change the docs.
* Add a few missing errcodesDaniele Varrazzo2014-07-311-1/+1
| | | | | They are used in the code but not defined in the SGML docs so the script failed to parse them.
* set_session() params documented in a more Python-friendly wayDaniele Varrazzo2014-05-051-1/+2
|
* Don't specify 0 or 1 in closed docsDaniele Varrazzo2014-04-051-2/+2
| | | | | There's also 2 which means broken. But I prefer to leave that as implementation detail.
* Clarify in the docs that mogrify() and query always return bytesDaniele Varrazzo2014-04-031-3/+5
|
* Explicit the fact that closed connections have undefined statusDaniele Varrazzo2014-04-031-0/+2
|
* Docs wordsmithing about Range orderDaniele Varrazzo2014-02-221-5/+8
|
* documentation changes now that Range objects can be orderedChris Withers2014-02-181-1/+6
|
* Added doc notes about how to avoid JSON parsingDaniele Varrazzo2014-01-142-1/+27
| | | | | Added FAQ too as it has bitten more than one user (see tickets #172, #190).
* Typo fixes and improvements to new_array_type() docsDaniele Varrazzo2013-10-211-6/+7
|
* Use bytestrings in infinite dates adapter exampleDaniele Varrazzo2013-10-211-2/+2
| | | | Returning strings would result in unclear tracebacks on Py3 (see ticket #163).
* Document that named cursors don't raise an exception going out-of-boundDaniele Varrazzo2013-10-161-4/+7
| | | | See issue #174 for the details.
* Document that using %, (, ) in the placeholder name is not supportedDaniele Varrazzo2013-10-161-1/+2
|
* Fixed doc index entry for infinite datesDaniele Varrazzo2013-06-231-1/+1
|
* Added doc example to convert date.max to infinityDaniele Varrazzo2013-06-182-0/+46
| | | | See issue #163.
* A few docs fixes to the usage pageDaniele Varrazzo2013-05-011-6/+6
|
* Dropped a lot of words from the front matterDaniele Varrazzo2013-04-261-10/+4
| | | | Replaced with links to the types adaptation table and the extension docs.
* Fix multiple misspellingsPiotr Kasprzyk2013-04-267-9/+9
|
* Dropped GPL license from sourceDaniele Varrazzo2013-04-071-676/+0
| | | | It doesn't apply: leaving the LGPL only.
* Dropped psycopg 1 changelogDaniele Varrazzo2013-04-071-1744/+0
| | | | Also MANIFEST.in cleaned up from stale entries
* A couple of typos fixedDaniele Varrazzo2013-04-071-1/+1
|
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-075-21/+68
|
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-1/+1
|
* Note than Python 3.3 is supported in install docsDaniele Varrazzo2013-03-201-1/+1
|
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-201-3/+3
|\
| * Added tests to verify the new Diagnostics propertiesDaniele Varrazzo2013-03-201-3/+3
| | | | | | | | | | | | | | diag can be used on exceptions raised without cursor and is independent from the cursor. Docs updated to reflect the changes.
* | Added summary data types conversion table to the docsDaniele Varrazzo2013-03-183-174/+283
| | | | | | | | | | It allows looking at a glance both basic and extended type casters, with plenty of links to the detailed explanations.
* | NEWS file reformatted to reST and included in the docsDaniele Varrazzo2013-03-185-1/+50
| |
* | Document that errorcodes is updated to 9.2Daniele Varrazzo2013-03-181-1/+1
| |
* | Copyright year bumped to 2013 in docs footerDaniele Varrazzo2013-03-181-1/+1
| |
* | Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-182-2/+50
|\ \ | |/
| * Added documentation about the Diagnostics objectDaniele Varrazzo2013-03-182-2/+50
| |