]> granicus.if.org Git - postgresql/history - src/backend/port
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
[postgresql] / src / backend / port /
2006-08-09 Bruce MomjianRound microseconds on setitimer upwards.
2006-08-09 Bruce MomjianOn Win32, make minimum setitimer() sleep be 1ms, so...
2006-08-09 Bruce MomjianFix statement_timeout on Win32 so that it properly...
2006-08-09 Bruce MomjianFormatting improvement.
2006-07-29 Andrew Dunstanprevent multiplexing Windows kernel event objects we...
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-06-08 Bruce MomjianRemove Win32 file, moved to /port.
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-18 Bruce MomjianAllow sparcv8plus to use "cas".
2006-05-18 Bruce MomjianAdd more sparcv8plus comments.
2006-05-18 Bruce MomjianAdd mention of -xarch=v8plus for "cas" usage on Solaris...
2006-05-18 Bruce MomjianAdd simplified sparc8 ASM for solaris_sparc.s, from...
2006-05-17 Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-05-17 Bruce MomjianChange spaces to tabs, for consistency. (Caused by...
2006-05-05 Bruce MomjianOn Solaris ASM, / '/' is the comment for x86, while...
2006-05-05 Bruce MomjianChange Solaris comments from / to !.
2006-04-29 Tom LaneRemove sema.c, superseded by win32_sema.c.
2006-04-29 Bruce MomjianAdd Win32 semaphore implementation, rather than mimicki...
2006-04-28 Bruce MomjianModify Solaris compiler build rules to use the cpp...
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-10 Tom LaneCheck that SID is enabled while checking for Windows...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-05 Bruce MomjianUpdate x86 Solaris documenation ideas.
2006-01-05 Bruce MomjianAdd compile flags sample.
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-07 Tom LaneRecognize ERROR_SHARING_VIOLATION (translate to EACCES...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-12 Bruce Momjian[ backpatched to 8.0.X.]
2005-07-06 Tom LaneSync dlopen error handling for the *BSDs ... seems...
2005-03-10 Neil ConwayRefactor fork()-related code. We need to do various...
2005-02-05 Tom LaneFix bit-rot in ipc_test.c; it didn't include some stuff...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-02 Bruce MomjianChange Win32 dlerror message to:
2004-11-17 Neil ConwayWin32 build cleanups, from Andrew Dunstan.
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-16 Tom LaneUse dynamically-sized buffers in pgwin32_is_service().
2004-11-12 Bruce Momjian> I think in addition the system global name "sharemem...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-11-09 Peter EisentrautClarify some error messages
2004-10-25 Neil ConwayFix tyop in comment.
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-10-12 Peter EisentrautMessage style revisions
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-24 Tom Laneshmdt takes a void* parameter, per Kris Jurka.
2004-09-10 Bruce MomjianMore cleanup.
2004-09-07 Tom LaneFix places where WaitForxxx can block, to eliminate...
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.
next