aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Message style and wording fixesPeter Eisentraut2016-06-07
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-06
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Add new user fn pg_current_xlog_flush_location()Simon Riggs2016-01-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian2014-08-29
* Add missing serial commasPeter Eisentraut2014-07-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Update copyright for 2014Bruce Momjian2014-01-07
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Improve readability and error messages in pg_backup_start_time.Robert Haas2012-06-14
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-14
* More carefully validate xlog location string inputsMagnus Hagander2012-03-04
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-04
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-04