| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -46/+85 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 2 | -27/+8 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -8/+1 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -5/+24 |
* | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane | 2005-05-29 | 2 | -65/+68 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 7 | -43/+13 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -2/+36 |
* | Update comment that I missed the first time around. | Tom Lane | 2005-05-19 | 1 | -3/+3 |
* | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane | 2005-05-19 | 1 | -137/+77 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 9 | -784/+825 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 1 | -3/+3 |
* | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 | 1 | -1/+125 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 | 4 | -149/+194 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 2 | -2/+11 |
* | Update VACUUM VERBOSE FSM message, per Tom. | Bruce Momjian | 2005-04-24 | 1 | -9/+8 |
* | Update VACUUM VERBOSE update, per Alvaro. | Bruce Momjian | 2005-04-23 | 1 | -2/+3 |
* | Update working of VACUUM VERBOSE. | Bruce Momjian | 2005-04-23 | 1 | -2/+2 |
* | Make VACUUM VERBOSE FSM output all output in a single INFO output | Bruce Momjian | 2005-04-23 | 1 | -14/+8 |
* | Modify output of VACUUM VERBOSE to be clearer. | Bruce Momjian | 2005-04-23 | 1 | -6/+16 |
* | Remove an unused variable "waitingForSignal". From Qingqing Zhou. | Neil Conway | 2005-04-15 | 1 | -5/+1 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -10/+4 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 | 1 | -2/+2 |
* | If we're going to have a non-panic check for held_lwlocks[] overrun, | Tom Lane | 2005-04-08 | 1 | -5/+9 |
* | Use an always-there test, not an Assert, to check for overrun of | Tom Lane | 2005-04-08 | 1 | -3/+5 |
* | Remove an unused variable `ShmemBootstrap', and remove an obsolete | Neil Conway | 2005-04-04 | 1 | -15/+6 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 | 1 | -3/+137 |
* | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 | 2 | -122/+70 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 | 1 | -19/+27 |
* | Upgrade localbuf.c to use a hash table instead of linear search to | Tom Lane | 2005-03-19 | 1 | -46/+100 |
* | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 | 1 | -1/+15 |
* | Avoid infinite loop in InvalidateBuffer if we ourselves are holding | Tom Lane | 2005-03-18 | 1 | -1/+4 |
* | Issue free space notices to both the user and the server log file. | Bruce Momjian | 2005-03-14 | 1 | -5/+15 |
* | Add warning about the need to increase "max_fsm_relations" and | Bruce Momjian | 2005-03-12 | 1 | -3/+17 |
* | Slight refactoring and optimization of some code in WaitOnLock(). | Neil Conway | 2005-03-11 | 1 | -4/+6 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 | 6 | -1779/+1170 |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 | 1 | -14/+34 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -3/+3 |
* | Refactor some duplicated code in lock.c: create UnGrantLock(), move code | Neil Conway | 2005-02-04 | 1 | -56/+65 |
* | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane | 2005-02-03 | 3 | -28/+114 |
* | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -2/+2 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 | 3 | -22/+46 |
* | Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take | Tom Lane | 2005-01-03 | 1 | -11/+37 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 28 | -56/+56 |
* | Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net | Tom Lane | 2004-12-29 | 1 | -1/+8 |
* | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 | 2 | -60/+89 |
* | Allow NetBSD, m64k to compile the ASM spinlock code. | Bruce Momjian | 2004-12-18 | 1 | -6/+21 |
* | Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using | Neil Conway | 2004-11-24 | 1 | -10/+3 |
* | Reduce the default size of the local lock hash table. There's usually | Tom Lane | 2004-11-20 | 1 | -2/+2 |
* | Small message clarifications | Peter Eisentraut | 2004-11-05 | 1 | -2/+2 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 2 | -9/+2 |