summaryrefslogtreecommitdiff
path: root/pygments/lexers/_postgres_builtins.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-621/+0
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-101-1/+2
|
* postgres builtins: dont always import stuff needed for the selfupdate machineryGeorg Brandl2014-10-191-109/+109
|
* Swap two builtins over to one-word-per-lineTim Hatch2014-10-041-74/+477
|
* Update postgres builtins regeneration logicTim Hatch2014-10-041-30/+15
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-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 Brandl2014-01-181-6/+6
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Fix issues found by "make check".Georg Brandl2013-01-091-1/+3
|
* Removed some unused variables to fix pyflakes warningsDmitry Shachnev2012-11-121-1/+0
|
* Added a few new PostgreSQL 9.2 typesDaniele Varrazzo2012-04-251-8/+9
| | | | Added json, serial2, smallserial, anynonarray.
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Add changelog entry and fixup imports in postgres module.Georg Brandl2011-06-191-2/+2
|
* Consider TRIGGER as keyword, not as datatype.Daniele Varrazzo2011-04-121-0/+3
|
* Adding a Pl/pgSQL lexerDaniele Varrazzo2011-04-121-0/+6
|
* Added list of pseudo-datatypes to PostgreSQL lexerDaniele Varrazzo2011-04-121-1/+38
|
* PostgreSQL keywords updated to post 9.1a5.Daniele Varrazzo2011-04-061-133/+62
|
* Pull PostgreSQL keywords from their masterDaniele Varrazzo2011-04-061-1/+1
|
* Only consider PostgreSQL ones as keywordsDaniele Varrazzo2011-04-061-6/+6
| | | | | SQL keywords are too many and contain stuff regularly used for fields (eg. 'a')
* PostgreSQL keywords updated to version 9.0Daniele Varrazzo2011-04-011-0/+141
|
* Added PostgreSQL specific SQL and interactive session lexersDaniele Varrazzo2011-04-011-0/+115