aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam_xlog.h
Commit message (Expand)AuthorAge
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas2014-04-01
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28