| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-07-18 | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
| spacing. Also adds space for one-line comments. | |||
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
| tests pass. | |||
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | |
| places that were including the wrong files. | |||
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | |
| backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos | |||
| 1999-07-30 | Remove extra #endif | Bruce Momjian | |
| 1999-07-18 | cleanup | Bruce Momjian | |
| 1999-07-18 | Fix configure problem. | Bruce Momjian | |
| 1999-07-18 | configure cleanup | Bruce Momjian | |
| 1999-07-17 | Add config.h as needed. | Bruce Momjian | |
| 1999-07-16 | Final cleanup. | Bruce Momjian | |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian | |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian | |
| 1998-03-01 | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | |
| The following patch will change the meaning of the isinf function in the HAVE_FPCLASS section from "not finite" to "is infinity". | |||
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
| 1998-02-17 | 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in | Marc G. Fournier | |
| backend/port/isinf.c it tries to compile two versions of isinf(). From: Andrew Martin <martin@biochemistry.ucl.ac.uk> | |||
| 1998-02-02 | Move all the isinf() stuff from float.c to isinf.c, and build it according to | Marc G. Fournier | |
| configure vs port specific #ifdef's... | |||
| 1998-01-15 | Fix: | Marc G. Fournier | |
| nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call... | |||
