]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/oid.c
sum() on int2 and int4 columns now uses an int8, not numeric, accumulator
[postgresql] / src / backend / utils / adt / oid.c
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-28 Tom LaneLet's try this again on accepting the correct range...
2000-12-22 Tom LaneRepair not-too-well-thought-out code to do rangecheckin...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-21 Tom LaneAdd missing #include <errno.h>.
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-03 Jan WieckTOAST
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-10 Bruce MomjianUpdate int28out and out8out and _in_ functions to handl...
2000-01-10 Bruce MomjianFix oid8in and int28in for spaces
2000-01-10 Bruce MomjianMove INDEX_MAX_KEYS to postgres.h, and make it configur...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
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-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-29 Bruce MomjianAdd oid8neq.
1998-09-22 Bruce MomjianCleanup for oid8[] from Tatsuo Ishii.
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1997-10-25 Thomas G. LockhartAdd conversion routines for oid to and from text.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01