Commit Graph

75 Commits (8620a7f6dbdf978e57cdb9f42802a0418656d863)

Author SHA1 Message Date
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Bruce Momjian 01363beae5 pg_is_xlog_replay_paused(): remove super-user-only restriction 11 years ago
Peter Eisentraut d38228fe40 Add missing serial commas 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Robert Haas 6f289c2b7d Switch various builtin functions to use pg_lsn instead of text. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Magnus Hagander 9544cc0d65 Move permissions check from do_pg_start_backup to pg_start_backup 12 years ago
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 0b6329130e Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas af275a12df Follow TLI of last replayed record, not recovery target TLI, in walsenders. 13 years ago
Heikki Linnakangas abfd192b1b Allow a streaming replication standby to follow a timeline switch. 13 years ago
Heikki Linnakangas 527668717a Make xlog_internal.h includable in frontend context. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 13 years ago
Heikki Linnakangas dfda6ebaec Don't waste the last segment of each 4GB logical log file. 13 years ago
Robert Haas 8507c2f856 Improve readability and error messages in pg_backup_start_time. 13 years ago
Robert Haas 68de499bda New SQL functons pg_backup_in_progress() and pg_backup_start_time() 13 years ago
Magnus Hagander 141b89826d More carefully validate xlog location string inputs 14 years ago
Magnus Hagander bc5ac36865 Add function pg_xlog_location_diff to help comparisons 14 years ago
Heikki Linnakangas 1b9dea04b5 Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs a030bfa6e4 Move user functions related to WAL into xlogfuncs.c 14 years ago