]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/varlena.c
Message style improvements
[postgresql] / src / backend / utils / adt / varlena.c
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-02-26 Neil ConwayFix typo in comment.
2005-12-22 Tom LaneAdjust string comparison so that only bitwise-equal...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-10-29 Peter EisentrautMessage corrections
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-16 Neil ConwayUpdate two comments to refer to use the new list API...
2005-08-26 Tom LaneThe idea of using _strncoll() on Windows doesn't work...
2005-08-24 Tom LaneAdd small hack to support use of Unicode-based locales...
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-07-29 Bruce MomjianThank you for applying patch --- regexp_replace.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-07-07 Bruce Momjianpg_column_size() cleanup for messages and code cleanup.
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-07-04 Bruce MomjianI made the patch that improved the performance of repla...
2005-05-30 Tom LaneChange the UNKNOWN type to have an internal representat...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-01-31 Neil ConwayMicro-opt: replace calls like
2004-01-31 Tom LaneFix text_position to not scan past end of source string...
2003-12-19 Tom LaneMake to_hex() behave portably on negative input values...
2003-11-30 Joe ConwayMake PQescapeBytea and byteaout consistent with each...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
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...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-11-17 Tom LaneReduce need for palloc/pfree overhead in varstr_cmp...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-22 Bruce MomjianAdd:
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-04-15 Tatsuo IshiiFix text_substr bug intrduced in 7.3 development
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2001-11-19 Bruce MomjianFix arg coerect match text type, per Tom.
2001-11-19 Bruce MomjianMake text octet_length() return non-compressed length...
2001-11-19 Tom LaneGrammatical and spelling fixes.
2001-11-18 Tatsuo IshiiOptimization for bpcharlen, textlen, varcharlen in...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-09-11 Tatsuo IshiiImplement following item in TODO:
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-03 Jan WieckTOAST
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-24 Tom LaneRename bytea functions to not have upper-case letters...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
next