postgresql/contrib
Marc G. Fournier 674b22a2a4 From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
PostgreSQL type extensions for IP and MAC addresses.

I needed to record IP and MAC level ethernet addresses in a data
base, and I really didn't want to store them as plain strings, with
no enforced error checking, so I put together the accompanying code
as my first experiment with adding a data type to PostgreSQL.  I
then thought that this might be useful to others, both directly and
as a very simple example of how to do this sort of thing, so here
it is, in the hope that it will be useful.
1998-01-25 07:11:07 +00:00
..
array Change some labels in bootparse to make ctags happy. Clean up 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. 1998-01-06 18:53:02 +00:00
datetime Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
int8 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
ip_and_mac From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 1998-01-25 07:11:07 +00:00
linux Allow logging of output to syslog or /tmp/postgres.log. 1997-12-06 03:02:34 +00:00
miscutil Update of contrib stuff from massimo. 1997-11-05 21:38:25 +00:00
pginterface Remove .orig files. 1997-11-07 20:41:17 +00:00
sequence Update of contrib stuff from massimo. 1997-11-05 21:38:25 +00:00
soundex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
spi From: "Michael J. Maravillo" <mmj@philonline.com> 1998-01-17 23:39:35 +00:00
string Update of contrib stuff from massimo. 1997-11-05 21:38:25 +00:00
unixdate Backend code redefinitions to allow read/write 1997-12-04 23:04:08 +00:00
userlock Update of contrib stuff from massimo. 1997-11-05 21:38:25 +00:00