| Commit message (Expand) | Author | Age | Files | Lines |
* | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 | 1 | -470/+0 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -3/+4 |
* | Be more careful about the difference between signed and unsigned ints. | Tom Lane | 2000-12-30 | 1 | -14/+13 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
* | Get rid of elog(DEBUG) in snprintf emulation ... it's just | Tom Lane | 1999-09-09 | 1 | -4/+1 |
* | Minor improvements to stringinfo package to make it more | Tom Lane | 1999-08-31 | 1 | -5/+6 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -7/+4 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+1 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -12/+14 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -3/+3 |
* | Add floating-point support to our emulation of snprintf | Tom Lane | 1999-02-06 | 1 | -64/+82 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
* | Reverse out yesterday's patch from Horak Daniel, since | Tom Lane | 1999-01-17 | 1 | -2/+1 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+2 |
* | Add configure test to see whether vsnprintf() is present, | Tom Lane | 1999-01-17 | 1 | -2/+2 |
* | Fix for snprintf and long long unsigned. | Bruce Momjian | 1998-12-24 | 1 | -2/+3 |
* | Attached is a patch with some fixes that (I think that) should go into | Bruce Momjian | 1998-12-18 | 1 | -2/+2 |
* | Fix for HAVE_LONG bug in snprintf.c. | Bruce Momjian | 1998-12-18 | 1 | -31/+18 |
* | Fix for snprintf with long long's, define problem. | Bruce Momjian | 1998-12-18 | 1 | -12/+12 |
* | Fix prototype for 64-bit platforms. | Bruce Momjian | 1998-12-12 | 1 | -1/+7 |
* | Cleanup for snprintf for long long's. | Bruce Momjian | 1998-10-08 | 1 | -4/+44 |
* | Fix snprintf.c for machines that don't have long long, like some Irix. | Bruce Momjian | 1998-10-07 | 1 | -240/+307 |
* | Fixes for Irix from Robert Bruccoleri | Bruce Momjian | 1998-10-02 | 1 | -2/+5 |
* | Add in, I think, support for %lld in snprintf(), specifically with | Marc G. Fournier | 1998-09-23 | 1 | -2/+11 |
* | fix for aix snprintf | Bruce Momjian | 1998-09-18 | 1 | -1/+3 |
* | Porting efforts... :) | Vadim B. Mikheev | 1998-09-10 | 1 | -37/+41 |
* | Try this snprintf() implementation, used in sendmail... | Marc G. Fournier | 1998-09-04 | 1 | -58/+309 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -19/+22 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
* | Adrian Hall reported a problem to me that snprintf() doesn't exist in, at | Marc G. Fournier | 1998-08-01 | 1 | -0/+89 |