summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in testslo64Daniele Varrazzo2014-09-111-1/+1
* Added documentation about the lo64 supportDaniele Varrazzo2014-09-113-17/+57
* Keep into account psycopg build in lo64 testsDaniele Varrazzo2014-09-111-10/+23
* Guard against overflows when using the lo32 apiDaniele Varrazzo2014-09-111-7/+28
* Fixed mismatched types in debug printDaniele Varrazzo2014-09-101-3/+3
* Don't try and compile lo64 support on 32 bits PythonDaniele Varrazzo2014-09-101-2/+2
* Add the flag 'lo64' to the version if psycopg supports the lo_*64 apiDaniele Varrazzo2014-09-101-0/+10
* Use ifdef instead of if to check LO64Daniele Varrazzo2014-09-103-7/+5
* Fixed check for PG versionDaniele Varrazzo2014-09-101-2/+5
* Check server_version before using lo_*64 functions. If less tahn 9.3 old none...Blake Rouse2014-09-101-3/+15
* Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...Blake Rouse2014-09-084-20/+86
* Use lseek64 and ltell64 to support large object greater than 2gb in size.Blake Rouse2014-09-054-19/+37
* Fix typo in docsTomer Chachamu2014-09-011-2/+2
* Added scripts to release and upload docsDaniele Varrazzo2014-09-013-0/+72
* Bump to next dev releaseDaniele Varrazzo2014-08-311-1/+1
* Version changed for release 2.5.42_5_4Daniele Varrazzo2014-08-301-1/+1
* Release notes cleanup before releasing 2.4.5Daniele Varrazzo2014-08-302-8/+8
* Fixed excessively strict notices testDaniele Varrazzo2014-08-301-3/+0
* Merge branch 'drop-lighthouse' into maint_2_5Daniele Varrazzo2014-08-283-19/+41
|\
| * Migrate more tickets and further awayDaniele Varrazzo2014-08-281-2/+2
| * Added plural version of the tickets roleDaniele Varrazzo2014-08-242-27/+34
| * Point tickets to GitHub instead of LighthouseDaniele Varrazzo2014-08-242-3/+18
* | Dropped creation of errcodes with missing spec fieldDaniele Varrazzo2014-08-283-14/+3
* | Clear adapters in test to maintain reference countDaniele Varrazzo2014-08-261-4/+14
* | Fixed memory leak with large objectsDaniele Varrazzo2014-08-262-7/+7
* | Added test to verify _psycopg can be importedDaniele Varrazzo2014-08-262-1/+28
* | Don't import psycopg2.tz into the C extensionDaniele Varrazzo2014-08-263-39/+34
* | Dropped content from the INSTALL fileDaniele Varrazzo2014-08-241-102/+3
* | Added info about running the test suite in the docsDaniele Varrazzo2014-08-241-2/+29
* | Self-updating copyright year in docsDaniele Varrazzo2014-08-241-1/+3
* | Document we known 9.4 errorcodesDaniele Varrazzo2014-08-242-1/+2
* | Fixed doc example about Error attributesDaniele Varrazzo2014-08-241-21/+22
* | Merge branch 'withhold-transactions' into maint_2_5Daniele Varrazzo2014-08-215-18/+69
|\ \ | |/
| * Document WITH HOLD corrections.Daniele Varrazzo2014-08-211-0/+3
| * Allow using named with hold cursors in autocommitAlexey Borzenkov2014-08-211-1/+1
| * Added test to verify withhold cursors work in autocommitDaniele Varrazzo2014-08-211-0/+22
| * No implicit transaction on named cursor closeAlexey Borzenkov2014-08-213-13/+13
| * Added test to verify withhold transaction behaviourDaniele Varrazzo2014-08-211-4/+30
|/
* Fixed segfault in List functionDaniele Varrazzo2014-08-151-3/+3
* Scrape PostgreSQL 9.4 error codes table tooDaniele Varrazzo2014-08-131-1/+1
* Convert pool arguments to intDaniele Varrazzo2014-08-132-2/+4
* Document PostgreSQL 9.4 as supportedDaniele Varrazzo2014-08-131-1/+1
* Merge branch 'jsonb' into maint_2_5Daniele Varrazzo2014-08-137-31/+171
|\
| * Habemus jsonbDaniele Varrazzo2014-08-131-0/+1
| * Added jsonb docsDaniele Varrazzo2014-08-132-15/+39
| * Add register_default_jsonb() and register the typeDaniele Varrazzo2014-08-133-3/+22
| * Added name param to register_json()Daniele Varrazzo2014-08-132-13/+18
| * Added wishful test suite for jsonb typeDaniele Varrazzo2014-08-131-0/+91
|/
* Fix supported Py/PG versions in docsDaniele Varrazzo2014-08-042-2/+7
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-312-2/+2