summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-19/+27
* Upgrade localbuf.c to use a hash table instead of linear search toTom Lane2005-03-191-46/+100
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-181-1/+15
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-29/+47
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-15/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-1/+7
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-4/+4
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-311-2/+3
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-221-7/+9
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-211-11/+23
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-21/+9
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-4/+8
* localbuf.c must be able to do blind writes.Tom Lane2002-12-051-12/+17
* pgindent run.Bruce Momjian2002-09-041-6/+6
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-84/+45
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* WriteBuffer return value:Bruce Momjian2002-06-151-4/+2
* Fix obsolete comments.Tom Lane2002-05-031-6/+3
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-7/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* miscVadim B. Mikheev2000-11-301-0/+4
* Hope that this is valid localbuf.c versionVadim B. Mikheev2000-11-301-57/+9
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-10/+20
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-201-5/+3
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-6/+11
* WALVadim B. Mikheev2000-10-281-5/+15
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-6/+4
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-181-8/+13
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-2/+4
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-1/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-15/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-5/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-2/+1