| Commit message (Expand) | Author | Age |
* | Allow btree comparison functions to return INT_MIN. | Tom Lane | 2018-10-05 |
* | Fix crash in contrib/ltree's lca() function for empty input array. | Tom Lane | 2018-07-13 |
* | ltree: Zero padding bytes when allocating memory for externally visible data. | Andres Freund | 2016-03-08 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut | 2014-04-18 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 2010-12-21 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Change patternsel() so that instead of switching from a pure | Tom Lane | 2008-03-09 |
* | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane | 2007-02-28 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Fix ltreeparentsel so it actually works ... | Tom Lane | 2006-04-27 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
* | Fix subpath and subltree. Allow to return '' value. | Teodor Sigaev | 2003-07-18 |
* | Please, apply patch for contrib/ltree to current CVS and 7.3.2 | Bruce Momjian | 2003-03-31 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | please find attached patch to current CVS ( contrib/ltree ) | Bruce Momjian | 2002-08-04 |
* | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | Bruce Momjian | 2002-07-30 |