summaryrefslogtreecommitdiff
path: root/contrib/int8
AgeCommit message (Collapse)Author
1999-10-09Remove contrib/int8.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.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-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ↵Bruce Momjian
Clean up use of VARDATA.
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-09-08Used modified version of indent that understands over 100 typedefs.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
1997-05-17Initial 64-bit integer package.Thomas G. Lockhart