index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
rawpage.c
Commit message (
Expand
)
Author
Age
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.
Tom Lane
2009-06-08
*
Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read
Tom Lane
2009-03-31
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-31
*
Use fork names instead of numbers in the file names for additional
Heikki Linnakangas
2008-10-06
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Fix some missed copyright updates.
Tom Lane
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Improve handling of prune/no-prune decisions by storing a page's oldest
Tom Lane
2007-09-21
*
Add database page inspection /contrib module.
Bruce Momjian
2007-05-17