Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -621/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks. | Georg Brandl | 2014-11-10 | 1 | -1/+2 |
| | |||||
* | postgres builtins: dont always import stuff needed for the selfupdate machinery | Georg Brandl | 2014-10-19 | 1 | -109/+109 |
| | |||||
* | Swap two builtins over to one-word-per-line | Tim Hatch | 2014-10-04 | 1 | -74/+477 |
| | |||||
* | Update postgres builtins regeneration logic | Tim Hatch | 2014-10-04 | 1 | -30/+15 |
| | |||||
* | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 1 | -10/+9 |
| | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime. | ||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -6/+6 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Fix issues found by "make check". | Georg Brandl | 2013-01-09 | 1 | -1/+3 |
| | |||||
* | Removed some unused variables to fix pyflakes warnings | Dmitry Shachnev | 2012-11-12 | 1 | -1/+0 |
| | |||||
* | Added a few new PostgreSQL 9.2 types | Daniele Varrazzo | 2012-04-25 | 1 | -8/+9 |
| | | | | Added json, serial2, smallserial, anynonarray. | ||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Add changelog entry and fixup imports in postgres module. | Georg Brandl | 2011-06-19 | 1 | -2/+2 |
| | |||||
* | Consider TRIGGER as keyword, not as datatype. | Daniele Varrazzo | 2011-04-12 | 1 | -0/+3 |
| | |||||
* | Adding a Pl/pgSQL lexer | Daniele Varrazzo | 2011-04-12 | 1 | -0/+6 |
| | |||||
* | Added list of pseudo-datatypes to PostgreSQL lexer | Daniele Varrazzo | 2011-04-12 | 1 | -1/+38 |
| | |||||
* | PostgreSQL keywords updated to post 9.1a5. | Daniele Varrazzo | 2011-04-06 | 1 | -133/+62 |
| | |||||
* | Pull PostgreSQL keywords from their master | Daniele Varrazzo | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | Only consider PostgreSQL ones as keywords | Daniele Varrazzo | 2011-04-06 | 1 | -6/+6 |
| | | | | | SQL keywords are too many and contain stuff regularly used for fields (eg. 'a') | ||||
* | PostgreSQL keywords updated to version 9.0 | Daniele Varrazzo | 2011-04-01 | 1 | -0/+141 |
| | |||||
* | Added PostgreSQL specific SQL and interactive session lexers | Daniele Varrazzo | 2011-04-01 | 1 | -0/+115 |