summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-251-24/+5
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove some pre-WAL relics:Bruce Momjian2002-06-151-7/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+3
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-7/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-12/+12
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-6/+50
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-10/+19
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-40/+3
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-3/+1
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-181-3/+5
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+5
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-5/+9
* Add:Bruce Momjian2000-01-261-2/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-5/+7
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-3/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Add config.h as needed.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-8/+7
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Add var defines for no testandsetBruce Momjian1999-06-261-1/+3
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-121-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-4/+5
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-25/+10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-17/+8
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-5/+5
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-4/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Inline frequently called functions.Bruce Momjian1997-09-181-1/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-34/+34
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-197/+210
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-1/+2
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-181-4/+7
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-281-1/+4
* Fix typo in struct name.Bruce Momjian1997-01-261-2/+2
* More autosize structure error checks.Bruce Momjian1997-01-251-2/+5
* Remove SB_PAD. Compute padding at compile time.Bruce Momjian1997-01-231-1/+9
* No more LateWrite.Vadim B. Mikheev1997-01-161-4/+1