| Commit message (Expand) | Author | Age |
* | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 |
* | More refactoring, so that the SUBSYS.o rules are now all in one place. | Peter Eisentraut | 2008-02-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Make variable static, per Tom. | Magnus Hagander | 2007-10-29 |
* | Add compat file for dynamically loading the functions that MinGW is missing | Magnus Hagander | 2007-10-29 |
* | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 |
* | On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem | Magnus Hagander | 2007-06-04 |
* | Native shared memory implementation for win32. | Magnus Hagander | 2007-03-21 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Round microseconds on setitimer upwards. | Bruce Momjian | 2006-08-09 |
* | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian | 2006-08-09 |
* | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian | 2006-08-09 |
* | Formatting improvement. | Bruce Momjian | 2006-08-09 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Remove Win32 file, moved to /port. | Bruce Momjian | 2006-06-08 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Remove sema.c, superseded by win32_sema.c. | Tom Lane | 2006-04-29 |
* | Suppress a couple of minor compiler warnings, per Magnus. | Tom Lane | 2006-04-09 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane | 2006-02-10 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | 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 |
* | Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log | Tom Lane | 2005-10-07 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Use dynamically-sized buffers in pgwin32_is_service(). | Tom Lane | 2004-11-16 |
* | > I think in addition the system global name "sharemem.1" should be made more | Bruce Momjian | 2004-11-12 |
* | Clarify some error messages | Peter Eisentraut | 2004-11-09 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Fix places where WaitForxxx can block, to eliminate failure to detect | Tom Lane | 2004-09-07 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 |
* | Use dynamic buffer for token buffer in win32 admin check | Bruce Momjian | 2004-08-28 |
* | Fix Windows emulation of kill(pid, 0). This will now succeed, but only | Tom Lane | 2004-08-27 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Cleanup for Win32 pgkill. | Bruce Momjian | 2004-05-27 |
* | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 |