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
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-09
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-08
Fix gratuitous error message variation
Peter Eisentraut
2019-11-06
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-01
Add some assertions in syncrep.c
Michael Paquier
2019-11-01
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-10-31
Fix typo in comment of syncrep.c
Michael Paquier
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-10-18
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-17
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
2019-10-04
Use a fd opened for read/write when syncing slots during startup, take 2.
Andres Freund
2019-09-24
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-23
Message style fixes
Peter Eisentraut
2019-09-17
Add some const decorations to array constants
Peter Eisentraut
2019-09-13
logical decoding: process ASSIGNMENT during snapshot build
Alvaro Herrera
2019-09-08
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-06
When performing a base backup, check for read errors.
Robert Haas
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-21
Fix typo
Alvaro Herrera
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-07
Adjust tuple data lookup logic in multi-insert logical decoding
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-04
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
Disallow user-created replication origins named "pg_xxx".
Tom Lane
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-24
Fix typos.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-05-13
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-04-29
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-17
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-16
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-15
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
[next]