aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
Commit message (Expand)AuthorAge
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Logical decoding of sequencesTomas Vondra2022-02-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* Improve error messages for some callers of XLogReadRecord()Michael Paquier2021-11-10
* Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila2021-09-07
* Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis2021-07-30
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-28
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Error message refactoringPeter Eisentraut2021-06-27
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-06
* 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
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-09
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Add some const decorationsPeter Eisentraut2020-08-08
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-28
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove duplicate assignment when initializing logical decoder contextMichael Paquier2019-04-16
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Update copyright for 2019Bruce Momjian2019-01-02
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix logical replication slot initializationAlvaro Herrera2018-08-01