aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-19
* Fill in extraUpdatedCols in logical replicationPeter Eisentraut2020-02-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier2020-01-12
* Have logical replication subscriber fire column triggersPeter Eisentraut2020-01-06
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Fix subscriber invalid memory access on DDL.Amit Kapila2019-12-18
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Fix timeout handling in logical replication workerMichael Paquier2019-10-18
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix typoAlvaro Herrera2019-08-21
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Disallow user-created replication origins named "pg_xxx".Tom Lane2019-06-29
* Fix typos.Thomas Munro2019-05-24
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-13
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* Remove duplicate assignment when initializing logical decoder contextMichael Paquier2019-04-16
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Generated columnsPeter Eisentraut2019-03-30
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-15
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Use a virtual rather than a heap slot in two places where that suffices.Andres Freund2019-03-01
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* More unconstify usePeter Eisentraut2019-02-13
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* 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