| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 3 | -16/+18 |
* | Apply freebsd specific patches dealign with ELF system from FreeBSD's | Marc G. Fournier | 1999-05-17 | 1 | -0/+2 |
* | small error message improvement from Dmitry Samersoff | Bruce Momjian | 1999-05-05 | 1 | -1/+1 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -3/+3 |
* | We have tested the patches on three platforms: | Bruce Momjian | 1999-03-14 | 1 | -0/+2 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 2 | -5/+5 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 25 | -46/+46 |
* | Clean up some minor compile warnings. | Tom Lane | 1999-02-07 | 3 | -5/+11 |
* | 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 |
* | Add missing Windows files. | Bruce Momjian | 1999-01-18 | 2 | -0/+38 |
* | 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 |
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 | 3 | -5/+5 |
* | 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 |
* | Add stdio for NULL define. | Bruce Momjian | 1998-12-12 | 1 | -1/+2 |
* | Don't forget to create the dynloader files... | Marc G. Fournier | 1998-10-27 | 2 | -0/+152 |
* | 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 | 24 | -65/+68 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 15 | -46/+46 |
* | re-integrate nextstep dynloader functionality | Marc G. Fournier | 1998-08-25 | 2 | -4/+4 |
* | Adrian Hall reported a problem to me that snprintf() doesn't exist in, at | Marc G. Fournier | 1998-08-01 | 2 | -2/+91 |
* | My mailer munged the intro text in my last post. Here is the text | Bruce Momjian | 1998-07-19 | 2 | -0/+38 |
* | Currently, building on any platform that hasn't got getrusage() | Bruce Momjian | 1998-07-13 | 1 | -20/+13 |
* | Port name cleanup | Bruce Momjian | 1998-06-19 | 4 | -89/+0 |
* | Solaris cleanup. | Bruce Momjian | 1998-06-19 | 6 | -8/+8 |
* | port name cleanup | Bruce Momjian | 1998-06-18 | 2 | -1/+1 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 6 | -24/+4 |
* | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -1/+1 |
* | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
* | Get the ultrix4 ports back in sync... | Marc G. Fournier | 1998-03-10 | 4 | -79/+2 |
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 | 1 | -3/+1 |
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 | 2 | -19/+19 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 21 | -135/+153 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-02-24 | 2 | -2/+111 |
* | There is no more 'port-protos.h', so don't try to include it | Marc G. Fournier | 1998-02-24 | 4 | -40/+3 |
* | Forgot about the svr4 dynloader stuff | Marc G. Fournier | 1998-02-24 | 2 | -0/+38 |
* | *** empty log message *** | Marc G. Fournier | 1998-02-20 | 1 | -31/+0 |
* | Just another missing dummy file | Marc G. Fournier | 1998-02-17 | 1 | -0/+4 |