index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
logicalfuncs.c
Age
Commit message (
Expand
)
Author
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-07
Message improvement
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-04-28
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-03-17
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-24
Rework WAL-reading supporting structs
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-01-17
Ability to advance replication slots
Simon Riggs
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-07-25
Fix race conditions in replication slot operations
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Lag tracking for logical replication
Simon Riggs
2017-03-22
Teach xlogreader to follow timeline switches
Simon Riggs
2017-01-20
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-05
Dirty replication slots when using sql interface
Simon Riggs
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-05-02
Fix code comments regarding logical decoding
Alvaro Herrera
2016-04-14
Fix trivial typo.
Andres Freund
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-01-20
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-28
Message style improvements
Peter Eisentraut
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-09-01
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-06-30
Check interrupts during logical decoding more frequently.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas