summaryrefslogtreecommitdiff
path: root/src/include/storage/smgr.h
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+1
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+6
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-7/+8
* WALVadim B. Mikheev2000-10-281-19/+8
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-3/+17
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-5/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-24/+24
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-101-4/+7
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-14/+28
* Add:Bruce Momjian2000-01-261-2/+3
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-14/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+13
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-13/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-42/+42
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-59/+65
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1
* New mdtruncate() & smgrtruncate() funcs.Vadim B. Mikheev1996-11-271-1/+3
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+3
* More compile cleanupsBruce Momjian1996-11-081-2/+3
* Compile and warning cleanupBruce Momjian1996-11-081-1/+4
* Another directory totally cleaned outMarc G. Fournier1996-11-051-3/+4
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+84