Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
| | |||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
| | | | | | | Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical. | ||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
| | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
| | |||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
| | |||
* | need to include postgres.h before HAVE_DLD_H | Marc G. Fournier | 1998-01-02 |
| | | | | | | need to include string.h for strdup() From: Bryan Henderson <bryanh@giraffe-data.com> | ||
* | Test for __ELF__ rather than LINUX_ELF in headers. | Thomas G. Lockhart | 1998-01-01 |
| | | | | | | Comment-out dynamic link function declarations since they are all provided by the system. Should we bother continuing to support non-elf Linux systems?? | ||
* | fix so that dynloader.h is included instead of port-protos.h | Marc G. Fournier | 1997-12-20 |
| | |||
* | This should get the linux port to work... | Marc G. Fournier | 1997-12-20 |