summaryrefslogtreecommitdiff
path: root/src/backend/storage
AgeCommit message (Expand)Author
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-03-23When changing select() calls for delays into pg_usleep(), two commentsBruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce 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-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-12Avoid delaying postmaster shutdown by up to 10 seconds on platformsTom Lane
2004-02-12Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-04Backing out the background writer sync() option.Jan Wieck
2004-01-30Remove sleep() and use single PG_SLEEP call for Win32 signal handlingBruce Momjian
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-24Added GUC variable bgwriter_flush_method controlling the actionJan Wieck
2004-01-15Adjusted calculation of shared memory requirements to newJan Wieck
2004-01-11Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian
2004-01-09Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Code cleanup, mostly in the smgr:Neil Conway
2003-12-30ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_createTom Lane
2003-12-27Improve spinlock code for recent x86 processors: insert a PAUSETom Lane
2003-12-25Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian
2003-12-23Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane
2003-12-23Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane
2003-12-23Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian
2003-12-23Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian
2003-12-22This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||Bruce Momjian
2003-12-21[ This description should have been on the earlier fork/execBruce Momjian
2003-12-21The recent DUMMY_PROCS patch broke accounting for the number of semaphoresTom Lane
2003-12-20bufmgr.c failed to compile on Darwin, because it didn't includeTom Lane
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-14I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-01Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian
2003-12-01Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-27Conditionalize variable that is only used conditionally, to avoid warning.Peter Eisentraut
2003-11-26Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage.Tom Lane