index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam_xlog.h
Commit message (
Expand
)
Author
Age
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
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
*
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-04-01
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
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
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28