| Commit message (Expand) | Author | Age |
* | Allow regex operations to be terminated early by query cancel requests. | Tom Lane | 2014-03-01 |
* | Fix regexp_matches() handling of zero-length matches. | Tom Lane | 2013-07-31 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Clean up references to SQL92 | Peter Eisentraut | 2013-04-20 |
* | Extend format() to handle field width and left/right alignment. | Tom Lane | 2013-03-14 |
* | Fix concat() and format() to handle VARIADIC-labeled arguments correctly. | Tom Lane | 2013-01-25 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Allow embedded spaces without quoting in unix_socket_directories entries. | Tom Lane | 2012-09-06 |
* | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix string truncation to be multibyte-aware in text_name and bpchar_name. | Tom Lane | 2012-05-25 |
* | Rename bytea_agg to string_agg and add delimiter argument | Peter Eisentraut | 2012-04-13 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add bytea_agg, parallel to string_agg. | Robert Haas | 2011-12-23 |
* | Shave a few cycles in string_agg(). | Robert Haas | 2011-12-21 |
* | Miscellaneous cleanup to silence compiler warnings seen on Mingw. | Andrew Dunstan | 2011-12-10 |
* | Fix concat_ws() to not insert a separator after leading NULL argument(s). | Tom Lane | 2011-08-29 |
* | Use consistent format for reporting GetLastError() | Peter Eisentraut | 2011-08-23 |
* | Message style improvements | Peter Eisentraut | 2011-07-08 |
* | Message style tweaks | Peter Eisentraut | 2011-07-05 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Fix integer overflow in text_format function, reported by Dean Rasheed. | Heikki Linnakangas | 2011-05-23 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Add collation support on Windows (MSVC build) | Peter Eisentraut | 2011-04-10 |
* | Improve reporting of run-time-detected indeterminate-collation errors. | Tom Lane | 2011-03-22 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings. | Tom Lane | 2011-01-18 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 2010-12-21 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Add new SQL function, format(text). | Robert Haas | 2010-11-20 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro | 2010-08-24 |
* | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 |
* | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 |
* | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas | 2009-04-23 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Reimplement text_position and related functions to use Boyer-Moore-Horspool | Tom Lane | 2008-09-07 |
* | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 |