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