aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/md.c
Commit message (Expand)AuthorAge
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* 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
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-06
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* _mdfd_getrelnfd() should include kernel error code in failure message.Tom Lane2001-04-02
* 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
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Prevent creating a boatload of empty segments when md.c is asked toTom Lane2000-07-10
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-19
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.Tom Lane2000-05-25
* 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
* Remove ugly call ImmediateSharedRelationCacheInvalidate()Hiroshi Inoue2000-02-07
* Add:Bruce Momjian2000-01-26
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* 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
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue1999-10-06
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Per Tatsuo's recommendation, change mdopen so that it won'tTom Lane1999-09-05
* 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
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* 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
* Patch to allow vacuum on multi-segment tables, from Hiroshi InoueBruce Momjian1999-06-18
* Change mdtruncate to truncate and not unlink.Bruce Momjian1999-06-11
* pgindent run over code.Bruce Momjian1999-05-25
* This is actually more of a fundamental problem with mdtruncate. ItBruce Momjian1999-05-17