Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-08-19Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane
2015-10-30Implement lookbehind constraints in our regular-expression engine.Tom Lane
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2015-10-02Add some more query-cancel checks to regular expression matching.Tom Lane
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-16Sync regex code with Tcl 8.6.4.Tom Lane
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-19Fix memory leak during regular expression execution.Tom Lane
2014-03-01Allow regex operations to be terminated early by query cancel requests.Tom Lane
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-24Fix array overrun in regex code.Tom Lane
2012-02-24Merge dissect() into cdissect() to remove a pile of near-duplicate code.Tom Lane
2012-02-24Avoid repeated creation/freeing of per-subre DFAs during regex search.Tom Lane
2012-02-24Remove useless "retry memory" logic within regex engine.Tom Lane
2012-02-24Fix the general case of quantified regex back-references.Tom Lane
2012-02-20Fix regex back-references that are directly quantified with *.Tom Lane
2012-02-18Sync regex code with Tcl 8.5.11.Tom Lane
2011-04-10Teach regular expression operators to honor collations.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-02Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-02-05Replace regular expression package with Henry Spencer's latest versionTom Lane
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-13Clean up portability problems in regexp package: change all routineTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-07-18Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian
1998-03-15From: t-ishii@sra.co.jpMarc G. Fournier
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian