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
/
replication
Age
Commit message (
Expand
)
Author
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-13
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-06
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-02
Correct function name in comment of logical decoding code
Michael Paquier
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Update obsolete comments
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-06-12
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-11
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-11
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-06-10
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-05-01
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-04-30
Don't do logical replication of TRUNCATE of zero tables
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-15
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-14
Improve code comments
Peter Eisentraut
2018-04-09
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-07
Refactor dir/file permissions
Stephen Frost
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-06
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
Improve messaging during logical replication worker startup
Peter Eisentraut
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
Properly use INT64_FORMAT in output
Magnus Hagander
2018-04-03
Fix for checksum validation patch
Magnus Hagander
2018-04-03
Validate page level checksums in base backups
Magnus Hagander
2018-03-30
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-28
C comment: fix typo, log -> lag
Bruce Momjian
2018-03-28
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
Skip temp tables from basebackup.
Teodor Sigaev
[next]