Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | More carefully validate xlog location string inputs | Magnus 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-04 | Add function pg_xlog_location_diff to help comparisons | Magnus 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-11 | Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always | Heikki Linnakangas | |
passed as 'true'. | |||
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | |
2011-11-04 | Move user functions related to WAL into xlogfuncs.c | Simon Riggs | |