aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
Commit message (Expand)AuthorAge
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix typos in commentsMagnus Hagander2017-06-17
* Update code commentsPeter Eisentraut2017-06-09
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Fix backup cancelingTeodor Sigaev2017-03-24
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-22
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* 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