aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* [ backpatched to 8.0.X.]Bruce Momjian2005-08-12
* Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane2005-07-06
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.cTom Lane2005-02-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29
* Change Win32 dlerror message to:Bruce Momjian2004-12-02
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-17
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-17
* Use dynamically-sized buffers in pgwin32_is_service().Tom Lane2004-11-16
* > I think in addition the system global name "sharemem.1" should be made moreBruce Momjian2004-11-12
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-09
* Clarify some error messagesPeter Eisentraut2004-11-09
* Fix tyop in comment.Neil Conway2004-10-25
* More minor cosmetic improvements:Neil Conway2004-10-13
* Message style revisionsPeter Eisentraut2004-10-12
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* shmdt takes a void* parameter, per Kris Jurka.Tom Lane2004-09-24
* More cleanup.Bruce Momjian2004-09-10
* Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane2004-09-07
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* Use dynamic buffer for token buffer in win32 admin checkBruce Momjian2004-08-28
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-27
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27
* Rename irix5 port to irix.Bruce Momjian2004-05-19
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-13
* sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian2004-05-06
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-22
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-15
* Win32:Bruce Momjian2004-03-05
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane2004-02-23
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-18
* Add CVS ID tags to port/win32/files.Bruce Momjian2004-02-12
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Briefly,Bruce Momjian2004-02-02
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-04
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12