| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | * | 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 |
| | * | Enforce dependency on libpq version >= 9.1 | Daniele Varrazzo | 2016-08-15 | 1 | -1/+2 |
| | * | 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 |
| | | |\ | |||||
| | | * | | 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 |
| | | * | | | | 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 |
| | | * | | | | Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway). | Oleksandr Shulgin | 2015-10-13 | 1 | -10/+0 |
| | | * | | | | Fix create_replication_slot doc signature | Oleksandr Shulgin | 2015-10-13 | 1 | -1/+1 |
| | | * | | | | Rework replication connection/cursor classes | Oleksandr Shulgin | 2015-10-01 | 1 | -178/+245 |
| | | * | | | | Update replication connection/cursor interface and docs. | Oleksandr Shulgin | 2015-10-01 | 1 | -24/+77 |
| | | * | | | | Cleanup start replication wrt. slot type a bit. | Oleksandr Shulgin | 2015-10-01 | 1 | -5/+6 |
| | | * | | | | Merge remote-tracking branch 'origin/master' into repl | Oleksandr Shulgin | 2015-10-01 | 2 | -1/+12 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Update docs on ReplicationCursor | Oleksandr Shulgin | 2015-07-01 | 1 | -57/+60 |
| | | * | | | | | Update docs for Replication protocol | Oleksandr Shulgin | 2015-06-30 | 1 | -34/+165 |
| | | * | | | | | Merge branch 'master' into feature/replication-message-object | Oleksandr Shulgin | 2015-06-30 | 5 | -6/+43 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Add support for streaming replication protocol | Oleksandr Shulgin | 2015-06-01 | 1 | -0/+122 |
| | * | | | | | | | spelling fix | SpootDev | 2016-08-07 | 1 | -1/+1 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | Merge branch 'conn-get-parameters' | Daniele Varrazzo | 2016-07-01 | 1 | -0/+23 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Mention get_dsn_parameters() in news, improved docs metadata | Daniele Varrazzo | 2016-07-01 | 1 | -0/+5 |
| | | * | | | | | | Add connection.get_dsn_parameters() | Oleksandr Shulgin | 2015-10-30 | 1 | -0/+18 |
| | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | | Docs wrapping | Daniele Varrazzo | 2016-07-01 | 1 | -4/+6 |
| | * | | | | | | Wordsmithing on COPY commands | Daniele Varrazzo | 2016-07-01 | 2 | -2/+13 |
| | * | | | | | | Document that the libpq must be available at runtime | Daniele Varrazzo | 2016-07-01 | 1 | -0/+10 |
| | * | | | | | | Merge pull request #373 from nonZero/patch-1 | Daniele Varrazzo | 2016-03-10 | 1 | -1/+9 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Suggest installing psycopg2 in windows using pip | Udi Oron | 2015-11-10 | 1 | -1/+9 |
| | | |/ / / / / | |||||
| | * | | | | | | Merge pull request #415 from bmwiedemann/master | Daniele Varrazzo | 2016-03-10 | 1 | -3/+1 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | dont claim copyright for future years | Bernhard M. Wiedemann | 2016-03-09 | 1 | -3/+1 |
| | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | Merge pull request #416 from dargor/doc_typos | Daniele Varrazzo | 2016-03-10 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
