Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
| | | | | | | | | postgres.h or c.h includes a system header (such as stdio.h or stdlib.h), there's no need to specifically include it in any of the .c files in the backend. Neil Conway | ||
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
| | | | | because c.h has sys/types.h. | ||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 |
| | | | | | | | | | | | | | | and the fmgr redesign. It makes the homebrewn dl*() functions for more recent Versions of AIX obsolete by using the system dl*() functions instead. It also fixes the expected file for the horology regression test. Please regenerate configure from configure.in, I don't have the environment/time. Andreas | ||
* | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane | 2000-07-07 |
| | | | | | | | Does not work since it fetches one byte beyond the source data, and when the phase of the moon is wrong, the source data is smack up against the end of backend memory and you get SIGSEGV. Don't laugh, this is a fix for an actual user bug report. | ||
* | Fix for AIX dynaloader from Zeugswetter Andrea | Bruce Momjian | 1999-09-28 |
| | |||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
| | |||
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 |
| | | | | to ensure that config.h is included as well. | ||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
| | |||
* | fix so that dynloader.h is included instead of port-protos.h | Marc G. Fournier | 1997-12-20 |
| | |||
* | These files will get link'd to 'dynloader.[ch]', from configure, which | Marc G. Fournier | 1997-12-19 |
will then get link'd into SUBSYS.o |