Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove extra #endif | Bruce Momjian | 1999-07-30 |
| | |||
* | cleanup | Bruce Momjian | 1999-07-18 |
| | |||
* | Fix configure problem. | Bruce Momjian | 1999-07-18 |
| | |||
* | configure cleanup | Bruce Momjian | 1999-07-18 |
| | |||
* | Add config.h as needed. | Bruce Momjian | 1999-07-17 |
| | |||
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
| | |||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 |
| | | | | | The following patch will change the meaning of the isinf function in the HAVE_FPCLASS section from "not finite" to "is infinity". | ||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in | Marc G. Fournier | 1998-02-17 |
| | | | | | | | | backend/port/isinf.c it tries to compile two versions of isinf(). From: Andrew Martin <martin@biochemistry.ucl.ac.uk> | ||
* | Move all the isinf() stuff from float.c to isinf.c, and build it according to | Marc G. Fournier | 1998-02-02 |
| | | | | configure vs port specific #ifdef's... | ||
* | Fix: | Marc G. Fournier | 1998-01-15 |
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... |