aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/buf_internals.h
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* WriteBuffer return value:Bruce Momjian2002-06-15
* Remove some pre-WAL relics:Bruce Momjian2002-06-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Add:Bruce Momjian2000-01-26
* Clean up comments.Tom Lane1999-11-21
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Remove archive stuff.Bruce Momjian1997-11-21
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-28
* Restructure padding to handle structure already 128 bytes(alpha).Bruce Momjian1997-01-25
* Remove SB_PAD. Compute padding at compile time.Bruce Momjian1997-01-23