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
Age
Commit message (
Expand
)
Author
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-16
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-15
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-08
Use aux process resource owner in walsender
Andres Freund
2024-10-05
Remove unused latch
Heikki Linnakangas
2024-09-13
Prohibit altering invalidated replication slots.
Amit Kapila
2024-09-11
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-27
Fix misplaced translator comments
Peter Eisentraut
2024-08-26
Fix identation.
Masahiko Sawada
2024-08-26
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-09
Change the misleading local end_lsn for prepared transactions.
Amit Kapila
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-08-01
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-12
Fix a typo in logicalrep_write_typ().
Amit Kapila
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-09
Fix comment in libpqrcv_check_conninfo().
Fujii Masao
2024-07-09
To improve the code, move the error check in logical_read_xlog_page().
Amit Kapila
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Michael Paquier
2024-06-27
Drop the temporary tuple slots allocated by pgoutput.
Amit Kapila
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-11
Fix an assert in CheckPointReplicationSlots().
Amit Kapila
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-08
Fix incorrect format placeholder
Peter Eisentraut
[next]