aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-06
* Fix typo in origin.c.Amit Kapila2021-01-05
* Fix typo in reorderbuffer.c.Amit Kapila2021-01-05
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Update comment atop of ReorderBufferQueueMessage().Amit Kapila2020-12-19
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-12
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-12
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Remove incorrect assertion in reorderbuffer.c.Amit Kapila2020-12-04
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-27
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-26
* Split copy.c into four files.Heikki Linnakangas2020-11-23
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Use Enum for top level logical replication message types.Amit Kapila2020-11-02
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-19
* Review logical replication tablesync codeAlvaro Herrera2020-10-15
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-15
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-09
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Display the names of missing columns in error during logical replication.Amit Kapila2020-10-07
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-26
* Update file header comments for logical/relation.c.Amit Kapila2020-09-18
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Fix inline marking introduced in commit 464824323e.Amit Kapila2020-09-04
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Remove useless Assert.Tom Lane2020-08-09