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
*
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
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
*
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-25
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
*
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-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
*
Correct function name in comment of logical decoding code
Michael Paquier
2018-07-02
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Update obsolete comments
Alvaro Herrera
2018-06-25
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-12
*
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-10
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Improve messaging during logical replication worker startup
Peter Eisentraut
2018-04-06
[next]