aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/md.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-05
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-17
* Fix oversight in previous error-reporting patch; mustn't pfree path stringHeikki Linnakangas2008-11-14
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-11
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix stupid typo in recently-added code :-(Tom Lane2007-11-16
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* Use ftruncate() not truncate() in mdunlink. Seems Windows doesn'tTom Lane2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* Fix incorrect comment about the timing of AbsorbFsyncRequests() duringTom Lane2007-07-03
* Rearrange mdsync() looping logic to avoid the problem that a sufficientlyTom Lane2007-04-12
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-17
* Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane2007-01-17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-03
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-20
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Arrange to call AbsorbFsyncRequests every so often while performing aTom Lane2006-03-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Tweak md.c logic to cope with the situation where WAL replay tries toTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-02
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-31
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10