OSDN Git Service

Message editing: remove gratuitous variations in message wording, standardize
[pg-rex/syncrep.git] / src / backend / utils / adt / varlena.c
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.
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-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-13 Thomas G. LockhartAdd routines to help with single-byte (internal) charac...
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-02 Bruce Momjian> David Hartwig wrote:
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
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 MomjianHello!
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Thomas G. LockhartAdd conversion functions to and from the "name" data...
1998-05-09 Thomas G. LockhartAdd routines to convert between varchar and bpchar.
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-03-15 Marc G. FournierFrom: "Thomas G. Lockhart" <lockhart@alumni.caltech...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierFrom: "Denis V. Dmitrienko" <denis@null.net>
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-01 Thomas G. LockhartDefine text_substr().
1997-12-16 Thomas G. LockhartDefine text, varchar, and bpchar string length functions.
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-11-23 Bruce MomjianFix for textcat on varchar() fields.
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-07-29 Thomas G. LockhartAdd routines for text trimming on both ends, substring...
1997-06-11 Vadim B. MikheevLexicographically compare 'char' and 'text'.
1997-04-25 Marc G. FournierMore timezone patches by Thomas:
1997-04-21 Vadim B. MikheevFix for text_lt/text_le to avoid warnings if not def...
1997-04-09 Marc G. FournierGNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh...
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1997-01-16 Vadim B. Mikheevtextin fixed: no more zero-byte (thanks, Erich)
1997-01-08 Bryan HendersonUse proper types so it compiles on DEC C89. Thanks...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
next