summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
AgeCommit message (Collapse)Author
2012-03-04More carefully validate xlog location string inputsMagnus Hagander
Now that we have validate_xlog_location, call it from the previously existing functions taking xlog locatoins as a string input. Suggested by Fujii Masao
2012-03-04Add function pg_xlog_location_diff to help comparisonsMagnus Hagander
Comparing two xlog locations are useful for example when calculating replication lag. Euler Taveira de Oliveira, reviewed by Fujii Masao, and some cleanups from me
2012-01-11Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas
passed as 'true'.
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs