Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | 2005-07-28 |
| | | | | | | | | The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either of which sins can mess up largefile support nicely. Once you have included c.h, there is no need to re-include what it includes, either. | ||
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
| | | | | macros around strings that were missing them. | ||
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
| | |||
* | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 |