summaryrefslogtreecommitdiff
path: root/contrib/array/array_iterator.c
AgeCommit message (Collapse)Author
1999-03-16contrib/array_iterator/array_iterator.c won't compile.Bruce Momjian
Included patches should fix the problem. -- Tatsuo Ishii
1999-01-21i have made minor changes to array_iterator to make it work withBruce Momjian
pgsql-6.3.2. I think array_iterator is a great thing to have!!! With best regards, Tobias Gabele
1998-08-30From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
Here is a tar file the new directories, which substitute the old ones in contrib. Please remove the old directories array, datetime, miscutil, string and userlock before unpacking the tar file in contrib. Note that as the modules are now installed in lib/modules I install all my sql code in lib/sql. In my opinion also the other contributors should follow these rules.
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-04-22From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier
This patch fix the Makefiles in contrib/{pginterface, spi, miscutil, int8, ip_and_mac, sequence, soundex, string, userlock, array, datetime} to install their modules in one directory(lib/modules/).
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up ↵Bruce Momjian
outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff.
1997-11-05Update of contrib stuff from massimo.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian
indenting. Also static variable indenting.
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1996-08-18Support Docs & ContribMarc G. Fournier