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
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
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
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
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
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix typo
Alvaro Herrera
2019-08-21
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Adjust tuple data lookup logic in multi-insert logical decoding
Michael Paquier
2019-08-07
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
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
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
[next]