summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bumped for release 2.5.52_5_5maint_2_5Daniele Varrazzo2015-02-081-1/+1
* More tests tweaksDaniele Varrazzo2015-02-082-1/+2
* Make Column picklable on Python >= 3.3Daniele Varrazzo2015-02-083-5/+20
* Don't test date 24:00 before PG 8.4Daniele Varrazzo2015-02-081-1/+2
* Added NEWS note about picklable cursor.desciptionDaniele Varrazzo2015-02-081-0/+1
* Allow pickling of cursor.descriptionOwen Raccuglia2015-02-083-0/+13
* Propagate read error messages in COPY FROMDaniele Varrazzo2015-02-083-3/+50
* Convert Postgres time 24:00 into 00:00Daniele Varrazzo2015-02-083-0/+16
* Correct exausted -> exhausted typoErik Lee2014-12-251-1/+1
* Correction to type adaption example, making it more transparentAsmund Tokheim2014-12-251-1/+3
* Don't try to close the server cursor in error stateDaniele Varrazzo2014-09-163-3/+36
* In 2010 I couldn't speak EnglishDaniele Varrazzo2014-09-111-11/+13
* 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