aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane2012-09-06
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane2012-05-25
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-23
* Shave a few cycles in string_agg().Robert Haas2011-12-21
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Message style improvementsPeter Eisentraut2011-07-08
* Message style tweaksPeter Eisentraut2011-07-05
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas2011-05-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Per-column collation supportPeter Eisentraut2011-02-08
* Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings.Tom Lane2011-01-18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-21
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add new SQL function, format(text).Robert Haas2010-11-20
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-24
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create an official API function for C functions to use to check if they areTom Lane2010-02-08
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-23
* Update copyright for 2009.Bruce Momjian2009-01-01
* Reimplement text_position and related functions to use Boyer-Moore-HorspoolTom Lane2008-09-07
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Fix varstr_cmp's special case for UTF8 encoding on Windows so that stringsTom Lane2008-03-13