aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32
Commit message (Expand)AuthorAge
* Check that SID is enabled while checking for Windows admin privileges.Tom Lane2006-02-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase logTom Lane2005-10-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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
* Clarify some error messagesPeter Eisentraut2004-11-09
* Message style revisionsPeter Eisentraut2004-10-12
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* 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
* 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
* 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
* 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
* Briefly,Bruce Momjian2004-02-02
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Add Win32 Makefile for IPC stuff.Bruce Momjian2003-04-24
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-24
* pgindent new Win32 files.Bruce Momjian2003-04-24
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-24
* Remove win32 port directory. Forgot to do it earlier.Bruce Momjian1997-02-28
* Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier1997-02-09
* Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure...Marc G. Fournier1997-01-24
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* Centralize more of the defines from backend/port under config.hMarc G. Fournier1996-10-18
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09