index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
snapbuild.c
Commit message (
Expand
)
Author
Age
*
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-08-24
*
Fix assertion failure in snapshot building
Daniel Gustafsson
2023-07-04
*
Improve comment on why we need ctid->(cmin,cmax) mapping.
Heikki Linnakangas
2023-06-30
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix comment in snapbuild.c
Michael Paquier
2022-11-29
*
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-21
*
Fix typos in comments
Daniel Gustafsson
2022-11-17
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
*
Remove unused xid parameter.
Amit Kapila
2022-09-26
*
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-09-02
*
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-29
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Remove obsolete comment in snapbuild.c.
Amit Kapila
2021-10-05
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use correct format placeholder for pids
Peter Eisentraut
2021-04-19
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Remove backwards compat ugliness in snapbuild.c.
Andres Freund
2021-02-15
*
Fix two typos in snapbuild.c.
Andres Freund
2021-01-25
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
[next]