]> granicus.if.org Git - postgresql/history - src/backend/regex
Fix recently-understood problems with handling of XID freezing, particularly
[postgresql] / src / backend / regex /
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
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-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-16 Bruce MomjianRemove retest Makefile entry because it does not compile.
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
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-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-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-10-04 Tatsuo IshiiAdd dependency for regexec.c
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Tom LaneMake regular-expression error messages a tad less obscure,
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-11-30 Peter EisentrautMake all commands that link a program look like
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
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-05-25 Bruce Momjianpgindent run over code.
1999-05-21 Tatsuo Ishiiadd retest, a regex testing program
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-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-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-04-06 Bruce MomjianCleanup of compiler warnings.
1998-04-06 Bruce MomjianHi,
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-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
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-12-14 Vadim B. Mikheevconst register ... --> register const ...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
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