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