]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/like.c
pgindent run for 8.2.
[postgresql] / src / backend / utils / adt / like.c
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-04 Tom LaneChange ILIKE to invoke lower() and then do plain LIKE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-05-25 Bruce MomjianAt the head of wchareq, length of (multibyte) character...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-22 Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-04 Tatsuo IshiiOptimization for single byte encodings.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-11 Tatsuo IshiiFix ILIKE bug (only in multi-byte case)
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-08-22 Tatsuo IshiiAdd multibyte support for both LIKE and ILIKE
2000-08-09 Thomas G. LockhartReimplement MULTIBYTE support (oops). Not tested, but...
2000-08-07 Thomas G. LockhartClean up code to remove the explicit backslash cruft.
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-07-07 Tom LaneFix misuse of StrNCpy to copy and add null to non-null...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-06-14 Bruce MomjianAdd () around define -1.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-07 Tom LaneRepair logic error in LIKE: should not return LIKE_ABORT
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-07 Tom LaneRepair recently-introduced error in makeIndexable for...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-15 Bruce MomjianLIKE cleanup.
1999-03-15 Bruce Momjian> > > This patches src/bin/psql/psql.c.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
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-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
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-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-09 Marc G. FournierFixes: Using LIKE or ~ operator on text type files...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01