summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | 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
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/extensions.py
| | * | | | | | Add support for streaming replication protocolOleksandr Shulgin2015-06-011-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce ReplicationConnection and ReplicationCursor classes, that incapsulate initiation of special type of PostgreSQL connection and handling of special replication commands only available in this special connection mode. The handling of stream of replication data from the server is modelled largely after the existing support for "COPY table TO file" command and pg_recvlogical tool supplied with PostgreSQL (though, it can also be used for physical replication.)
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Address somehow issue #397.
| * | | | | | Document that the libpq must be available at runtimeDaniele Varrazzo2016-07-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #408.
| * | | | | | Merge pull request #373 from nonZero/patch-1Daniele Varrazzo2016-03-101-1/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Suggest installing psycopg2 in windows using pip
| | * | | | | | Suggest installing psycopg2 in windows using pipUdi Oron2015-11-101-1/+9
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | pip is becoming the standard method for installing python packages, and now binary wheels are a better and easier option for users: https://github.com/psycopg/psycopg2/issues/368
| * | | | | | Merge pull request #415 from bmwiedemann/masterDaniele Varrazzo2016-03-101-3/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | dont claim copyright for future years
| | * | | | | | dont claim copyright for future yearsBernhard M. Wiedemann2016-03-091-3/+1
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise, when building from unchanged source in 2018, it would claim Copyright 2018 which is not true Being able to reproduce identical output from identical input is important to Linux distributions
| * | | | | | Merge pull request #416 from dargor/doc_typosDaniele Varrazzo2016-03-101-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Typo.
| | * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Plus some more connect() docs wordsmithing.
| * | | | | Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The behaviour of connect() is unchanged: either dsn or params must be specified.
| * | | | | Validate output result from make_dsn()Daniele Varrazzo2016-03-031-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output is not necessarily munged anyway: if no keyword is passed, validate the input but return it untouched.
| * | | | | Added docs about make_dsnDaniele Varrazzo2016-03-032-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | connect() docs updated to document the arguments merging.
| * | | | | Some order in the extensions docDaniele Varrazzo2016-03-031-43/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Classes, coroutine functions and extra functions grouped under separate headings.
| * | | | | Improve sentence.Karl O. Pinc2016-02-021-1/+1
| |/ / / /
* | | | | callproc: tests, docs, and comment/error-reporting touchups.mrmilosz2015-12-121-6/+11
|/ / / /
* | | | Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-0/+13
| | | |
* | | | The wait_select callback can cancel a query using Ctrl-CDaniele Varrazzo2015-10-012-0/+34
| |_|/ |/| | | | | | | | Fixes #333.
* | | Merge branch 'master' into parse-dsnDaniele Varrazzo2015-10-014-9/+27
|\ \ \ | | |/ | |/|
| * | Fixed doc about libpq version availabilityDaniele Varrazzo2015-06-021-3/+3
| | |
| * | Notify example should pop the oldest message in conn.notifies, not the newest.btubbs2015-06-021-1/+1
| | |
| * | Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-022-2/+20
| | | | | | | | | | | | Close #326
| * | Change "non desiderable" to "undesirable" in docsPete Hollobon2015-06-022-3/+3
| | | | | | | | | | | | "desiderable" is considered obsolete
* | | Merge branch 'master' into feature/parse-dsnOleksandr Shulgin2015-06-022-0/+19
|\ \ \ | |/ / | | | | | | | | | Conflicts: lib/extensions.py
| * | Version function/constant docs improvedDaniele Varrazzo2015-06-022-8/+11
| | |
| * | Add libpq version discoveryOleksandr Shulgin2015-06-012-0/+16
| |/
* | Move parse_dsn to extensions, add testsOleksandr Shulgin2015-06-012-13/+12
| |
* | Add parse_dsn module functionOleksandr Shulgin2015-06-011-0/+12
|/ | | | | | | | Calls PQconninfoParse to parse the dsn into a list of keyword and value structs, then constructs a dictionary from that. Can be useful when one needs to alter some part of the the connection string reliably, but doesn't want to get into all the details of parsing a dsn string: quoting, URL format, etc.
* Improve docs about connection's with only closing the transactionDaniele Varrazzo2015-05-031-3/+18
|
* Added makefile target to upload docsDaniele Varrazzo2015-05-032-0/+172
|
* Added note about table names to be escaped in copy_*() methods.Daniele Varrazzo2015-05-031-0/+13
|
* Wordsmith on connection.set_session()Daniele Varrazzo2015-05-031-19/+19
| | | | Fixes #310.
* Docs build process and docs cleaned upDaniele Varrazzo2015-04-283-48/+37
|
* Document that LO64 is only available on Py 64 buildsDaniele Varrazzo2015-02-081-5/+7
|
* Merge branch 'timetz'Daniele Varrazzo2014-12-251-2/+3
|\