Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | 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 | ||
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
| | | | | | | that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry. | ||
* | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 |
| | |||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
| | |||
* | re-integrate nextstep dynloader functionality | Marc G. Fournier | 1998-08-25 |
From: Jacek Lasecki <jacek@sound.eti.pg.gda.pl> |