Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 |
| | | | | instructions from Berkeley. | ||
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
| | | | | | | | | | | o remove many WIN32_CLIENT_ONLY defines o add WIN32_ONLY_COMPILER define o add 3rd argument to open() for portability o add include/port/win32_msvc directory for system includes Magnus Hagander | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
| | | | | | | + #if defined(_MSC_VER) || defined(__BORLANDC__) + #define WIN32_CLIENT_ONLY + #endif | ||
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Attached is the complete diff against current CVS. | Bruce Momjian | 2003-06-12 |
| | | | | | | Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek | ||
* | Back out patch that got bundled into another patch. | Bruce Momjian | 2003-06-12 |
| | |||
* | New patch with corrected README attached. | Bruce Momjian | 2003-06-12 |
| | | | | | | Also quickly added mention that it may be a qualified schema name. Rod Taylor | ||
* | 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. | ||
* | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 |