aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* 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
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Fix timeout handling in logical replication workerMichael Paquier2019-10-18
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix typoAlvaro Herrera2019-08-21
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-07
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* 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
* 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