| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -9/+9 |
| | | |||||
| * | Add some simple support and documentation for using process-specific oom_adj | Tom Lane | 2010-01-11 | 1 | -1/+35 |
| | | | | | | | settings to prevent the postmaster from being OOM-killed on Linux systems. Alex Hunsaker and Tom Lane | ||||
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| | | |||||
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| | | |||||
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| | | |||||
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| | | | | | back-stamped for this. | ||||
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| | | |||||
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -19/+2 |
| | | |||||
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -17/+18 |
| | | |||||
| * | Wrap the implementation of fork_process() inside #ifndef WIN32 -- this | Neil Conway | 2005-03-16 | 1 | -1/+3 |
| | | | | | | should hopefully unbreak the Win32 build. Apologies for breaking it in the first place. | ||||
| * | Add some missing #includes. | Tom Lane | 2005-03-13 | 1 | -1/+3 |
| | | |||||
| * | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway | 2005-03-10 | 1 | -0/+80 |
| before we can invoke fork() -- flush stdio buffers, save and restore the profiling timer on Linux with LINUX_PROFILE, and handle BeOS stuff. This patch moves that code into a single function, fork_process(), instead of duplicating it at the various callsites of fork(). This patch doesn't address the EXEC_BACKEND case; there is room for further cleanup there. | |||||
