summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-221-1/+1
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-201-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-21/+20
* Message style and wording fixesPeter Eisentraut2016-06-071-3/+3
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-061-35/+21
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-051-2/+183
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-181-1/+1
* Add new user fn pg_current_xlog_flush_location()Simon Riggs2016-01-121-0/+21
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-121-1/+11
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-3/+2
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-2/+3
* pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian2014-08-291-5/+0
* Add missing serial commasPeter Eisentraut2014-07-151-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-191-138/+15
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-071-0/+10
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-131-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-171-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-201-1/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-2/+2
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-131-0/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-27/+28
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-241-32/+16
* Improve readability and error messages in pg_backup_start_time.Robert Haas2012-06-141-4/+8
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-141-1/+72
* More carefully validate xlog location string inputsMagnus Hagander2012-03-041-0/+8
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-041-0/+90
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-111-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-041-0/+467