aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Refactor planner's header files.Tom Lane2019-01-29
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Reconsider new file extension in commit 91f26d5f.Jeff Davis2018-08-25
* Change extension of spilled ReorderBufferChange data to ".tmp".Jeff Davis2018-08-25
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix more portability issues with casts to Size when using off_tMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-05
* Correct function name in comment of logical decoding codeMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Update obsolete commentsAlvaro Herrera2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Convert debug message from ereport to elogPeter Eisentraut2018-06-12
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix typo in logical truncate replicationPeter Eisentraut2018-04-23
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Improve messaging during logical replication worker startupPeter Eisentraut2018-04-06