| Commit message (Expand) | Author | Age |
* | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 |
* | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 |
* | Update Solaris strtod() bug comment. | Bruce Momjian | 2006-10-04 |
* | Update Solaris strtol() bug comment. | Bruce Momjian | 2006-10-04 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus | Tom Lane | 2006-10-03 |
* | Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being | Bruce Momjian | 2006-10-03 |
* | Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, | Tom Lane | 2006-09-16 |
* | Return inline to win32.h because code was OK, but keep additional | Bruce Momjian | 2006-08-10 |
* | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 |
* | Formatting improvement. | Bruce Momjian | 2006-08-09 |
* | Fix definition of "errcode" for MSVC. | Bruce Momjian | 2006-08-08 |
* | Fix WIN32 wait() return value macros to be accurate, particularly | Bruce Momjian | 2006-07-30 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. | Tom Lane | 2006-07-16 |
* | Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page. | Tom Lane | 2006-07-11 |
* | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian | 2006-06-26 |
* | Update include files to Unix newline format, per report from Magnus. | Bruce Momjian | 2006-06-26 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Clarify macro layout for win32 IMPORT. | Bruce Momjian | 2006-03-03 |
* | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 |
* | remove unneeded defines for uid_t and gid_t, which conflict with perl's typed... | Andrew Dunstan | 2006-01-10 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove QNX file. | Bruce Momjian | 2006-01-05 |
* | Fix Windows setitimer() emulation to not depend on delivering an APC | Tom Lane | 2005-10-25 |
* | Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing | Tom Lane | 2005-10-21 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Some more mop-up for Windows IPv6 support. Andrew Dunstan | Tom Lane | 2005-08-26 |
* | Add fsync() define for Win32 to cover cases other than wal_sync_method | Bruce Momjian | 2005-06-16 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Allow Win32 to support the O_SYNC open flag as an wal_sync_method method. | Bruce Momjian | 2005-02-27 |
* | Rearrange include file contents into a saner order, add inclusion of | Tom Lane | 2004-12-26 |
* | Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. | Bruce Momjian | 2004-12-01 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Fix improper defines for uid_t and gid_t. Had them backwards. | Bruce Momjian | 2004-10-06 |
* | Use #define instead of typedef for plperl because perl defines | Bruce Momjian | 2004-10-06 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Fix typo in recent Win32 typedef change. | Bruce Momjian | 2004-10-05 |
* | Remove unused Win32 defines, convert them to typdefs, per suggestion | Bruce Momjian | 2004-10-05 |
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
* | Win32 compile fix for misc_utils. | Tom Lane | 2004-09-14 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Apparently HPUX runs the IA64 in big-endian mode. | Tom Lane | 2004-09-02 |
* | Define lstat with parameters, rather than just redefining the symbol. | Bruce Momjian | 2004-08-31 |
* | Fix typo in lstat() macro exposed by new tablespace code. | Bruce Momjian | 2004-08-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 |
* | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 |