aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/snapbuild.c
Commit message (Expand)AuthorAge
* Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila2024-04-03
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix the error message when failing to restore the snapshot.Amit Kapila2023-08-24
* Fix assertion failure in snapshot buildingDaniel Gustafsson2023-07-04
* Improve comment on why we need ctid->(cmin,cmax) mapping.Heikki Linnakangas2023-06-30
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typos in code and testsMichael Paquier2023-02-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix comment in snapbuild.cMichael Paquier2022-11-29
* Add additional checks while creating the initial decoding snapshot.Amit Kapila2022-11-21
* Fix typos in commentsDaniel Gustafsson2022-11-17
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Remove unused xid parameter.Amit Kapila2022-09-26
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-29
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Remove obsolete comment in snapbuild.c.Amit Kapila2021-10-05
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use correct format placeholder for pidsPeter Eisentraut2021-04-19
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Remove backwards compat ugliness in snapbuild.c.Andres Freund2021-02-15
* Fix two typos in snapbuild.c.Andres Freund2021-01-25
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* 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