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