| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added docs about the usability of sql objects with copy_expert()sql-copy | Daniele Varrazzo | 2017-03-16 | 2 | -1/+9 |
| | | | | | See issue #529. | ||||
| * | 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 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | Adding sql module documentation | Daniele Varrazzo | 2017-01-01 | 1 | -0/+1 |
| |/ | |||||
| * | conn->codec rename to pyenc | Daniele Varrazzo | 2016-12-26 | 2 | -2/+2 |
| | | |||||
| * | Mention named callproc in news, fixed docs. | Daniele Varrazzo | 2016-12-26 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'master' into named-callproc | Daniele Varrazzo | 2016-12-26 | 10 | -80/+673 |
| |\ | |||||
| | * | Fixed intersphinx links to Pyton docs | Daniele Varrazzo | 2016-12-25 | 1 | -2/+2 |
| | | | |||||
| | * | fix wait_select sample to be `extras` not `extensions` | Luke Nezda | 2016-12-25 | 1 | -1/+1 |
| | | | |||||
| | * | Added ipaddress objects conversion | Daniele Varrazzo | 2016-10-11 | 3 | -15/+23 |
| | | | | | | | | | Close #387 | ||||
| | * | Conver network array types into array of strings by default | Daniele Varrazzo | 2016-10-11 | 1 | -6/+18 |
| | | | |||||
| | * | inet adapters deprecated | Daniele Varrazzo | 2016-10-11 | 1 | -2/+3 |
| | | | | | | | | | Close #343 | ||||
| | * | Enforce dependency on libpq version >= 9.1 | Daniele Varrazzo | 2016-08-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | PGRES_COPY_BOTH was introduced in 9.1: we can ifdef the hell out of pgpath, but we may as well bury the dead horses instead of beating them. They smell funny, too. | ||||
| | * | Stop compiling with Python 2.5 | Daniele Varrazzo | 2016-08-15 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'replication-protocol' | Daniele Varrazzo | 2016-08-14 | 2 | -1/+456 |
| | |\ | |||||
| | | * | Name the db in the replication test like the unit test one | Daniele Varrazzo | 2016-08-14 | 1 | -3/+3 |
| | | | | |||||
| | | * | Replication docs massaging, mostly formatting | Daniele Varrazzo | 2016-08-07 | 2 | -11/+13 |
| | | | | |||||
| | | * | Reshuffling and indexing of replication docs | Daniele Varrazzo | 2016-08-07 | 2 | -72/+97 |
| | | | | |||||
| | | * | Merge branch 'master' into replication-protocol | Daniele Varrazzo | 2016-08-07 | 6 | -8/+60 |
| | | |\ | | | | | | | | | | | | | | | | | Conflicts: tests/testconfig.py | ||||
| | | * | | Remove duplicated doc for make_dsn() | Oleksandr Shulgin | 2016-03-08 | 1 | -22/+0 |
| | | | | | |||||
| | | * | | Merge branch 'master' into feature/replication-protocol-c-connection-object | Oleksandr Shulgin | 2016-03-04 | 3 | -58/+122 |
| | | |\ \ | |||||
