index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
snapbuild.c
Age
Commit message (
Expand
)
Author
2022-11-28
Fix comment in snapbuild.c
Michael Paquier
2022-11-21
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-17
Fix typos in comments
Daniel Gustafsson
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-09-26
Remove unused xid parameter.
Amit Kapila
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-29
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-05
Remove obsolete comment in snapbuild.c.
Amit Kapila
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-19
Use correct format placeholder for pids
Peter Eisentraut
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-16
Remove backwards compat ugliness in snapbuild.c.
Andres Freund
2021-01-25
Fix two typos in snapbuild.c.
Andres Freund
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-20
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-12
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
[next]