]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/int8.c
Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
[postgresql] / src / backend / utils / adt / int8.c
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-24 Tom Laneint8in failed to detect overflow; it really should.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-08-21 Tom LaneCleanups for int8: guard against null inputs in comparison
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
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 MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-15 Thomas G. LockhartFix max(int8) result by making sure int8larger() copies...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1999-02-03 Tom LaneModify int8 to not depend on sscanf(), and fix configur...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-08 Thomas G. LockhartInclude 8-byte integer type.