Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | |
| | ||||
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | |
| | ||||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | |
| | ||||
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | |
| | ||||
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | |
| | ||||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | |
| | ||||
* | Fix max(int8) result by making sure int8larger() copies its result | Thomas G. Lockhart | 1999-04-15 | |
| | | | | | | | rather than reusing the input storage. Also made the same fix to int8smaller(), though there wasn't a symptom, and went through and verified that other pass-by-reference data types do the same thing. Not an issue for the by-value types. | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | |
| | ||||
* | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | 1999-02-13 | |
| | | | | | Change #if FALSE to #if NOT_USED to avoid port problems. Fix up pg_indent weirdness with function argument declarations. | |||
* | Modify int8 to not depend on sscanf(), and fix configure's test | Tom Lane | 1999-02-03 | |
| | | | | | | | | | | for int8 support. configure now checks only snprintf() for int8 support, not sprintf and sscanf as it used to. The reason for doing this is that if we are supplying our own snprintf code (which does handle long long int), we now only need working long long support in the compiler not in the platform's C library. I have verified that int8 now passes regression test on HPUX 9, and I think it should work on SunOS 4.1.* and other older platforms if gcc is used. | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | Include 8-byte integer type. | Thomas G. Lockhart | 1998-07-08 | |
At the moment, probably only works for i686/gcc and Alphas... |