| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Sphinx version do build docs updated to 1.6 | Daniele Varrazzo | 2017-10-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | Make dbapi_extension.py compatible with Sphinx 1.6 | Dmitry Shachnev | 2017-10-12 | 1 | -7/+6 | |
| | | | | | | | | | | | | | In Sphinx commit 1a821b89e9952fc2, the deprecated make_admonition() function was removed. This commit updates the code to use the modern API instead. | |||||
| * | | Merge remote-tracking branch 'psycopg2/master' | Ashesh Vashi | 2017-09-11 | 3 | -168/+2 | |
| |\ \ | |/ | ||||||
| | * | Disable uploading docs on pythonhosted | Daniele Varrazzo | 2017-08-23 | 2 | -167/+1 | |
| | | | | | | | | | | | | | | | The service is deprecated in favour of RTD. There is also no more way to upload redirects there, so #581 cannot be fixed. Official docs are on http://initd.org/psycopg/docs/ | |||||
| | * | Fixed typo (found on stackoverflow... gh) | Daniele Varrazzo | 2017-07-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added support for preparing the encrypted password of a PostgreSQL | Ashesh Vashi | 2017-07-17 | 1 | -0/+27 | |
| |/ | | | | | password using the libpq functions - 'PQencryptPasswordConn', and 'PQencryptPassword'. | |||||
| * | Accept Composable in start_replication_expert() | Daniele Varrazzo | 2017-06-17 | 1 | -2/+7 | |
| | | | | | Close #554 | |||||
| * | Document that executemany() is not logged with LoggingConnection | Sebastian Bank | 2017-06-15 | 1 | -0/+5 | |
| | | ||||||
| * | Document incompatibility between wheel package and ssl module | Daniele Varrazzo | 2017-06-15 | 1 | -3/+12 | |
| | | | | | Close #543. | |||||
| * | typo | 山楂片 | 2017-06-12 | 1 | -1/+1 | |
| | | | | s/fromat/format/g | |||||
| * | Updated docs about versions supported in errcodes | Daniele Varrazzo | 2017-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | Added doc link to replication commands | Daniele Varrazzo | 2017-05-10 | 1 | -2/+5 | |
| | | ||||||
| * | Expose *DATETIMETZ* objects in the extensions module | Daniele Varrazzo | 2017-03-22 | 1 | -0/+6 | |
| | | ||||||
| * | Dropped info that the features requires libpq >= 9.0 | Daniele Varrazzo | 2017-03-20 | 1 | -2/+0 | |
| | | | | | | | We are currently requiring libpq 9.1 at least, and the feature was released in 2.7, which could have never been compiled with previos libpq versions. | |||||
| * | Merge branch 'fix-528' | Daniele Varrazzo | 2017-03-16 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Obscure the password on url dsn too | Daniele Varrazzo | 2017-03-16 | 1 | -0/+3 | |
| | | | | | | | | | | | | | Note that we don't leak anymore the password length. Fix #528 | |||||
| * | | Added docs about the usability of sql objects with copy_expert()sql-copy | Daniele Varrazzo | 2017-03-16 | 2 | -1/+9 | |
| |/ | | | | See issue #529. | |||||
| * | Improved notes to release psycopg packages | Daniele Varrazzo | 2017-03-13 | 1 | -15/+45 | |
| | | ||||||
| * | Less stuff in the readme, more in the docs | Daniele Varrazzo | 2017-03-13 | 1 | -0/+7 | |
| | | ||||||
| * | Report ticket 518 fixed | Daniele Varrazzo | 2017-03-11 | 1 | -8/+11 | |
| | | | | | | The fix is actually implemented in the openssl1 branch of https://github.com/psycopg/psycopg2-wheels | |||||
| * | correct minor grammatical issue with deprecation warning | Jon Nelson | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Added install section to specify how to skip wheels | Daniele Varrazzo | 2017-03-03 | 1 | -7/+39 | |
| | | ||||||
| * | Added docs about making a release | Daniele Varrazzo | 2017-03-01 | 1 | -0/+74 | |
| | | | | | | | Drop previous script which didn't include the CI-generated packages. [skip ci] | |||||
| * | Fixed doc typo | Daniele Varrazzo | 2017-02-28 | 1 | -1/+1 | |
| | | | | | Close #515 | |||||
| * | Dropped reference to "isolation level autocommit" in docs | Daniele Varrazzo | 2017-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | Document installation from wheel packages | Daniele Varrazzo | 2017-02-16 | 1 | -145/+77 | |
| | | ||||||
| * | Added readonly and deferrable attributes | Daniele Varrazzo | 2017-02-16 | 1 | -6/+29 | |
| | | ||||||
| * | Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level() | Daniele Varrazzo | 2017-02-16 | 1 | -8/+3 | |
| | | | | | Legacy method is legacy. | |||||
| * | connection.isolation_level is now writable | Daniele Varrazzo | 2017-02-16 | 1 | -16/+22 | |
| | | ||||||
| * | Link COPY from docs index to our docs instead of postgres ones | Daniele Varrazzo | 2017-02-16 | 1 | -3/+1 | |
| | | ||||||
| * | SQL links not bold in the docs | Daniele Varrazzo | 2017-02-16 | 1 | -0/+5 | |
| | | | | | Consistent with the SQL representation not linked. | |||||
| * | Fixed argument name in executemany docs | Daniele Varrazzo | 2017-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Dropped references to prepare in cur.execute[many] docs | Daniele Varrazzo | 2017-02-08 | 1 | -6/+5 | |
| | | | | | They were copied from the DBAPI spec but that's not how psycopg works. | |||||
| * | Merge branch 'no-set-default-session' | Daniele Varrazzo | 2017-02-07 | 3 | -16/+74 | |
| |\ | ||||||
| | * | Added documentation about the changes in transaction control | Daniele Varrazzo | 2017-02-04 | 3 | -21/+70 | |
| | | | ||||||
| | * | Exposing ISOLATION_LEVEL_DEFAULT to Python | Daniele Varrazzo | 2017-02-04 | 1 | -0/+9 | |
| | | | | | | | | | | | This is now the state that is returned to Python if nothing has been explicitly set. | |||||
| * | | Dropped support for Python 3.1 | Daniele Varrazzo | 2017-02-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' into sql-composesql-compose | Daniele Varrazzo | 2017-02-03 | 8 | -11/+85 | |
| |\ | ||||||
| | * | Merge branch 'async-keyword' | Daniele Varrazzo | 2017-02-03 | 3 | -1/+11 | |
| | |\ | | | | | | | | | | Close #495 | |||||
| | | * | Added docs for async_ alias | Daniele Varrazzo | 2017-02-03 | 3 | -1/+11 | |
| | | | | ||||||
| | * | | Merge branch 'fast-executemany' | Daniele Varrazzo | 2017-02-02 | 2 | -6/+68 | |
| | |\ \ | | |/ | |/| | ||||||
| | | * | Added notes about using execute_batch with prepared statements | Daniele Varrazzo | 2017-02-02 | 1 | -0/+32 | |
| | | | | ||||||
| | | * | Added execute_batch and execute_values functions | Daniele Varrazzo | 2017-02-01 | 2 | -6/+36 | |
| | | | | ||||||
| | * | | Fixed sql docs style with newer Docutils versions | Daniele Varrazzo | 2017-02-01 | 1 | -0/+2 | |
| | |/ | ||||||
| | * | Consider Python 3.6 and Postgres 9.6 supported | Daniele Varrazzo | 2017-01-03 | 1 | -2/+2 | |
| | | | ||||||
| | * | Using the new name of the old doc template | Daniele Varrazzo | 2017-01-01 | 2 | -2/+2 | |
| | | | ||||||
| * | | Several improvements to the sql objects | Daniele Varrazzo | 2017-01-03 | 1 | -0/+20 | |
| | | | | | | | | | Comparable, iterable, content accessible | |||||
| * | | Use {} instead of %s placeholders in SQL composition | Daniele Varrazzo | 2017-01-03 | 1 | -1/+2 | |
| | | | ||||||
| * | | More doc love for the sql module | Daniele Varrazzo | 2017-01-01 | 3 | -5/+24 | |
| | | | ||||||
| * | | Added missing doc file | Daniele Varrazzo | 2017-01-01 | 1 | -0/+68 | |
| | | | ||||||
