summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-171-2/+2
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-111-2/+43
* Fix lack of message pluralizationPeter Eisentraut2021-02-101-1/+4
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-171-2/+2
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-081-1/+1
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-241-0/+14
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-241-2/+1
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-191-15/+2
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-4/+3
* Message style fixesPeter Eisentraut2019-09-231-1/+1
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-061-4/+13
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove function names from error messagesAlvaro Herrera2018-12-191-2/+4
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-4/+4
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Add pg_promote functionMichael Paquier2018-10-251-0/+77
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-091-1/+0
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-091-59/+0
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-051-0/+59
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-041-13/+2
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-1/+3
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-5/+5
* Phase 3 of pgindent updates.Tom Lane2017-06-211-5/+5
* Fix typos in commentsMagnus Hagander2017-06-171-1/+1
* Update code commentsPeter Eisentraut2017-06-091-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+3
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-121-1/+1
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-111-6/+6
* Fix backup cancelingTeodor Sigaev2017-03-241-15/+10
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-221-2/+10
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-2/+2
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-091-18/+18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+0
* 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