summaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/smgr.c
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-12/+1
* Put external declarations into header files.Peter Eisentraut2000-11-211-6/+1
* prevent open failure of VIEWHiroshi Inoue2000-11-131-1/+3
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-22/+112
* WALVadim B. Mikheev2000-10-281-83/+29
* WALVadim B. Mikheev2000-10-211-1/+24
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+52
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-021-3/+3
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-2/+2
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-191-18/+18
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-5/+13
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-21/+21
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-101-5/+8
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-23/+91
* Add:Bruce Momjian2000-01-261-2/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-11/+13
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-2/+3
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-021-8/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-1/+3
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-231-2/+2
* 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-1/+6
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-16/+16
* Cleanup Name usage.Bruce Momjian1998-07-201-17/+11
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-5/+5
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+2
* From: Maurice Gittens <mgittens@david.gits.nl>Marc G. Fournier1998-04-011-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-13/+13
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-13/+13
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-37/+37
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-211/+221
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+6
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-21/+21
* 1. Fix md memory leak:Vadim B. Mikheev1997-05-221-1/+8
* New smgrtruncate smgr' interface func.Vadim B. Mikheev1996-11-271-3/+29
* Compile and warning cleanupBruce Momjian1996-11-081-5/+1
* Clean up Makefile(s)Marc G. Fournier1996-11-031-3/+2
* Remove include of machine.hMarc G. Fournier1996-08-271-2/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+371