summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-13Fix Win32 bug with missing errno for strerror().Bruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-03-24Allow unlink/rename of files open by another process on Win32, using aBruce Momjian
2004-03-23fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian
2004-03-23Fix getpwuid_r call:Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-14> (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian
2004-03-10Move non-blocking code into its own /port file, for code clarity.Bruce Momjian
2004-03-09The win32 port backend will require the functionality provided byBruce Momjian
2004-03-02Add missing checks for Borland C compiler.Bruce Momjian
2004-02-26For immediate application to HEAD.Bruce Momjian
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
2004-02-10Looks like we need <unistd.h> for select() on Darwin.Tom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-02Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-01-09Add WIN32 pipe implementation that uses sockets.Bruce Momjian
2004-01-08Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-11Update /port C header descriptions.Bruce Momjian
2003-10-26Allow win32 client compiles with MSC.Bruce Momjian
2003-10-24Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian
2003-10-24Use AROPT, not hard-coded flags.Peter Eisentraut
2003-10-10Change Win32 rename/unlink timeout to 3 seconds.Bruce Momjian
2003-09-29Update docs that point to thread test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-15Add errno value for thread *_r function call buffer too small. ImproveBruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-10copydir() is supposed to return on failure, not elog(ERROR). ReduceTom Lane
2003-09-05ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian
2003-09-03Add test for thread-safeness of libc functions.Bruce Momjian
2003-08-16Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian
2003-08-14Document threading status.Bruce Momjian
2003-08-13I'm quite fond of doing VPATH builds, i.e. building outside the sourceBruce Momjian
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-08Typo cleanup.Bruce Momjian
2003-08-08More threading cleanups.Bruce Momjian