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
7 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-08-14
Revert logical snapshot filename format change in SnapBuildSnapshotExists().
Fujii Masao
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-03-11
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-02-23
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-15
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-04-03
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-08-24
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-07-04
Fix assertion failure in snapshot building
Daniel Gustafsson
2023-06-30
Improve comment on why we need ctid->(cmin,cmax) mapping.
Heikki Linnakangas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
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
[next]