Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into errors-moduleerrors-module | Daniele Varrazzo | 2018-10-15 | 1 | -2/+2 |
|\ | |||||
| * | errorcodes map update to PostgreSQL 11 | Daniele Varrazzo | 2018-10-14 | 1 | -2/+2 |
| | | |||||
| * | Prefer https:// URLs when available | Jon Dufresne | 2018-09-22 | 1 | -1/+1 |
| | | |||||
* | | Dropped parsing sgml files for error codes | Daniele Varrazzo | 2018-08-17 | 1 | -53/+9 |
|/ | | | | | | | The errcodes.txt file contains all the errors for the currently maintained server versions. There is only one error code missing, probably unused, but adding it back anyway to keep the errcode module unchanged. | ||||
* | Drop 2to3 build step; make all code compatible with all Pythons | Jon Dufresne | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Make all library code compatible with both Python 2 and Python 3. Helps move to modern Python idioms. Can now write for Python 3 (with workarounds for Python 2) instead of the other way around. In the future, when it is eventually time to drop Python 2, the library will be in a better position to remove workarounds Added a very small comparability module compat.py where required. It includes definitions for: - text_type -- A type. str on Python 3. unicode on Python 2. - string_types -- A tuple. Contains only str on Python 3. Contains str & unicode on Python 2. | ||||
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 1 | -4/+5 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Parse PG 10 error codes from final version | Daniele Varrazzo | 2017-10-19 | 1 | -7/+12 |
| | |||||
* | Error codes updated to PG 10 beta 1 | Daniele Varrazzo | 2017-06-05 | 1 | -5/+9 |
| | |||||
* | errcodes updated to PG 9.6 | Daniele Varrazzo | 2017-06-05 | 1 | -1/+2 |
| | |||||
* | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -9/+14 |
| | |||||
* | errorcodes map updated to PostgreSQL 9.5. | Daniele Varrazzo | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Dropped creation of errcodes with missing spec field | Daniele Varrazzo | 2014-08-28 | 1 | -8/+3 |
| | | | | | On further inspection these names are just aliases for values already defined: we don't need the duplication. | ||||
* | Document we known 9.4 errorcodes | Daniele Varrazzo | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | Scrape PostgreSQL 9.4 error codes table too | Daniele Varrazzo | 2014-08-13 | 1 | -1/+1 |
| | | | | No new error code found as of 9.4 beta2. | ||||
* | Parse errocodes for PG 9.3 too | Daniele Varrazzo | 2014-07-31 | 1 | -1/+1 |
| | | | | | There is no new errcode defined so no need to release this as a change, only change the docs. | ||||
* | Parse the error codes from the text file if available | Daniele Varrazzo | 2014-07-31 | 1 | -3/+54 |
| | | | | | The text file was added in PG 9.1. It contains a few errors not available in the SGML. | ||||
* | cleanup remaining GPL license text | Chris Mildebrandt | 2014-05-20 | 1 | -8/+8 |
| | |||||
* | errorcodes map updated to PostgreSQL 9.2 | Daniele Varrazzo | 2012-09-21 | 1 | -1/+2 |
| | |||||
* | make_errorcodes updated to the current page style | Daniele Varrazzo | 2011-12-16 | 1 | -10/+6 |
| | |||||
* | errorcodes map updated to PostgreSQL 9.1 | Daniele Varrazzo | 2011-08-22 | 1 | -5/+15 |
| | |||||
* | Added PostgreSQL 9.0 error codes. | Daniele Varrazzo | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Completed documentation for errorcodes module. | Daniele Varrazzo | 2010-02-16 | 1 | -0/+5 |
| | |||||
* | Added script to update the errorcodes module. | Daniele Varrazzo | 2010-02-15 | 1 | -0/+110 |