| Commit message (Expand) | Author | Age |
* | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander | 2009-09-07 |
* | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 |
* | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 |
* | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian | 2009-01-07 |
* | Move carefully obscured SunOS 4 specific #include out of c.h into port | Peter Eisentraut | 2008-12-11 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone | Magnus Hagander | 2008-01-09 |
* | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander | 2007-12-11 |
* | Borland BCC does not support SSPI, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 |
* | Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 |
* | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander | 2007-10-26 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 |
* | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane | 2007-07-02 |
* | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 |
* | Remove headers for old sysv shmem emulation that I forgot. | Magnus Hagander | 2007-03-23 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Update Win32 exception comment. | Bruce Momjian | 2007-01-25 |
* | Add comment about exception lists in both winnt.h and ntstatus.h. | Bruce Momjian | 2007-01-23 |
* | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 |
* | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 |
* | Uppercase hex value. | Bruce Momjian | 2007-01-22 |
* | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, | Tom Lane | 2007-01-10 |
* | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 |
* | 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 |