summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-23Message style fixesPeter Eisentraut
2019-09-06Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-25Add pg_promote functionMichael Paquier
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-04Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-09Update code commentsPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-22Expose waitforarchive option through pg_stop_backup()Stephen Frost
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Message style and wording fixesPeter Eisentraut
2016-04-06Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-08-29pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian
2014-07-15Add missing serial commasPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-19Switch various builtin functions to use pg_lsn instead of text.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander