summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Highlight in docs that the context manager doesn't close the connectionDaniele Varrazzo2019-04-071-3/+13
* More robust RealDictRow populationDaniele Varrazzo2019-04-061-1/+1
* Version bumped to next dev releaseDaniele Varrazzo2019-04-061-1/+1
* Fixed debug title level in newsDaniele Varrazzo2019-04-061-1/+1
* Fixed link to RealDictRow from last newsDaniele Varrazzo2019-04-061-1/+1
* Bumping to version 2.8.12_8_1Daniele Varrazzo2019-04-061-1/+1
* Merge branch 'fix-886'Daniele Varrazzo2019-04-063-48/+66
|\
| * RealDictRow inherits from OrderedDictfix-886Daniele Varrazzo2019-04-063-56/+47
| * Fixed RealDictCursor.pop()Daniele Varrazzo2019-04-063-0/+27
|/
* Merge branch 'fix-887'Daniele Varrazzo2019-04-064-8/+34
|\
| * Test notifies are received ok polling an async curfix-887Daniele Varrazzo2019-04-051-1/+22
| * Handle ok poll() without a cursor having executed queriesDaniele Varrazzo2019-04-053-7/+12
| * Bump to next dev releaseDaniele Varrazzo2019-04-051-1/+1
|/
* Bumping to 2.8 for release2_8Daniele Varrazzo2019-04-031-1/+1
* 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-012-3/+3
* Merge branch 'keepalive-save-wal-end'Daniele Varrazzo2019-03-306-1/+46
|\
| * Added news entry about ReplicationMessage.wal_endDaniele Varrazzo2019-03-302-0/+4
| * Address code review feedbackgrunskis-bonial2019-03-303-4/+18
| * Store WAL end pointer in the replication cursorMartins Grunskis2019-03-305-2/+29
|/
* Add time type conversion info to docsAndrew Rabert2019-03-241-0/+23
* Allow tests to be ignored if dynamic binding failed2_8_BETA_2Daniele Varrazzo2019-03-182-14/+23
* Version number changed to release version 2.8 beta 2 packagesDaniele Varrazzo2019-03-181-1/+1
* Merge branch 'naming'Daniele Varrazzo2019-03-1834-305/+302
|\