OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / utils / adt / varlena.c
2011-07-04 Peter EisentrautMessage style tweaks
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-23 Heikki LinnakangasFix integer overflow in text_format function, reported...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-18 Tom LaneAvoid detoast in texteq/textne/byteaeq/byteane for...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-23 Heikki Linnakangasvarstr_cmp and any comparison function that piggybacks...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-07 Tom LaneReimplement text_position and related functions to...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-12 Tom LaneClean up a few places where Datums were being treated...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-13 Tom LaneFix varstr_cmp's special case for UTF8 encoding on...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-22 Tom LaneAlthough I'd misdiagnosed the reason for the recent...
2007-09-22 Tom LaneFix varlena.c routines to allow 1-byte-header text...
2007-07-19 Tom LaneMake replace(), split_part(), and string_to_array(...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
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-11-08 Tom LaneFix performance issues in replace_text(), replace_text_...
2006-10-07 Tom LaneFix string_to_array() to correctly handle the case...
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...
next