summaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
AgeCommit message (Expand)Author
2018-02-14Add an assertion that we don't pass NULL to snprintf("%s").Tom Lane
2017-10-10Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund
2017-10-09Add pg_strnlen() a portable implementation of strlen.Andres Freund
2017-06-21Phase 2 of pgindent updates.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-02-04Add missing float.h include to snprintf.c.Andres Freund
2015-02-02port/snprintf(): fix overflow and do paddingBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2008-03-18Fix our printf implementation to follow spec: if a star parameterTom Lane
2007-03-26Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian
2006-11-28protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan
2006-10-04pgindent run for 8.2.Bruce Momjian
2005-12-05Document return-value conventions used by this implementation, perTom Lane
2005-12-05Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
2005-04-14Must count '*' characters as potential arguments.Tom Lane
2005-03-20Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian
2005-03-20Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian
2005-03-17Factor duplicate snprintf code into functions.Bruce Momjian
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-16pgindent snprintf.c for consistency.Bruce Momjian
2005-03-16Fix snprintf for %*$.Bruce Momjian
2005-03-16Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian
2005-03-12Fix snprintf() to properly handle precision specification for %f.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-02Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian
2005-03-02Fix for %I64d snprintf.Bruce Momjian
2005-03-02snprintf() %I64d code fix.Bruce Momjian
2005-03-02Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian
2005-03-02Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian
2005-03-02Fix snprintf on Win32:Bruce Momjian
2005-03-02Make port snprintf.c finally thread-safe.Bruce Momjian
2005-03-01Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian
2005-03-01And while we are on it, I would like to submit minorBruce Momjian
2005-02-28snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian
2005-02-22Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-01-08Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian