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