]> granicus.if.org Git - postgresql/history - src/include/regex
Remove leftovers of BeOS port
[postgresql] / src / include / regex /
2012-02-24 Tom LaneAvoid repeated creation/freeing of per-subre DFAs durin...
2012-02-24 Tom LaneRemove useless "retry memory" logic within regex engine.
2012-02-24 Tom LaneFix the general case of quantified regex back-references.
2012-02-19 Tom LaneCreate the beginnings of internals documentation for...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-12-01 Tom LaneTeach the regular expression functions to do case-insen...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-02-14 Tom LaneSync our regex code with upstream changes since last...
2008-01-03 Tom LaneFix assorted security-grade bugs in the regex engine...
2007-10-06 Tom LaneAdjust regcustom.h so that all those assert() calls...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce Momjianpgindent run.
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Tatsuo IshiiAdd _REGEX_UTILS_H to avoid duplication.
2001-02-13 Tom LaneClean up portability problems in regexp package: change...
2001-02-12 Tom LaneHmm, this isn't used either.
2001-02-12 Tom LaneRemove unused and largely-broken-anyway compatibility...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-06-15 Bruce MomjianClean up #include's.
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-30 Tom LanePortability fixes found needed for SunOS 4.1.x:
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-03-15 Marc G. FournierFrom: t-ishii@sra.co.jp
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-11-26 Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-06 Marc G. FournierOkay...this pretty much cleans out the include files.
1996-11-06 Marc G. Fournier...same...
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-20 Marc G. Fournierchange '#if defined(PORTNAME_sparc)' to '#if !defined...
1996-09-21 Marc G. Fournier|For starters, here's a small patch that removes a...
1996-09-20 Marc G. FournierAdd the regex include files to the repository...