Age | Commit message (Expand) | Author |
2024-12-17 | Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() | Peter Eisentraut |
2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
2023-01-10 | New header varatt.h split off from postgres.h | Peter Eisentraut |
2023-01-06 | Allow hyphens in ltree labels | Andrew Dunstan |
2022-12-29 | Fix oversight in 7a05425d96 | Andrew Dunstan |
2022-12-28 | Convert contrib/ltree's input functions to report errors softly | Andrew Dunstan |
2020-04-01 | Clean up parsing of ltree and lquery some more. | Tom Lane |
2020-04-01 | Add support for binary I/O of ltree, lquery, and ltxtquery types. | Tom Lane |
2020-03-31 | Fix lquery's NOT handling, and add ability to quantify non-'*' items. | Tom Lane |
2020-03-31 | Improve error messages in ltree_in and lquery_in. | Tom Lane |
2020-03-29 | Cosmetic improvements in ltree code. | Tom Lane |
2020-03-28 | Protect against overflow of ltree.numlevel and lquery.numlevel. | Tom Lane |
2019-10-24 | Make the order of the header file includes consistent in contrib modules. | Amit Kapila |
2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
2014-02-17 | Predict integer overflow to avoid buffer overruns. | Noah Misch |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2008-06-30 | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-24 | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane |
2003-12-17 | Repair badly broken estimation of output buffer size in lquery_out(). | Tom Lane |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-10 | Fixed very stupid but important bug: mixing calls of some founctions from | Bruce Momjian |
2002-08-10 | The patch solves this problem, I hope... | Bruce Momjian |
2002-08-04 | please find attached patch to current CVS ( contrib/ltree ) | Bruce Momjian |
2002-07-30 | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | Bruce Momjian |