| Commit message (Collapse) | Author | Age |
|
|
|
| |
Radu Ilie
|
| |
|
|
|
|
|
|
|
| |
since it can be transient failures, causing kill() to not
properly send signals.
Original patch from Steve Marshall, modified by me.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SHGetFolderPath.
This removes the direct dependency on shell32.dll and user32.dll, which
eats a lot of "desktop heap" for each backend that's started. The
desktop heap is a very limited resource, causing backends to no
longer start once it's been exhausted.
We still have indirect depdendencies on user32.dll through third party
libraries, but those can't easily be removed.
Dave Page
|
|
|
|
| |
back-stamped for this.
|
| |
|
|
|
|
|
|
|
|
| |
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 && the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
|
| |
|
| |
|
|
|
|
|
| |
if the target PID is a PG postmaster or backend --- for our purposes that
is actually better than the Unix behavior. Per Dave Page and Andrew Dunstan.
|
|
|
|
| |
both frontend and backend. Per Andreas Pflug.
|
|
|