]> granicus.if.org Git - postgresql/history - src/port
Rename irix5 port to irix.
[postgresql] / src / port /
2004-05-19 Bruce MomjianRe-add elog() to exec.c, per Tom.
2004-05-19 Bruce MomjianSupress verbose stderr messages while trying to find...
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-13 Bruce MomjianFix Win32 bug with missing errno for strerror().
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-23 Bruce Momjianfflush() FILE buffer to descriptor so stat call gets...
2004-03-23 Bruce MomjianFix getpwuid_r call:
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-14 Bruce Momjian> (I also see some post-7.4.1 changes in src/template...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-02-26 Bruce MomjianFor immediate application to HEAD.
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-10 Tom LaneLooks like we need <unistd.h> for select() on Darwin.
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-02-02 Bruce MomjianBriefly,
2004-01-09 Bruce MomjianAdd WIN32 pipe implementation that uses sockets.
2004-01-08 Bruce MomjianThrow compile error if our non-thread-safe snprintf...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-10-26 Bruce MomjianAllow win32 client compiles with MSC.
2003-10-24 Bruce MomjianDon't reference pthread.h unless we have threads enable...
2003-10-24 Peter EisentrautUse AROPT, not hard-coded flags.
2003-10-10 Bruce MomjianChange Win32 rename/unlink timeout to 3 seconds.
2003-09-29 Bruce MomjianUpdate docs that point to thread test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-15 Bruce MomjianAdd errno value for thread *_r function call buffer...
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-10 Tom Lanecopydir() is supposed to return on failure, not elog...
2003-09-05 Bruce Momjianifdef out pqGetpwuid() because Win32 doesn't have struc...
2003-09-03 Bruce MomjianAdd test for thread-safeness of libc functions.
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-14 Bruce MomjianDocument threading status.
2003-08-13 Bruce MomjianI'm quite fond of doing VPATH builds, i.e. building...
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-08 Bruce MomjianTypo cleanup.
2003-08-08 Bruce MomjianMore threading cleanups.
2003-08-08 Bruce Momjianthreads.c -> thread.c, be consistent.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom Laneelog mop-up.
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-05-16 Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Bruce MomjianAdd copydir() function because xcopy doesn't work in...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-10 Bruce MomjianMore crypt() cleanup.
2003-05-10 Bruce MomjianRemove HPUX 9 rint() test.
2003-05-09 Bruce MomjianAdd crypt() to /port for Win32.
2003-05-09 Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-05-09 Bruce MomjianAdd opendir/readdir/closedir() for Win32.
2003-04-27 Tom LaneMake getaddrinfo's behavior with NULL node parameter...
2003-04-24 Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-22 Bruce MomjianAdd Win32 unlink/rename file.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-11 Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-02 Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02 Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2002-10-29 Bruce MomjianUpdate comments.
2002-10-29 Bruce MomjianRe-add getopt.c for MSWin psql.
2002-10-28 Bruce Momjianfseeko NetBSD fix.
2002-10-24 Bruce MomjianFix include for NetBSD.
2002-10-24 Bruce MomjianAdd prototype include to fseeko.c.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-23 Bruce MomjianImprove coding style of new function.
2002-10-23 Bruce MomjianMake BSD/OS fseeko thread-safe.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-12 Tom LaneRemove use of __P so that <sys/cdefs.h> is not needed...
next