| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -275/+374 |
| | | |||||
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | array header, and to compute sizing and alignment of array elements the same way normal tuple access operations do --- viz, using the tupmacs.h macros att_addlength and att_align. This makes the world safe for arrays of cstrings or intervals, and should make it much easier to write array-type-polymorphic functions; as examples see the cleanups of array_out and contrib/array_iterator. By Joe Conway and Tom Lane. | ||||
| * | Fixed very stupid but important bug: mixing calls of some founctions from | Bruce Momjian | 2002-08-10 | 1 | -3/+3 |
| | | | | | | | contrib/tsearch and contrib/ltree :) Teodor Sigaev | ||||
| * | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | Bruce Momjian | 2002-07-30 | 1 | -0/+549 |
