index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
logicalfuncs.c
Commit message (
Expand
)
Author
Age
*
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-18
*
Fix some shadow variables in src/backend/replication/
Michael Paquier
2023-08-31
*
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Fix typo in logicalfuncs.c.
Amit Kapila
2022-02-26
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Don't set ThisTimeLineID when there's no reason to do so.
Robert Haas
2021-11-05
*
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-14
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Message improvement
Peter Eisentraut
2021-04-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-28
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
[next]