summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
AgeCommit message (Expand)Author
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-14Improve readability and error messages in pg_backup_start_time.Robert Haas
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas
2012-03-04More carefully validate xlog location string inputsMagnus Hagander
2012-03-04Add function pg_xlog_location_diff to help comparisonsMagnus Hagander
2012-01-11Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs