summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update issue templatesissue-templateDaniele Varrazzo2019-09-221-0/+16
* Added decorator to clean up the adaptation mappings after testsfix-948Daniele Varrazzo2019-09-043-132/+89
* Merge branch 'fix-961'Daniele Varrazzo2019-09-047-13/+25
|\
| * Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-047-13/+25
|/
* Merge branch 'obscure-password-before-connect'Daniele Varrazzo2019-06-244-71/+77
|\
| * Mention ctrl-c swallowing fixed in news fileDaniele Varrazzo2019-06-241-0/+7
| * Function to obscure password moved to connection_intDaniele Varrazzo2019-06-243-53/+56
| * Obscure the dsn password before storing it into the connectionobscure-password-before-connectDaniele Varrazzo2019-06-223-42/+38
|/
* Fix typo: "the the"Jon Dufresne2019-06-214-10/+10
* Bump to next dev version numberDaniele Varrazzo2019-06-211-1/+1
* typo: remove 'a'Kunal Marwaha2019-06-191-1/+1
* Bump to version 2.8.32_8_3Daniele Varrazzo2019-06-101-1/+1
* Added entry about how to ask questionsDaniele Varrazzo2019-06-102-2/+28
* Making my linter happyDaniele Varrazzo2019-06-071-3/+5
* Merge branch 'fix-namedtuple-cache'Daniele Varrazzo2019-06-073-6/+23
|\
| * Mention #928 fixedDaniele Varrazzo2019-06-071-0/+1
| * fix `NamedTupleCursor._cached_make_nt`Changaco2019-06-042-6/+12
| * improve the NamedTupleCursor cache testChangaco2019-06-041-0/+10
|/
* Merge branch 'feature/smart-feedback'Daniele Varrazzo2019-05-1212-97/+197
|\
| * Added news entry about smart replication feedbackDaniele Varrazzo2019-05-121-0/+9
| * Address code-reviewAlexander Kukushkin2019-05-071-1/+1
| * Improve docsAlexander Kukushkin2019-05-061-0/+14
| * Change the default value of keepalive_interval parameter to NoneAlexander Kukushkin2019-05-062-10/+29
| * Smart replication feedbackAlexander Kukushkin2019-05-0611-89/+147
* | Merge remote-tracking branch 'origin/appveyor-py'Daniele Varrazzo2019-05-013-210/+922
|\ \ | |/ |/|
| * Appveyor: added package_name to optionsappveyor-pyDaniele Varrazzo2019-04-221-6/+9
| * Dropped command line config from appveyor scripsDaniele Varrazzo2019-04-222-222/+247
| * Run tests more quiet/faster building wheelsDaniele Varrazzo2019-04-221-5/+12
| * Better dir names in appveyor buildDaniele Varrazzo2019-04-221-20/+29
| * Added support for wheel building and uploadingDaniele Varrazzo2019-04-221-22/+225
| * Configure postgres to run appveyor tests on sslDaniele Varrazzo2019-04-222-7/+59
| * Setup build environment only before buildingDaniele Varrazzo2019-04-221-1/+1
| * appveyor: added logging level configurationDaniele Varrazzo2019-04-221-3/+24
| * Using pathlib to manipulate pathsDaniele Varrazzo2019-04-221-66/+72
| * Dropped problematic init stepDaniele Varrazzo2019-04-222-27/+17
| * All together now, let's make this realDaniele Varrazzo2019-04-222-33/+0
| * Test packages from PythonDaniele Varrazzo2019-04-222-18/+47
| * Build psycopg from PythonDaniele Varrazzo2019-04-222-16/+38
| * Build libpq from PythonDaniele Varrazzo2019-04-223-107/+186
| * Build openssl from PythonDaniele Varrazzo2019-04-222-49/+94
| * Added setenv to log env vars changesDaniele Varrazzo2019-04-221-15/+16
| * Added script to implement appveyor functionality in PythonDaniele Varrazzo2019-04-222-36/+289
|/
* Check return code of pthread_mutex_initfix-901Daniele Varrazzo2019-04-211-10/+12
* Bump to next dev version numberDaniele Varrazzo2019-04-211-1/+1
* Bumping to version 2.8.22_8_2Daniele Varrazzo2019-04-141-1/+1
* Added FAQ entry about the change in binary packages in 2.8Daniele Varrazzo2019-04-142-12/+26
* Merge branch 'openssl-1.1-windows'Daniele Varrazzo2019-04-145-19/+33
|\
| * Mention building openssl 1.1 on windows in news fileDaniele Varrazzo2019-04-111-0/+7
| * Build and test with openssl 1.1 on windowsDaniele Varrazzo2019-04-114-19/+31
* | Mention fix to repeated fields in RealDictCursor in news fileDaniele Varrazzo2019-04-111-0/+7
|/