Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-16 | Ethernet MAC addresses (macaddr type) are not compared correctly for | Bruce Momjian | |
equality. The lobits macro is wrong and extracts the wrong set of bits out of the structure. To exhibit the problem: select '000000:000000'::macaddr = '000000:110000'::macaddr ; ?column? -------- t (1 row) Daniel Boyd | |||
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian | |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian | |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | |
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1999-03-22 | Cleanup of NULL in inet types. | Bruce Momjian | |
1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane | |
1998-10-08 | Fix for INET type addition. | Bruce Momjian | |
1998-10-08 | I agree. I think, though, that the best argument presented in the | Bruce Momjian | |
debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo | |||
1998-10-04 | Add includes for prototypes for new IP type. | Bruce Momjian | |
1998-10-04 | Add prototype include to inet types. | Bruce Momjian | |
1998-10-03 | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | |