Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | timetz adaptation documented | Daniele Varrazzo | 2014-12-25 | 1 | -2/+3 | |
| | | ||||||
* | | Added documentation about the lo64 support | Daniele Varrazzo | 2014-12-25 | 3 | -17/+57 | |
|/ | ||||||
* | Correction to type adaption example, making it more transparent | Asmund Tokheim | 2014-11-02 | 1 | -1/+3 | |
| | ||||||
* | In 2010 I couldn't speak English | Daniele Varrazzo | 2014-09-16 | 1 | -11/+13 | |
| | ||||||
* | Fix typo in docs | Tomer Chachamu | 2014-09-01 | 1 | -2/+2 | |
| | ||||||
* | Added plural version of the tickets role | Daniele Varrazzo | 2014-08-31 | 1 | -25/+32 | |
| | ||||||
* | Point tickets to GitHub instead of Lighthouse | Daniele Varrazzo | 2014-08-31 | 2 | -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 docs | Daniele Varrazzo | 2014-08-24 | 2 | -6/+16 | |
| | ||||||
* | Self-updating copyright year in docs | Daniele Varrazzo | 2014-08-24 | 1 | -1/+3 | |
| | ||||||
* | Document we known 9.4 errorcodes | Daniele Varrazzo | 2014-08-24 | 1 | -1/+1 | |
| | ||||||
* | Move the `extras` module up in the docs | Daniele Varrazzo | 2014-08-24 | 1 | -1/+1 | |
| | | | | It is more interesting than `tz` and `pool`. | |||||
* | Fixed doc example about Error attributes | Daniele Varrazzo | 2014-08-24 | 1 | -21/+22 | |
| | | | | | | Catch the Error, not everything! Also, whitespaces. | |||||
* | Dropped outdated HACKING file | Daniele Varrazzo | 2014-08-24 | 1 | -43/+0 | |
| | ||||||
* | Added info about running the test suite in the docs | Daniele Varrazzo | 2014-08-24 | 1 | -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 supported | Daniele Varrazzo | 2014-08-13 | 1 | -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 docs | Daniele Varrazzo | 2014-08-13 | 2 | -15/+39 | |
| | ||||||
* | Added name param to register_json() | Daniele Varrazzo | 2014-08-13 | 1 | -0/+3 | |
| | ||||||
* | Fix supported Py/PG versions in docs | Daniele Varrazzo | 2014-08-04 | 1 | -2/+5 | |
| | ||||||
* | Parse errocodes for PG 9.3 too | Daniele Varrazzo | 2014-07-31 | 1 | -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 errcodes | Daniele Varrazzo | 2014-07-31 | 1 | -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 way | Daniele Varrazzo | 2014-05-05 | 1 | -1/+2 | |
| | ||||||
* | Don't specify 0 or 1 in closed docs | Daniele Varrazzo | 2014-04-05 | 1 | -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 bytes | Daniele Varrazzo | 2014-04-03 | 1 | -3/+5 | |
| | ||||||
* | Explicit the fact that closed connections have undefined status | Daniele Varrazzo | 2014-04-03 | 1 | -0/+2 | |
| | ||||||
* | Docs wordsmithing about Range order | Daniele Varrazzo | 2014-02-22 | 1 | -5/+8 | |
| | ||||||
* | documentation changes now that Range objects can be ordered | Chris Withers | 2014-02-18 | 1 | -1/+6 | |
| | ||||||
* | Added doc notes about how to avoid JSON parsing | Daniele Varrazzo | 2014-01-14 | 2 | -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() docs | Daniele Varrazzo | 2013-10-21 | 1 | -6/+7 | |
| | ||||||
* | Use bytestrings in infinite dates adapter example | Daniele Varrazzo | 2013-10-21 | 1 | -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-bound | Daniele Varrazzo | 2013-10-16 | 1 | -4/+7 | |
| | | | | See issue #174 for the details. | |||||
* | Document that using %, (, ) in the placeholder name is not supported | Daniele Varrazzo | 2013-10-16 | 1 | -1/+2 | |
| | ||||||
* | Fixed doc index entry for infinite dates | Daniele Varrazzo | 2013-06-23 | 1 | -1/+1 | |
| | ||||||
* | Added doc example to convert date.max to infinity | Daniele Varrazzo | 2013-06-18 | 2 | -0/+46 | |
| | | | | See issue #163. | |||||
* | A few docs fixes to the usage page | Daniele Varrazzo | 2013-05-01 | 1 | -6/+6 | |
| | ||||||
* | Dropped a lot of words from the front matter | Daniele Varrazzo | 2013-04-26 | 1 | -10/+4 | |
| | | | | Replaced with links to the types adaptation table and the extension docs. | |||||
* | Fix multiple misspellings | Piotr Kasprzyk | 2013-04-26 | 7 | -9/+9 | |
| | ||||||
* | Dropped GPL license from source | Daniele Varrazzo | 2013-04-07 | 1 | -676/+0 | |
| | | | | It doesn't apply: leaving the LGPL only. | |||||
* | Dropped psycopg 1 changelog | Daniele Varrazzo | 2013-04-07 | 1 | -1744/+0 | |
| | | | | Also MANIFEST.in cleaned up from stale entries | |||||
* | A couple of typos fixed | Daniele Varrazzo | 2013-04-07 | 1 | -1/+1 | |
| | ||||||
* | Added cursor_factory connection attribute and connect() parameter | Daniele Varrazzo | 2013-04-07 | 5 | -21/+68 | |
| | ||||||
* | Dropped support for Python 2.4 | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | Note than Python 3.3 is supported in install docs | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'diagnostics' into devel | Daniele Varrazzo | 2013-03-20 | 1 | -3/+3 | |
|\ | ||||||
| * | Added tests to verify the new Diagnostics properties | Daniele Varrazzo | 2013-03-20 | 1 | -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 docs | Daniele Varrazzo | 2013-03-18 | 3 | -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 docs | Daniele Varrazzo | 2013-03-18 | 5 | -1/+50 | |
| | | ||||||
* | | Document that errorcodes is updated to 9.2 | Daniele Varrazzo | 2013-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Copyright year bumped to 2013 in docs footer | Daniele Varrazzo | 2013-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'diagnostics' into devel | Daniele Varrazzo | 2013-03-18 | 2 | -2/+50 | |
|\ \ | |/ | ||||||
| * | Added documentation about the Diagnostics object | Daniele Varrazzo | 2013-03-18 | 2 | -2/+50 | |
| | |