summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Trigger docs rebuild on pushgoodbye-initdDaniele Varrazzo2020-01-251-4/+0
* Added sql module basic usage section and classes hierarchyDaniele Varrazzo2020-01-201-4/+47
* Fixed dependencies in docs buildDaniele Varrazzo2020-01-191-4/+7
* Use a responsive theme for docsDaniele Varrazzo2020-01-186-8/+134
* Hide the "made with sphinx" doc footerDaniele Varrazzo2020-01-181-44/+59
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-1/+1
* Copyright 2020 in the docsDaniele Varrazzo2020-01-041-1/+1
* Website on httpsDaniele Varrazzo2019-12-313-3/+3
* Changed docs to point to psycopg.orgDaniele Varrazzo2019-12-304-5/+6
* Document a release procedure not using initd serverDaniele Varrazzo2019-12-301-18/+10
* Blacklist docutils 0.15 to build docsDaniele Varrazzo2019-12-291-0/+4
* Fix typo 'againts'Jann Kleen2019-10-191-1/+1
* Mention that with PgBouncer get_backend_pid() is not updatedDaniele Varrazzo2019-10-191-3/+5
* Added UltraJSON exampleDaniele Varrazzo2019-10-191-0/+7
* Merge branch 'pg12'Daniele Varrazzo2019-10-194-4/+6
|\
| * Test PG 11 and 12 on travisDaniele Varrazzo2019-10-191-1/+1
| * Added Postgres 12 errorsDaniele Varrazzo2019-10-192-2/+4
| * Use travis test config variable 0/1 instead of blank stringsDaniele Varrazzo2019-10-191-1/+1
* | Add Python 3.8 to the test matrixJon Dufresne2019-10-181-1/+1
|/
* Fix typo: "the the"Jon Dufresne2019-06-212-7/+7
* typo: remove 'a'Kunal Marwaha2019-06-191-1/+1
* Added entry about how to ask questionsDaniele Varrazzo2019-06-102-2/+28
* Improve docsAlexander Kukushkin2019-05-061-0/+14
* Change the default value of keepalive_interval parameter to NoneAlexander Kukushkin2019-05-061-1/+4
* Smart replication feedbackAlexander Kukushkin2019-05-062-39/+35
* Added FAQ entry about the change in binary packages in 2.8Daniele Varrazzo2019-04-142-12/+26
* Highlight in docs that the context manager doesn't close the connectionDaniele Varrazzo2019-04-071-3/+13
* Fixed replication cursor docs warning indentation levelDaniele Varrazzo2019-04-011-11/+9
* Replication objects docs header level bumped upDaniele Varrazzo2019-04-011-2/+2
* Fixed notice about new wal_end attribute being on the cursorDaniele Varrazzo2019-04-011-2/+2
* Added news entry about ReplicationMessage.wal_endDaniele Varrazzo2019-03-301-0/+2
* Address code review feedbackgrunskis-bonial2019-03-301-1/+14
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-1/+7
* Add time type conversion info to docsAndrew Rabert2019-03-241-0/+23
* Convert `while 1:` statements to `while True:`Jon Dufresne2019-03-131-4/+4
* Better link from docs to "json and jsonb" data typesDaniele Varrazzo2019-03-051-6/+7
* Added ConnectionInfo.dsn_parameters attributeinfo-dsn-paramsDaniele Varrazzo2019-02-172-23/+35
* Don't use versions such as 2.8.0 in docsDaniele Varrazzo2019-02-173-11/+11
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Allow building docs with Python 3Daniele Varrazzo2019-02-171-3/+5
* Fixed title level of sqlsate errors table in docsDaniele Varrazzo2019-02-171-1/+1
* Dropped text docs generationDaniele Varrazzo2019-02-173-76/+4
* Added table of sqlstate exceptions in the docsDaniele Varrazzo2019-02-174-7/+83
* Added docs about pgconn_ptr, pgresult_ptrlibpq-ptrsDaniele Varrazzo2019-02-162-1/+35
* Improvements to errors module docserrors-module-cDaniele Varrazzo2019-02-112-7/+17
* Dropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo2019-01-251-4/+6
* Added documentation for BYTES casterregister-bytesDaniele Varrazzo2019-01-183-3/+37
* Merge pull request #828 from wbolster/patch-1Daniele Varrazzo2019-01-081-1/+1
|\
| * mention postgresql 11 in install docswouter bolsterlee2018-12-071-1/+1
* | Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-sup...Daniele Varrazzo2018-12-271-0/+2
|\ \ | |/ |/|