Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| | |||||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| | |||||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| | |||||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| | |||||
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| | |||||
* | The INET and CIDR types mistakenly compared 198.68.123.0/24 and | Bruce Momjian | 1999-06-02 | 1 | -2/+10 |
| | | | | | | 198.68.123.0/27 the same when indexing them. D'Arcy | ||||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -10/+10 |
| | |||||
* | Fix boolean assignment of return values to use "FALSE" rather than the | Thomas G. Lockhart | 1999-04-15 | 1 | -5/+5 |
| | | | | | mis-copied "NULL", which happens to have the same binary value. Previously, gcc gave non-fatal warnings. | ||||
* | Cleanup of NULL in inet types. | Bruce Momjian | 1999-03-22 | 1 | -63/+65 |
| | |||||
* | Thank you for the advice. I concluded that current inet code has a | Bruce Momjian | 1999-02-24 | 1 | -2/+7 |
| | | | | | | | | portability problem. Included patches should be applied to both current and 6.4 tree. I have tested on LinuxPPC, FreeBSD and Solaris 2.6. Now the inet regression tests on these platforms are all happy. --- Tatsuo Ishii | ||||
* | Fix for no platform NAN. | Bruce Momjian | 1999-01-01 | 1 | -3/+2 |
| | |||||
* | Re-fix test for negative-integer return code that should be | Tom Lane | 1998-10-29 | 1 | -2/+2 |
| | | | | testing for null-pointer return code... | ||||
* | D'Arcy INET fix. | Bruce Momjian | 1998-10-29 | 1 | -6/+4 |
| | |||||
* | Fix some actual bugs exposed by compiler warnings. | Tom Lane | 1998-10-26 | 1 | -5/+5 |
| | | | | | | (Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...) | ||||
* | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 1 | -0/+484 |