aboutsummaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
Commit message (Expand)AuthorAge
* Fix our printf implementation to follow spec: if a star parameterTom Lane2008-03-18
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-28
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Document return-value conventions used by this implementation, perTom Lane2005-12-05
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Must count '*' characters as potential arguments.Tom Lane2005-04-14
* Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian2005-03-20
* Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian2005-03-20
* Factor duplicate snprintf code into functions.Bruce Momjian2005-03-17
* Add sprintf support, that were were missing.Bruce Momjian2005-03-16
* pgindent snprintf.c for consistency.Bruce Momjian2005-03-16
* Fix snprintf for %*$.Bruce Momjian2005-03-16
* Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian2005-03-16
* Fix snprintf() to properly handle precision specification for %f.Bruce Momjian2005-03-12
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-11
* Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian2005-03-02
* Fix for %I64d snprintf.Bruce Momjian2005-03-02
* snprintf() %I64d code fix.Bruce Momjian2005-03-02
* Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian2005-03-02
* Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian2005-03-02
* Fix snprintf on Win32:Bruce Momjian2005-03-02
* Make port snprintf.c finally thread-safe.Bruce Momjian2005-03-02
* Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian2005-03-01
* And while we are on it, I would like to submit minorBruce Momjian2005-03-01
* snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian2005-02-28
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-22
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-22
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian2004-01-08
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-18