Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2015-10-30 | Implement lookbehind constraints in our regular-expression engine. | Tom Lane | 9.6.0 |
| 2015-10-16 | Fix O(N^2) performance problems in regular-expression compiler. | Tom Lane | 9.6.0 |
| 2015-10-16 | Improve memory-usage accounting in regular-expression compiler. | Tom Lane | 9.6.0 |
| 2015-10-02 | Add recursion depth protections to regular expression matching. | Tom Lane | 9.6.0 |
| 2015-09-18 | Fix low-probability memory leak in regex execution. | Tom Lane | 9.6.0 |
| 2015-09-16 | Sync regex code with Tcl 8.6.4. | Tom Lane | 9.6.0 |