aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck2004-02-12
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-15
* Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane2004-01-03
* Improve spinlock code for recent x86 processors: insert a PAUSETom Lane2003-12-27
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-23
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-23
* Have configure --without-spinlocks actually not use spinlock code, evenBruce Momjian2003-12-23
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian2003-12-23
* Test for __alpha and __alpha__.Bruce Momjian2003-12-22
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-14
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* Fix thinko in comment.Tom Lane2003-12-11
* Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane2003-12-01
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Background writer processJan Wieck2003-11-19
* 2nd try for the ARC strategy.Jan Wieck2003-11-13
* ARC strategy backed out ... sorryJan Wieck2003-11-13
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-13
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* Improve message wording for spinlocks-missing compilation error.Peter Eisentraut2003-11-04
* Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian2003-10-10
* Fix #error message to mention renamed option --disable-spinlocks.Bruce Momjian2003-09-29
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-12
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-10
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-01
* elog mop-up.Tom Lane2003-07-27
* Add Opteron/Itanium comment.Bruce Momjian2003-07-20
* Add x86_64 support for spinlocks.Bruce Momjian2003-06-24
* Small patch to link to the proper place in the "runtime" file,Bruce Momjian2003-06-24
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Support for Intel compiler on LinuxPeter Eisentraut2003-06-05
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-08
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-06
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29