summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Added ipaddress objects conversionDaniele Varrazzo2016-10-113-15/+23
* Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-6/+18
* inet adapters deprecatedDaniele Varrazzo2016-10-111-2/+3
* Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-151-1/+2
* Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-1/+1
* Merge branch 'replication-protocol'Daniele Varrazzo2016-08-142-1/+456
|\
| * Name the db in the replication test like the unit test oneDaniele Varrazzo2016-08-141-3/+3
| * Replication docs massaging, mostly formattingDaniele Varrazzo2016-08-072-11/+13
| * Reshuffling and indexing of replication docsDaniele Varrazzo2016-08-072-72/+97
| * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-076-8/+60
| |\
| * | Remove duplicated doc for make_dsn()Oleksandr Shulgin2016-03-081-22/+0
| * | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-043-58/+122
| |\ \
| * \ \ Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-271-0/+22
| |\ \ \
| | * | | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-0/+22
| * | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-16/+0
| * | | | Improve async replication example.Oleksandr Shulgin2015-10-231-8/+9
| * | | | Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-231-32/+43
| * | | | Add quick start to the replication doc, minor doc fixes.Oleksandr Shulgin2015-10-201-89/+159
| * | | | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-26/+24
| * | | | Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-11/+7
| * | | | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-153-0/+47
| |\ \ \ \ | | |/ / /
| * | | | Fix select/timeout indication in async replication exampleOleksandr Shulgin2015-10-141-2/+2
| * | | | Update stop_repl, require replication consumer to be a callable.Oleksandr Shulgin2015-10-141-16/+17
| * | | | Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway).Oleksandr Shulgin2015-10-131-10/+0
| * | | | Fix create_replication_slot doc signatureOleksandr Shulgin2015-10-131-1/+1
| * | | | Rework replication connection/cursor classesOleksandr Shulgin2015-10-011-178/+245
| * | | | Update replication connection/cursor interface and docs.Oleksandr Shulgin2015-10-011-24/+77
| * | | | Cleanup start replication wrt. slot type a bit.Oleksandr Shulgin2015-10-011-5/+6
| * | | | Merge remote-tracking branch 'origin/master' into replOleksandr Shulgin2015-10-012-1/+12
| |\ \ \ \
| * | | | | Update docs on ReplicationCursorOleksandr Shulgin2015-07-011-57/+60
| * | | | | Update docs for Replication protocolOleksandr Shulgin2015-06-301-34/+165
| * | | | | Merge branch 'master' into feature/replication-message-objectOleksandr Shulgin2015-06-305-6/+43
| |\ \ \ \ \
| * | | | | | Add support for streaming replication protocolOleksandr Shulgin2015-06-011-0/+122
* | | | | | | spelling fixSpootDev2016-08-071-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+23
|\ \ \ \ \ \
| * | | | | | Mention get_dsn_parameters() in news, improved docs metadataDaniele Varrazzo2016-07-011-0/+5
| * | | | | | Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+18
| | |_|_|/ / | |/| | | |
* | | | | | Docs wrappingDaniele Varrazzo2016-07-011-4/+6
* | | | | | Wordsmithing on COPY commandsDaniele Varrazzo2016-07-012-2/+13
* | | | | | Document that the libpq must be available at runtimeDaniele Varrazzo2016-07-011-0/+10
* | | | | | Merge pull request #373 from nonZero/patch-1Daniele Varrazzo2016-03-101-1/+9
|\ \ \ \ \ \
| * | | | | | Suggest installing psycopg2 in windows using pipUdi Oron2015-11-101-1/+9
| |/ / / / /
* | | | | | Merge pull request #415 from bmwiedemann/masterDaniele Varrazzo2016-03-101-3/+1
|\ \ \ \ \ \
| * | | | | | dont claim copyright for future yearsBernhard M. Wiedemann2016-03-091-3/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #416 from dargor/doc_typosDaniele Varrazzo2016-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | Typo.Gabriel Linder2016-03-091-1/+1
| |/ / / / /
* | | | | | Start advertising Py 3.5 supportDaniele Varrazzo2016-03-101-1/+1
|/ / / / /
* | | | | Style the dsn arg in connect() as a normal optional parameterDaniele Varrazzo2016-03-031-5/+7
* | | | | Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-5/+2
* | | | | Validate output result from make_dsn()Daniele Varrazzo2016-03-031-6/+20