]> granicus.if.org Git - postgresql/history - src/backend/port
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / port /
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-08-28 Bruce MomjianUse dynamic buffer for token buffer in win32 admin...
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
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-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-03-05 Bruce MomjianWin32:
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-23 Tom LaneWrite #include <dl.h>, not #include "dl.h", to correctl...
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-12 Bruce MomjianAdd CVS ID tags to port/win32/files.
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-02 Bruce MomjianBriefly,
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-04 Tom LaneFix discrepancy in prototypes for HPUX pg_dlerror.
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-08 Tom LaneDon't need hack copy of system() anymore in OS X 10.3.
2003-11-07 Tom LaneCause stats processes to detach from shared memory...
2003-10-27 Bruce MomjianChange Solaris tests to test for SHM_SHARE_MMU, per...
2003-10-26 Bruce Momjian'sun' => '__sun__'
2003-10-26 Bruce MomjianTest for 'sun' rather than 'solaris' for intimate share...
2003-10-13 Bruce MomjianBack out makeNode() patch to fix gcc 3.3.1 warning.
2003-10-12 Bruce MomjianUse makeNode() to allocate structures that have to...
2003-10-11 Bruce MomjianBack out -fstrict-aliasing void* casting.
2003-10-11 Bruce MomjianThis patch will stop gcc from issuing warnings about...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneSince HPUX now exists for Itanium, we should decouple...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-09 Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-05-08 Bruce MomjianMove attached to shared memory out into a separate...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-04-24 Bruce MomjianAdd Win32 Makefile for IPC stuff.
2003-04-24 Bruce MomjianNo need for include for Win32 right now.
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-24 Bruce Momjianpgindent new Win32 files.
2003-04-24 Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-24 Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-13 Tom LaneAdd code to provide useful dynamic-linking error messag...
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-10-15 Tom LaneFix Linux dynloader code for pre-HAVE_DLOPEN systems...
2002-10-09 Bruce Momjian> > > > and mb conversions (pg_ascii2mic and pg_mic2asc...
2002-10-01 Tom LanePass less-unsafe parameters to Darwin's NSLinkModule...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-12 Tom LaneConvert possibly-unsafe sprintf's to snprintf's.
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...
2002-07-16 Bruce MomjianAdd DLLINIT mention in port/Makefile.
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneAdd missing includes.
2002-05-05 Tom LaneAdd a trivial testbed for pg_sema and pg_shmem code.
2002-05-05 Tom LaneCope with case that SEM_FAILED is not defined (assume...
2002-05-05 Tom LaneFirst test of Darwin port with POSIX semaphore code.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-13 Peter EisentrautMove
2002-03-06 Bruce MomjianChange made to elog:
2002-03-04 Tom LaneMake port makefile slightly less crufty.
2002-02-18 Bruce MomjianDon't mention TIOGA in Makefile and move strdup.c rule...
2002-02-12 Tom LaneUse RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen...
2002-02-11 Peter EisentrautFix for old FreeBSD versions that don't have RTLD_GLOBAL
2001-12-20 Bruce MomjianAdd memcmp() test and new memcmp.c file, for SunOS...
2001-12-05 Tatsuo IshiiRe-enable SunOS4 port. Replace
2001-11-15 Peter EisentrautOnly use RTLD_GLOBAL when available, which it isn't...
2001-11-11 Tom LaneTest program needs to declare MaxBackends, per Bernd...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-08 Tom LanePostgreSQL works again on Mac OS X 10.1. Hold your...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-01 Tom LaneSuppress trivial compiler warning.
next