]> granicus.if.org Git - postgresql/history - src/port/snprintf.c
Phase 2 of pgindent updates.
[postgresql] / src / port / snprintf.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Noah MischPermit use of vsprintf() in PostgreSQL code.
2015-02-04 Andres FreundAdd missing float.h include to snprintf.c.
2015-02-02 Bruce Momjianport/snprintf(): fix overflow and do padding
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2008-03-18 Tom LaneFix our printf implementation to follow spec: if a...
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2006-11-28 Andrew Dunstanprotect vfprintf from hijacking by Windows gettext...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2005-12-05 Tom LaneDocument return-value conventions used by this implemen...
2005-12-05 Tom LaneFix a rather sizable number of problems in our homegrow...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2005-04-14 Tom LaneMust count '*' characters as potential arguments.
2005-03-20 Bruce MomjianAdd mention of why malloc() has to be used in snprintf.c.
2005-03-20 Bruce MomjianDepartment of second thoughts. Remove FRONTEND from...
2005-03-17 Bruce MomjianFactor duplicate snprintf code into functions.
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-16 Bruce Momjianpgindent snprintf.c for consistency.
2005-03-16 Bruce MomjianFix snprintf for %*$.
2005-03-16 Bruce MomjianFix snprintf to handle %$ properly by storing and reord...
2005-03-12 Bruce MomjianFix snprintf() to properly handle precision specificati...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-02 Bruce MomjianMove snprintf int64 compatibility letters into a NOT_US...
2005-03-02 Bruce MomjianFix for %I64d snprintf.
2005-03-02 Bruce Momjiansnprintf() %I64d code fix.
2005-03-02 Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-03-02 Bruce MomjianPrevent large allocation in snprintf to hold positional...
2005-03-02 Bruce MomjianFix snprintf on Win32:
2005-03-02 Bruce MomjianMake port snprintf.c finally thread-safe.
2005-03-01 Bruce MomjianMake snprintf() use already-defined int64/uint64 typede...
2005-03-01 Bruce MomjianAnd while we are on it, I would like to submit minor
2005-02-28 Bruce Momjiansnprintf.c has no sys/ioctl.h. Trivial patch below:
2005-02-22 Bruce MomjianAdd semicolon so snprintf.c goto has a statement to...
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-01-08 Bruce MomjianThrow compile error if our non-thread-safe snprintf...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...