index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogfuncs.c
Commit message (
Expand
)
Author
Age
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
pg_is_xlog_replay_paused(): remove super-user-only restriction
Bruce Momjian
2014-08-29
*
Add missing serial commas
Peter Eisentraut
2014-07-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
*
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
*
Improve readability and error messages in pg_backup_start_time.
Robert Haas
2012-06-14
*
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
*
More carefully validate xlog location string inputs
Magnus Hagander
2012-03-04
*
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-04
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
*
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