| Age | Commit message (Expand) | Author |
| 2004-10-17 | Better document win32_open and its ability to allow concurrent | Bruce Momjian |
| 2004-10-17 | Fix some typos. | Bruce Momjian |
| 2004-10-11 | Use native Cygwin symlinks so tablespaces work on Win95/98/ME which | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-07 | Add as binary mode | Bruce Momjian |
| 2004-10-07 | re-add as binary | Bruce Momjian |
| 2004-10-06 | Update win32ver.rc to 8,0,000,000. Mention it needs updating in | Bruce Momjian |
| 2004-10-06 | please find attached an alternate submission which addresses open item | Bruce Momjian |
| 2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian |
| 2004-10-05 | License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to | Neil Conway |
| 2004-10-04 | Fix warnings from crypt.c compile. | Bruce Momjian |
| 2004-10-04 | Comment out unused variable. | Bruce Momjian |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-09-30 | isinf.c needs <float.h> on some platforms, per Darcy Buskermolen. | Tom Lane |
| 2004-09-28 | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian |
| 2004-09-27 | Small WIN32_CLIENT_ONLY cleanup for new build patch. | Bruce Momjian |
| 2004-09-27 | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian |
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
| 2004-09-27 | More Win32 cleanups for Dave Page. | Bruce Momjian |
| 2004-09-27 | Make adjustment for MS VC and BCC compile of psql, from Dave Page. | Bruce Momjian |
| 2004-09-27 | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian |
| 2004-09-24 | Fix gratuitous weirdness in function prototype, per Kris Jurka. | Tom Lane |
| 2004-09-10 | Add mention loops over unlink/rename might not be needed. | Bruce Momjian |
| 2004-09-10 | Move undef of rename/unlink so system declarations are unmodified. | Bruce Momjian |
| 2004-09-10 | Clean up Cygwin test. | Bruce Momjian |
| 2004-09-09 | Fix Cygwin defines to be consistent. | Bruce Momjian |
| 2004-09-02 | Fix getrusage() emulation on Windows. Magnus Hagander | Tom Lane |
| 2004-09-02 | Remove useless variable. | Tom Lane |
| 2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-29 | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian |
| 2004-08-29 | Add comment on palloc use and DLLIMPORT> | Bruce Momjian |
| 2004-08-28 | > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: | Bruce Momjian |
| 2004-08-27 | Fix Windows emulation of kill(pid, 0). This will now succeed, but only | Tom Lane |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-08-18 | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian |
| 2004-08-16 | Fix for adding \n for zero-length win32 read_pipe return | Bruce Momjian |
| 2004-08-16 | Clarify need for \r\n -> \n translation in version checking code. | Bruce Momjian |
| 2004-08-13 | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane |
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
| 2004-08-12 | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian |
| 2004-08-09 | Path-mangling logic was failing to account for paths containing mentions | Tom Lane |
| 2004-08-09 | Fix Win32 pg_dumpall check.REL8_0_0BETA1 | Bruce Momjian |
| 2004-08-08 | Allow libpgport to call memory allocation routines even though | Bruce Momjian |
| 2004-08-08 | Adjust defines to be consistent. | Bruce Momjian |
| 2004-08-08 | Remove xstrdup and friends who were only called once. Replace with | Bruce Momjian |
| 2004-08-08 | Fix Win32 pg_dumpall, with help from Claudio. | Bruce Momjian |
| 2004-08-08 | Improve comment. | Bruce Momjian |
| 2004-08-08 | Fixups for Win32 symlinks. | Bruce Momjian |