]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/numutils.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / utils / adt / numutils.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-02 Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-12-01 Bruce MomjianAdd comment to pg_atoi.
2005-11-30 Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-01-09 Tom LaneUndo an unadvertised change in the API of pg_atoi....
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-01 Tom LaneAdd missing casts to unsigned char in recently-added...
2004-03-11 Neil ConwayRevise int2/int4/int8/float4/float8 input routines...
2004-02-18 Neil ConwayImprove the consistency of the error message emitted...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Tom LaneBring comments back in sync with code.
2002-08-27 Bruce MomjianThrow error on pg_atoi(''), regression adjustments.
2002-07-16 Bruce MomjianOops, sometimes strtol isn't called in pg_atoi, so...
2002-07-16 Bruce MomjianFix tid to in/out as unsigned.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
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-10 Bruce Momjiancleanup of long long int atoi test.
1999-07-09 Bruce MomjianRe-apply range check patch after fixing LIMIT_H test...
1999-07-09 Bruce MomjianBackup pg_atoi patch for long checking. Caused initdb...
1999-07-08 Bruce Momjianpg_atoi() does range check on int4 data only if
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-02 Bruce MomjianSearch contrib/tcl for tcl startup.
1998-09-12 Bruce MomjianThe pg_atoi() function uses strtol() to convert the...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
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-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-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-17 Thomas G. LockhartUse limits.h for INT, SHRT, and SCHAR min and max value...
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-04-22 Marc G. FournierAdd fcvt() as a check to configure so that we can get...
1997-04-13 Marc G. FournierAdd ccsym to tools to determine OS/compiler specific...
1996-12-28 Bruce MomjianHere's the final set of patches to 6.0 (sup'd on 27...
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
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-10-31 Marc G. Fourniermore removal of PORTNAME_*
1996-07-22 Marc G. Fournier- merging in Dr. George's tree with ours
1996-07-16 Marc G. Fournierfix: BSDi 2.1 requires a port seperate from BSDi 2...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01