aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
Commit message (Expand)AuthorAge
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* 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
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-27
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Remove unused NextLogPage macroAlvaro Herrera2012-12-27
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-02
* Remove sanity test in XRecOffIsValid.Robert Haas2012-06-25
* Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas2012-06-24
* Use LL suffix for 64-bit constants.Heikki Linnakangas2012-06-24
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-24
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-04
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-12
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10