| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove contrib modules that have been agreed to be obsolete. | Tom Lane | 2005-06-22 | 1 | -31/+0 |
| | | | | | | (There are more that will be removed once they've been copied to pgfoundry.org.) | ||||
| * | Minor wording improvements. | Tom Lane | 2003-09-13 | 1 | -3/+2 |
| | | |||||
| * | Here is a patch that removes contrib/array, leaving only the README with | Bruce Momjian | 2003-09-11 | 1 | -37/+20 |
| | | | | | | | some examples of the new syntax and a reference to the documentation. Joe Conway. | ||||
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -4/+4 |
| | | | | | | | | | | | 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. | ||||
| * | Add missing /contrib files | Bruce Momjian | 2000-06-19 | 1 | -0/+49 |
