index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
pruneheap.c
Commit message (
Expand
)
Author
Age
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-07-13
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-12
*
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
Alvaro Herrera
2008-06-08
*
This is the patch replace offnum++ by OffsetNumberNext, to be
Bruce Momjian
2008-05-13
*
Put back bufmgr.h in bufpage.h -- it is needed by some macros.
Alvaro Herrera
2008-05-12
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-26
*
Fix heap_page_prune's problem with failing to send cache invalidation
Tom Lane
2008-03-13
*
Refactor heap_page_prune so that instead of changing item states on-the-fly,
Tom Lane
2008-03-08
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Keep heap_page_prune from marking the buffer dirty when it didn't
Tom Lane
2007-10-24
*
Improve handling of prune/no-prune decisions by storing a page's oldest
Tom Lane
2007-09-21
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20