index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
regex
Age
Commit message (
Expand
)
Author
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-02
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-09
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-08-12
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2014-07-18
Fix two low-probability memory leaks in regular expression parsing.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-03-01
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2013-07-18
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-04-04
Fix crash on compiling a regular expression with more than 32k colors.
Heikki Linnakangas
2013-03-07
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-02-27
Add missing error check in regexp parser.
Tom Lane
2012-07-15
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-10
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-02-20
Fix regex back-references that are directly quantified with *.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-01
Change regexp engine's ccondissect/crevdissect routines to perform DFA
Tom Lane
2010-01-30
Fix some comments that got mangled by pgindent.
Tom Lane
2009-12-01
Teach the regular expression functions to do case-insensitive matching and
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-14
Sync our regex code with upstream changes since last time we did this, which
Tom Lane
2008-01-03
Fix assorted security-grade bugs in the regex engine. All of these problems
Tom Lane
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-22
Add a useless return statement to suppress a warning seen with some
Tom Lane
2007-10-06
Make dumpcolors() have tolerable performance when using 32-bit chr,
Tom Lane
2007-10-06
Adjust some regex debugging printouts to not give wrong-format-width
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-24
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-07-10
I made the patch that implements regexp_replace again.
Bruce Momjian
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2004-11-24
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
Tom Lane
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-29
Fix broken definition of :print: character class, per Bruno Wolff.
Tom Lane
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-02-05
Replace regular expression package with Henry Spencer's latest version
Tom Lane
2002-11-08
This patch removes a bunch of superfluous #include directives: if
Bruce Momjian
2002-09-16
Remove retest Makefile entry because it does not compile.
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-09-03
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-02
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-08-29
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-06-11
Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.
Thomas G. Lockhart
2002-05-05
Fix code to work when isalpha and friends are macros, not functions.
Tom Lane
2002-04-24
[ Patch comments in three pieces.]
Bruce Momjian
[next]