summaryrefslogtreecommitdiff
path: root/contrib/array/array_iterator.h
Commit message (Collapse)AuthorAgeFilesLines
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-25/+18
| | | | | | | | | | 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.
* This patch adds support for inet[] arrays to the /contrib/array module.Bruce Momjian2002-08-041-0/+5
| | | | Neil Conway
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
| | | | tests pass.
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
|
* Hi,Bruce Momjian1999-06-051-7/+23
| | | | | | | | | | | | | | | | I have updated my contrib code for version 6.5. In the attachment you will find the directories array, datetime, miscutil, string, tools and userlocks which replace the corresponding directories under contrib. In contrib/tools you will find some developement scripts which I use while hacking the sources. I hope they will be useful for some other people. I have also added a contrib/Makefile which tries to compile and install all the contribs. Unfortunately many of them don't have a Makefile or don't compile cleanly. -- Massimo Dal Zotto
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
|
* i have made minor changes to array_iterator to make it work withBruce Momjian1999-01-211-1/+2
| | | | | | | | | pgsql-6.3.2. I think array_iterator is a great thing to have!!! With best regards, Tobias Gabele
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-22/+23
|
* Update of contrib stuff from massimo.Bruce Momjian1997-11-051-0/+27