aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/snapbuild.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Fix more portability issues with casts to Size when using off_tMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix Latin spellingPeter Eisentraut2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Reword comment for clarityAlvaro Herrera2017-08-12
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-13
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Fix typos in logical replication support for initial data copy.Tom Lane2017-03-26
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Improve grammar / fix typos in snapbuild.c.Andres Freund2017-03-14
* Fix typo in commentMagnus Hagander2017-03-13
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Fix typos in commentsMagnus Hagander2016-02-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix assertion failure in logical decoding.Heikki Linnakangas2015-04-16