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
/
rmgrdesc
/
gindesc.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Another gin_desc fix.
Heikki Linnakangas
2013-11-28
*
Fix gin_desc routine to match the WAL format.
Heikki Linnakangas
2013-11-28
*
Get rid of the post-recovery cleanup step of GIN page splits.
Heikki Linnakangas
2013-11-27
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28