aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex/regc_lex.c
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Avoid character classification in regex escape parsing.Jeff Davis2023-04-21
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-09
* Allow complemented character class escapes within regex brackets.Tom Lane2021-02-25
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-18
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-08
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane2016-08-19
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-30
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make various variables const (read-only).Tom Lane2014-01-18
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-14
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Add a useless return statement to suppress a warning seen with someTom Lane2007-10-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* pgindent run.Bruce Momjian2003-08-04
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-05