aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/smgr.c
Commit message (Expand)AuthorAge
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-20
* pgindent run.Bruce Momjian2002-09-04
* Tom Lane wrote:Bruce Momjian2002-08-15
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-02
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* 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
* Put external declarations into header files.Peter Eisentraut2000-11-21
* prevent open failure of VIEWHiroshi Inoue2000-11-13
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* WALVadim B. Mikheev2000-10-21
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-02
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-19
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Add:Bruce Momjian2000-01-26
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-02
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Cleanup Name usage.Bruce Momjian1998-07-20
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* From: Maurice Gittens <mgittens@david.gits.nl>Marc G. Fournier1998-04-01
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05