index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogfuncs.c
Commit message (
Expand
)
Author
Age
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
*
Fix lack of message pluralization
Peter Eisentraut
2021-02-10
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Make pg_promote() detect postmaster death while waiting for promotion to end.
Fujii Masao
2019-09-06
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove function names from error messages
Alvaro Herrera
2018-12-19
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Fix typos in comments
Magnus Hagander
2017-06-17
*
Update code comments
Peter Eisentraut
2017-06-09
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
[next]