summaryrefslogtreecommitdiff
path: root/src/include/storage/buf_internals.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+1
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-14/+8
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-5/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* WALVadim B. Mikheev2000-10-281-1/+5
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-17/+1
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-2/+11
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-181-21/+26
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+13
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-4/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up comments.Tom Lane1999-11-211-20/+14
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-3/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-3/+3
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* 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-47/+16
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+7
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-011-17/+2
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-10/+1
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-4/+4
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-16/+22
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Remove archive stuff.Bruce Momjian1997-11-211-3/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-7/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-59/+58
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-126/+136
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-6/+3
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-5/+5
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-281-1/+2
* Restructure padding to handle structure already 128 bytes(alpha).Bruce Momjian1997-01-251-7/+12
* Remove SB_PAD. Compute padding at compile time.Bruce Momjian1997-01-231-7/+27
* New flag for BufferDesc - BM_JUST_DIRTIED, - to preventVadim B. Mikheev1997-01-201-1/+2
* SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn'tVadim B. Mikheev1997-01-161-2/+2
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-35/+6
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-4/+4
* Another directory totally cleaned outMarc G. Fournier1996-11-051-8/+3
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-041-13/+13
* More chanes for bsdi_2_1 removalBruce Momjian1996-11-011-2/+1
* remove:Marc G. Fournier1996-10-311-2/+1
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+244