Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'feature/connect2' into feature/replication-protocol | Oleksandr Shulgin | 2015-10-27 | 1 | -0/+22 | |
| | |\ \ \ | ||||||
| | | * | | | Rework psycopg2.connect() interface. | Oleksandr Shulgin | 2015-10-27 | 1 | -0/+22 | |
| | | | | | | ||||||
| | * | | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface. | Oleksandr Shulgin | 2015-10-23 | 1 | -16/+0 | |
| | | | | | | ||||||
| | * | | | | Improve async replication example. | Oleksandr Shulgin | 2015-10-23 | 1 | -8/+9 | |
| | | | | | | ||||||
| | * | | | | Move the `decode` parameter to `start_replication()`. | Oleksandr Shulgin | 2015-10-23 | 1 | -32/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It makes more sense this way, because otherwise it must be passed to every call of `read_message()`. | |||||
| | * | | | | Add quick start to the replication doc, minor doc fixes. | Oleksandr Shulgin | 2015-10-20 | 1 | -89/+159 | |
| | | | | | | ||||||
| | * | | | | Properly subclass ReplicationCursor on C level. | Oleksandr Shulgin | 2015-10-19 | 1 | -26/+24 | |
| | | | | | | ||||||
| | * | | | | Replace stop_replication with requirement for an exception. | Oleksandr Shulgin | 2015-10-19 | 1 | -11/+7 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into feature/replication-protocol | Oleksandr Shulgin | 2015-10-15 | 3 | -0/+47 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | * | | | | Fix select/timeout indication in async replication example | Oleksandr Shulgin | 2015-10-14 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Update stop_repl, require replication consumer to be a callable. | Oleksandr Shulgin | 2015-10-14 | 1 | -16/+17 | |
| | | | | | |