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
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-10
Small debug message tweak
Peter Eisentraut
2021-03-03
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
Use FeBeWaitSet for walsender.c.
Thomas Munro
2021-03-01
Update the docs and comments for decoding of prepared xacts.
Amit Kapila
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
Fix an oversight in ReorderBufferFinishPrepared.
Amit Kapila
2021-02-18
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-16
Remove the unnecessary PrepareWrite in pgoutput.
Amit Kapila
2021-02-16
Remove backwards compat ugliness in snapbuild.c.
Andres Freund
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-10
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-04
Clarify comment in tablesync.c
Michael Paquier
2021-02-02
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-01-25
Fix two typos in snapbuild.c.
Andres Freund
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-25
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-19
pgindent worker.c.
Amit Kapila
2021-01-18
Narrow the scope of a local variable.
Tom Lane
2021-01-14
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
Fix relation descriptor leak.
Amit Kapila
2021-01-06
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-05
Fix typo in origin.c.
Amit Kapila
2021-01-05
Fix typo in reorderbuffer.c.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-19
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-13
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
[next]