summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Windows doesn't like the name "connect" for a functionDaniele Varrazzo2019-03-171-5/+5
| * Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-1722-76/+76
| * Several function names shortenedDaniele Varrazzo2019-03-1718-234/+231
* | Merge branch 'fix-829'Daniele Varrazzo2019-03-185-10/+83
|\ \
| * | Mention closed #829 in NEWS fileDaniele Varrazzo2019-03-181-4/+9
| * | Don't close connections from forked processesDaniele Varrazzo2019-03-183-3/+28
| * | subprocess test function moved into a moduleDaniele Varrazzo2019-03-171-11/+26
| * | Added test to reproduce ticket #829Daniele Varrazzo2019-03-171-0/+28
* | | Allow incorrect result for pgconn_ptr test on OSXDaniele Varrazzo2019-03-181-0/+3
* | | Run tests on windows using the same library versions of the packagesDaniele Varrazzo2019-03-182-5/+4
* | | Appveyor tests in order of sort what I careDaniele Varrazzo2019-03-181-6/+6
|/ /
* | Allow 0 as key in the poolDaniele Varrazzo2019-03-171-3/+3
* | Merge branch 'use-conn-pgres'Daniele Varrazzo2019-03-178-321/+196
|\ \ | |/
| * Dropped whole "critical" storyDaniele Varrazzo2019-03-173-93/+1
| * Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-176-132/+105
| * Added helper methods to set a result into a connection/cursorDaniele Varrazzo2019-03-175-20/+32
| * Dropped pgconn argument from conn_setup()Daniele Varrazzo2019-03-173-17/+16
| * Use the connection's PGresult to pass results through callsDaniele Varrazzo2019-03-174-132/+113
| * Fixed handling of internal query too largeDaniele Varrazzo2019-03-171-0/+2
|/