summaryrefslogtreecommitdiff
path: root/scripts/make_errorcodes.py
Commit message (Expand)AuthorAgeFilesLines
* errorcodes map and errors classes updated to PostgreSQL 14.Daniele Varrazzo2021-11-111-1/+1
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-201-1/+1
|\
| * docs: fix a few simple typosTim Gates2021-05-201-1/+1
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-171-7/+5
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-4/+3
|/
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-051-1/+1
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-051-0/+19
* Errors fetch scripts ported to Python 3Daniele Varrazzo2020-09-051-4/+4
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Added Postgres 12 errorsDaniele Varrazzo2019-10-191-7/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-151-2/+2
|\
| * errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-141-2/+2
| * Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
* | Dropped parsing sgml files for error codesDaniele Varrazzo2018-08-171-53/+9
|/
* Drop 2to3 build step; make all code compatible with all PythonsJon Dufresne2017-12-111-1/+1
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-4/+5
* Parse PG 10 error codes from final versionDaniele Varrazzo2017-10-191-7/+12
* Error codes updated to PG 10 beta 1Daniele Varrazzo2017-06-051-5/+9
* errcodes updated to PG 9.6Daniele Varrazzo2017-06-051-1/+2
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-9/+14
* errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-011-1/+1
* Dropped creation of errcodes with missing spec fieldDaniele Varrazzo2014-08-281-8/+3
* Document we known 9.4 errorcodesDaniele Varrazzo2014-08-241-0/+1
* Scrape PostgreSQL 9.4 error codes table tooDaniele Varrazzo2014-08-131-1/+1
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-311-1/+1
* Parse the error codes from the text file if availableDaniele Varrazzo2014-07-311-3/+54
* cleanup remaining GPL license textChris Mildebrandt2014-05-201-8/+8
* errorcodes map updated to PostgreSQL 9.2Daniele Varrazzo2012-09-211-1/+2
* make_errorcodes updated to the current page styleDaniele Varrazzo2011-12-161-10/+6
* errorcodes map updated to PostgreSQL 9.1Daniele Varrazzo2011-08-221-5/+15
* Added PostgreSQL 9.0 error codes.Daniele Varrazzo2010-09-231-1/+1
* Completed documentation for errorcodes module.Daniele Varrazzo2010-02-161-0/+5
* Added script to update the errorcodes module.Daniele Varrazzo2010-02-151-0/+110