Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try building Py38 windows packagespy38 | Daniele Varrazzo | 2019-10-19 | 3 | -35/+14 |
* | Add Python 3.8 to the test matrix | Jon Dufresne | 2019-10-18 | 4 | -5/+4 |
* | Added decorator to clean up the adaptation mappings after testsfix-948 | Daniele Varrazzo | 2019-09-04 | 3 | -132/+89 |
* | Merge branch 'fix-961' | Daniele Varrazzo | 2019-09-04 | 7 | -13/+25 |
|\ | |||||
| * | Fixed handling large Oid valuesfix-961 | Daniele Varrazzo | 2019-09-04 | 7 | -13/+25 |
|/ | |||||
* | Merge branch 'obscure-password-before-connect' | Daniele Varrazzo | 2019-06-24 | 4 | -71/+77 |
|\ | |||||
| * | Mention ctrl-c swallowing fixed in news file | Daniele Varrazzo | 2019-06-24 | 1 | -0/+7 |
| * | Function to obscure password moved to connection_int | Daniele Varrazzo | 2019-06-24 | 3 | -53/+56 |
| * | Obscure the dsn password before storing it into the connectionobscure-password-before-connect | Daniele Varrazzo | 2019-06-22 | 3 | -42/+38 |
|/ | |||||
* | Fix typo: "the the" | Jon Dufresne | 2019-06-21 | 4 | -10/+10 |
* | Bump to next dev version number | Daniele Varrazzo | 2019-06-21 | 1 | -1/+1 |
* | typo: remove 'a' | Kunal Marwaha | 2019-06-19 | 1 | -1/+1 |
* | Bump to version 2.8.32_8_3 | Daniele Varrazzo | 2019-06-10 | 1 | -1/+1 |
* | Added entry about how to ask questions | Daniele Varrazzo | 2019-06-10 | 2 | -2/+28 |
* | Making my linter happy | Daniele Varrazzo | 2019-06-07 | 1 | -3/+5 |
* | Merge branch 'fix-namedtuple-cache' | Daniele Varrazzo | 2019-06-07 | 3 | -6/+23 |
|\ | |||||
| * | Mention #928 fixed | Daniele Varrazzo | 2019-06-07 | 1 | -0/+1 |
| * | fix `NamedTupleCursor._cached_make_nt` | Changaco | 2019-06-04 | 2 | -6/+12 |
| * | improve the NamedTupleCursor cache test | Changaco | 2019-06-04 | 1 | -0/+10 |
|/ | |||||
* | Merge branch 'feature/smart-feedback' | Daniele Varrazzo | 2019-05-12 | 12 | -97/+197 |
|\ | |||||
| * | Added news entry about smart replication feedback | Daniele Varrazzo | 2019-05-12 | 1 | -0/+9 |
| * | Address code-review | Alexander Kukushkin | 2019-05-07 | 1 | -1/+1 |
| * | Improve docs | Alexander Kukushkin | 2019-05-06 | 1 | -0/+14 |
| * | Change the default value of keepalive_interval parameter to None | Alexander Kukushkin | 2019-05-06 | 2 | -10/+29 |
| * | Smart replication feedback | Alexander Kukushkin | 2019-05-06 | 11 | -89/+147 |
* | | Merge remote-tracking branch 'origin/appveyor-py' | Daniele Varrazzo | 2019-05-01 | 3 | -210/+922 |
|\ \ | |/ |/| | |||||
| * | Appveyor: added package_name to optionsappveyor-py | Daniele Varrazzo | 2019-04-22 | 1 | -6/+9 |
| * | Dropped command line config from appveyor scrips | Daniele Varrazzo | 2019-04-22 | 2 | -222/+247 |
| * | Run tests more quiet/faster building wheels | Daniele Varrazzo | 2019-04-22 | 1 | -5/+12 |
| * | Better dir names in appveyor build | Daniele Varrazzo | 2019-04-22 | 1 | -20/+29 |
| * | Added support for wheel building and uploading | Daniele Varrazzo | 2019-04-22 | 1 | -22/+225 |
| * | Configure postgres to run appveyor tests on ssl | Daniele Varrazzo | 2019-04-22 | 2 | -7/+59 |
| * | Setup build environment only before building | Daniele Varrazzo | 2019-04-22 | 1 | -1/+1 |
| * | appveyor: added logging level configuration | Daniele Varrazzo | 2019-04-22 | 1 | -3/+24 |
| * | Using pathlib to manipulate paths | Daniele Varrazzo | 2019-04-22 | 1 | -66/+72 |
| * | Dropped problematic init step | Daniele Varrazzo | 2019-04-22 | 2 | -27/+17 |
| * | All together now, let's make this real | Daniele Varrazzo | 2019-04-22 | 2 | -33/+0 |
| * | Test packages from Python | Daniele Varrazzo | 2019-04-22 | 2 | -18/+47 |
| * | Build psycopg from Python | Daniele Varrazzo | 2019-04-22 | 2 | -16/+38 |
| * | Build libpq from Python | Daniele Varrazzo | 2019-04-22 | 3 | -107/+186 |
| * | Build openssl from Python | Daniele Varrazzo | 2019-04-22 | 2 | -49/+94 |
| * | Added setenv to log env vars changes | Daniele Varrazzo | 2019-04-22 | 1 | -15/+16 |
| * | Added script to implement appveyor functionality in Python | Daniele Varrazzo | 2019-04-22 | 2 | -36/+289 |
|/ | |||||
* | Check return code of pthread_mutex_initfix-901 | Daniele Varrazzo | 2019-04-21 | 1 | -10/+12 |
* | Bump to next dev version number | Daniele Varrazzo | 2019-04-21 | 1 | -1/+1 |
* | Bumping to version 2.8.22_8_2 | Daniele Varrazzo | 2019-04-14 | 1 | -1/+1 |
* | Added FAQ entry about the change in binary packages in 2.8 | Daniele Varrazzo | 2019-04-14 | 2 | -12/+26 |
* | Merge branch 'openssl-1.1-windows' | Daniele Varrazzo | 2019-04-14 | 5 | -19/+33 |
|\ | |||||
| * | Mention building openssl 1.1 on windows in news file | Daniele Varrazzo | 2019-04-11 | 1 | -0/+7 |
| * | Build and test with openssl 1.1 on windows | Daniele Varrazzo | 2019-04-11 | 4 | -19/+31 |