| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 1 | -7/+1 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -3/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 1 | -27/+28 |
| * | Fix typo in comment. | Neil Conway | 2006-02-26 | 1 | -2/+2 |
| * | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 | 1 | -5/+22 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -14/+14 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 1 | -13/+39 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -5/+4 |
| * | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane | 2005-10-18 | 1 | -54/+78 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -107/+107 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -3/+3 |
| * | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 | 1 | -2/+2 |
| * | The idea of using _strncoll() on Windows doesn't work. Revert to same | Tom Lane | 2005-08-26 | 1 | -37/+30 |
| * | Add small hack to support use of Unicode-based locales on WIN32. This | Tom Lane | 2005-08-24 | 1 | -6/+85 |