index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
smgr
/
smgr.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Implement prefetching via posix_fadvise() for bitmap index scans. A new
Tom Lane
2009-01-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-11-19
*
Change error messages to print the physical path, like
Heikki Linnakangas
2008-11-11
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
*
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-11
*
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Prevent re-use of a deleted relation's relfilenode until after the next
Tom Lane
2007-11-15
*
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-09-05
*
Fix WAL replay of truncate operations to cope with the possibility that the
Tom Lane
2007-07-20
*
Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because
Tom Lane
2007-07-08
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2007-01-03
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-14
*
Suppress attempts to report dropped tables to the stats collector from a
Tom Lane
2006-03-30
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Modify pgstats code to reduce performance penalties from oversized stats data
Tom Lane
2006-01-18
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-08
*
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-20
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Small message clarifications
Peter Eisentraut
2004-11-05
*
Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup
Tom Lane
2004-09-06
[next]