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
Commit message (
Expand
)
Author
Age
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-04
*
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-05-15
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-02-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Fix subscriber invalid memory access on DDL.
Amit Kapila
2019-12-18
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
*
logical decoding: process ASSIGNMENT during snapshot build
Alvaro Herrera
2019-09-13
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Fix typo
Alvaro Herrera
2019-08-21
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
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-29
*
Fix typos.
Thomas Munro
2019-05-24
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-16
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Use a virtual rather than a heap slot in two places where that suffices.
Andres Freund
2019-03-01
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
[next]