index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogfuncs.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
Refactor WaitForLSNReplay() to return the result of waiting
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-25
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2023-08-28
Tweak pg_promote() to report failures on kill() or postmaster failures
Michael Paquier
2023-05-19
Message style improvements
Peter Eisentraut
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-23
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-20
Add pg_dissect_walfile_name()
Michael Paquier
2022-10-22
Improve memory handling across SQL-callable backup functions
Michael Paquier
2022-09-27
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-13
Rename macro related to pg_backup_stop()
Michael Paquier
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-11
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-02-10
Fix lack of message pluralization
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-03-24
Prefer standby promotion over recovery pause.
Fujii Masao
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-19
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-23
Message style fixes
Peter Eisentraut
2019-09-06
Make pg_promote() detect postmaster death while waiting for promotion to end.
Fujii Masao
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-19
Remove function names from error messages
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-25
Add pg_promote function
Michael Paquier
[next]