| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Add bytea_agg, parallel to string_agg. | Robert Haas | 2011-12-23 | 1 | -0/+47 |
| * | Shave a few cycles in string_agg(). | Robert Haas | 2011-12-21 | 1 | -1/+1 |
| * | Miscellaneous cleanup to silence compiler warnings seen on Mingw. | Andrew Dunstan | 2011-12-10 | 1 | -0/+4 |
| * | Fix concat_ws() to not insert a separator after leading NULL argument(s). | Tom Lane | 2011-08-29 | 1 | -11/+23 |
| * | Use consistent format for reporting GetLastError() | Peter Eisentraut | 2011-08-23 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2011-07-08 | 1 | -2/+2 |
| * | Message style tweaks | Peter Eisentraut | 2011-07-05 | 1 | -1/+1 |
| * | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 | 1 | -3/+3 |
| * | Fix integer overflow in text_format function, reported by Dean Rasheed. | Heikki Linnakangas | 2011-05-23 | 1 | -5/+22 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -53/+55 |
| * | Add collation support on Windows (MSVC build) | Peter Eisentraut | 2011-04-10 | 1 | -0/+5 |
| * | Improve reporting of run-time-detected indeterminate-collation errors. | Tom Lane | 2011-03-22 | 1 | -0/+13 |
| * | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -12/+22 |
| * | Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings. | Tom Lane | 2011-01-18 | 1 | -41/+75 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 2010-12-21 | 1 | -7/+7 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -10/+10 |
| * | Add new SQL function, format(text). | Robert Haas | 2010-11-20 | 1 | -0/+195 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro | 2010-08-24 | 1 | -1/+147 |
| * | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 | 1 | -65/+228 |
| * | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 | 1 | -24/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -74/+74 |
| * | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 | 1 | -22/+18 |
| * | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 | 1 | -1/+105 |
| * | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 | 1 | -21/+193 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -19/+55 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -31/+36 |
| * | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas | 2009-04-23 | 1 | -2/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Reimplement text_position and related functions to use Boyer-Moore-Horspool | Tom Lane | 2008-09-07 | 1 | -30/+185 |
| * | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 | 1 | -45/+12 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 | 1 | -2/+3 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -72/+124 |
| * | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 | 1 | -1/+14 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -8/+8 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -19/+20 |
| * | Although I'd misdiagnosed the reason for the recent failures on | Tom Lane | 2007-09-22 | 1 | -2/+2 |
| * | Fix varlena.c routines to allow 1-byte-header text values. This is now | Tom Lane | 2007-09-22 | 1 | -32/+33 |
| * | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane | 2007-07-19 | 1 | -14/+53 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -145/+135 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -10/+10 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
| * | Fix string_to_array() to correctly handle the case where there are | Tom Lane | 2006-10-07 | 1 | -138/+197 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -8/+8 |