]> granicus.if.org Git - postgresql/history - src/backend/regex/regcomp.c
Increase the default value of default_statistics_target from 10 to 100,
[postgresql] / src / backend / regex / regcomp.c
2008-02-14 Tom LaneSync our regex code with upstream changes since last...
2007-10-06 Tom LaneAdjust some regex debugging printouts to not give wrong...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2004-11-24 Tom LaneInstall Tcl regex fixes to sync our regex engine with...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Tom LaneFix broken definition of :print: character class, per...
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-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-05 Tom LaneFix code to work when isalpha and friends are macros...
2002-04-24 Bruce Momjian[ Patch comments in three pieces.]
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-13 Tom LaneClean up portability problems in regexp package: change...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-25 Tatsuo IshiiFix multi-byte+locale problem
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
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-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-06 Bruce MomjianCleanup of compiler warnings.
1998-03-15 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
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-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1996-12-15 Bryan HendersonRemove __P macro usage so it compiles without cdefs.h.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-09-20 Marc G. FournierVarious patches from Bryan that *should* clean up the...
1996-08-28 Marc G. FournierMoved the include files to src/include/regex
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01