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