| Commit message (Expand) | Author | Age |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Ensure that 'disabling statistics collector' is logged in all failure | Tom Lane | 2004-12-20 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() | Neil Conway | 2004-10-28 |
* | Remove three unnecessary casts from a pointer type to char * when calling | Neil Conway | 2004-10-25 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 |
* | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Adjust pgstat message definitions so that the target message size is | Tom Lane | 2004-06-26 |
* | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane | 2004-06-14 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | This patch fixes the find_my_exec code for pgstat backends. Required for | Bruce Momjian | 2004-05-24 |
* | Clean up some relative path install issues with Claudio's help. | Bruce Momjian | 2004-05-18 |
* | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian | 2004-05-13 |
* | sysv_shmem.c patch is to correct a bug that prevents the postmaster | Bruce Momjian | 2004-05-06 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 |
* | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 |
* | Clean up function call arg appearance. | Bruce Momjian | 2004-03-27 |
* | Change small 'if/else' test to use Max(). | Bruce Momjian | 2004-03-27 |
* | Before deciding we can use a socket for statistics collection, test to | Tom Lane | 2004-03-22 |
* | Check for EOF on pipe differs under win32, as it is based on a socket | Bruce Momjian | 2004-03-15 |
* | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian | 2004-03-10 |
* | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian | 2004-03-09 |
* | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian | 2004-02-02 |
* | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 |
* | [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 |
* | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian | 2004-01-11 |
* | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian | 2004-01-09 |
* | Final rearrangement of main postgresql child process (ie. | Bruce Momjian | 2004-01-06 |
* | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian | 2003-12-25 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Make creation of statistics collection socket more robust, by allowing it | Tom Lane | 2003-11-15 |
* | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Remove check on source address of a statistics packet. Check was broken | Tom Lane | 2003-09-07 |
* | Avoid unnecessary work when stats collection is disabled. Tighten | Tom Lane | 2003-08-12 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 |
* | wups, took out one memset too many ... | Tom Lane | 2003-07-22 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |