]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/int.c
Attached is a patch implementing factorial(), returning numeric. Points
[postgresql] / src / backend / utils / adt / int.c
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-07 Bruce MomjianImprove readability of factorial, from Florian Weimer.
2002-06-07 Bruce MomjianFix for factorial(0::int2) returning 1, from sugita...
2002-02-23 Bruce MomjianMake factorial(0) return 1, as per spec.
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
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-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-07 Bruce MomjianProtects you from coredumps if you do eg. str::int4...
2000-02-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
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 fixes for >8 indexed fields.
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 MomjianRemove unused #includes in *.c files.
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-07-09 Tom LaneAnother place that HAVE_LIMITS_H was misspelled.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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-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...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-17 Thomas G. LockhartUse SHRT_MIN and SHRT_MAX for 2-byte integer limits.
1997-10-25 Thomas G. LockhartAdd conversions for int2 and int4 to and from text.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-03-14 Marc G. FournierDate/Time updates from Thomas...
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