]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/mac.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / mac.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-13 Tom LaneMore binary I/O routines.
2002-10-13 Tom LaneMake macaddr_in reject trailing garbage (except whitesp...
2002-09-04 Bruce Momjianpgindent run.
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-06-17 Bruce MomjianMerge ALTER GROUP ADD/DROP rules by creating add_drop...
2002-06-15 Bruce MomjianThe macaddr datatype understands most formats of MAC...
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2001-08-21 Tom LaneRemove special-case treatment of all-zeroes MAC address...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-08-23 Thomas G. LockhartAdd functions to convert to and from text, and to trunc...
2000-08-03 Tom LaneConvert inet-related functions to new fmgr style. ...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-03 Jan WieckTOAST
1999-12-16 Bruce MomjianEthernet MAC addresses (macaddr type) are not compared...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-22 Bruce MomjianCleanup of NULL in inet types.
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-10-08 Bruce MomjianFix for INET type addition.
1998-10-08 Bruce MomjianI agree. I think, though, that the best argument prese...
1998-10-04 Bruce MomjianAdd includes for prototypes for new IP type.
1998-10-04 Bruce MomjianAdd prototype include to inet types.
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.