| Age | Commit message (Expand) | Author |
| 2004-05-12 | Rename find_my_binary/find_other_binary to | Bruce Momjian |
| 2004-05-12 | Fix bug by passing arg[0] to find_my_binary(). | Bruce Momjian |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-05-06 | sysv_shmem.c patch is to correct a bug that prevents the postmaster | Bruce Momjian |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-12 | Here's an attempt at new socket and signal code for win32. | Bruce Momjian |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |
| 2004-03-27 | Clean up function call arg appearance. | Bruce Momjian |
| 2004-03-27 | Change small 'if/else' test to use Max(). | Bruce Momjian |
| 2004-03-24 | Adjust error message wording per Andrew Dunstan's advice. | Tom Lane |
| 2004-03-24 | Update description error text: | Bruce Momjian |
| 2004-03-24 | Here's a patch implementing the "thread method" to workaround the bug | Bruce Momjian |
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane |
| 2004-03-22 | Before deciding we can use a socket for statistics collection, test to | Tom Lane |
| 2004-03-15 | Check for EOF on pipe differs under win32, as it is based on a socket | Bruce Momjian |
| 2004-03-15 | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian |
| 2004-03-10 | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian |
| 2004-03-09 | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian |
| 2004-03-09 | Add: | Bruce Momjian |
| 2004-03-05 | Win32: | Bruce Momjian |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |
| 2004-02-17 | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian |
| 2004-02-11 | Repair some problems in bgwriter start/stop logic. In particular, don't | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-02 | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian |
| 2004-01-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2004-01-26 | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian |
| 2004-01-26 | Back out win32 patch so we can apply it separately. | Bruce Momjian |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-11 | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian |
| 2004-01-09 | Remove ereport() from failed connection; already done, per Tom. | Bruce Momjian |
| 2004-01-09 | Fix for cancel key restarting postmaster, from Claudio | Bruce Momjian |
| 2004-01-09 | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Final rearrangement of main postgresql child process (ie. | Bruce Momjian |
| 2003-12-25 | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-01 | Avoid assuming that type key_t is 32 bits, since it reportedly isn't | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-19 | Background writer process | Jan Wieck |
| 2003-11-15 | Make creation of statistics collection socket more robust, by allowing it | Tom Lane |
| 2003-11-11 | * ioctlsocket_ret | Bruce Momjian |
| 2003-11-07 | Cause stats processes to detach from shared memory when started, so that | Tom Lane |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-12 | Someone (possibly me) foolishly reduced the response for failing | Tom Lane |