]> granicus.if.org Git - postgresql/history - src/backend/port
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / port /
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.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-07 Bruce MomjianA small patch to keep postgres working on the latest...
2001-06-20 Peter EisentrautThere is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov...
2001-05-30 Tom LaneFix broken $Header$ declaration.
2001-05-24 Bruce MomjianI haven't tried building postgres with the Watcom compi...
2001-05-15 Peter EisentrautAdd missing dlfcn.h includes. Fix "" vs <>.
2001-05-15 Bruce MomjianRe-add pg_index.indisclustered in a minimalist way...
2001-05-14 Peter EisentrautUse RTLD_GLOBAL flag for dlopen-style dynamic loaders.
2001-05-08 Peter EisentrautNeed to factor out strdup.o for separate treatment...
2001-04-02 Tom LaneTom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic...
2001-03-27 Bruce MomjianThe following patch updates the FAQ_AIX and makes C...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LaneConsidering the BeOS port didn't compile without IPC_ST...
2001-03-18 Tom LanePatches from Cyril Velter to make shared-memory-conflic...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-03-01 Peter EisentrautAdd missing include.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-02-09 Tom LaneThis hasn't been used for anything for a long time...
2001-02-07 Tom LaneNeed to specify DYNAMIC_PATH flag to shl_load, else...
2001-02-02 Bruce MomjianApply patches for QNX from Maurizio
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce Momjianattached is a patch that makes SysV semaphore emulation
2000-12-30 Tom LaneBe more careful about the difference between signed...
2000-12-18 Bruce Momjian>> Here is a patch for the beos port (All regressio...
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-14 Peter EisentrautFix return type
2000-11-09 Peter EisentrautReal dynamic loader code
2000-10-31 Peter EisentrautThis is the minimal version of the Darwin support patch...
2000-10-28 Bruce Momjianbeos fixes from Cyril VELTER
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-10 Peter EisentrautUnify solaris_i386 and solaris_sparc templates. They...
2000-10-10 Peter EisentrautSome dynloader files missed the template rename a while...
2000-10-09 Peter EisentrautCosmetic cleanups of Beos port
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-07 Bruce MomjianNew beos files. FAQ cleanup.
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Bruce MomjianHere is the first batch of files and diffs for the...
2000-09-29 Bruce MomjianPlease apply the following patch to fix problems with...
next