]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/like_match.c
pgindent run for 8.3.
[postgresql] / src / backend / utils / adt / like_match.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-22 Andrew DunstanGo back to using a separate method for doing ILIKE...
2007-09-21 Tom LaneFix regex, LIKE, and some other second-rank text-manipu...
2007-06-02 Andrew DunstanImprove efficiency of LIKE/ILIKE code, especially for...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
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 Tom LaneFix some copyright notices that weren't updated. Impro...
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-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.