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
Commit message (
Expand
)
Author
Age
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Remove unused xid parameter.
Amit Kapila
2022-09-26
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
*
Improve some error messages.
Amit Kapila
2022-09-21
*
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-20
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Fix typos.
Amit Kapila
2022-09-19
*
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-09-17
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-09-02
*
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
*
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-29
*
Remove unneeded null pointer checks before PQfreemem()
Peter Eisentraut
2022-08-26
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Switch format specifier for replication origins to %d
John Naylor
2022-08-23
*
Remove shadowed local variables that are new in v15
David Rowley
2022-08-20
*
Refer to replication origin roident as "ID" in user facing messages and docs
John Naylor
2022-08-18
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
struct PQWalReceiverFunctions: use designated initializers
Alvaro Herrera
2022-08-11
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
*
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Prevent BASE_BACKUP in the middle of another backup in the same session.
Fujii Masao
2022-07-20
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Refactor sending of DataRow messages in replication protocol
Peter Eisentraut
2022-07-06
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Refactor sending of RowDescription messages in replication protocol
Peter Eisentraut
2022-07-04
*
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
*
Fix for change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
*
Change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
*
Fix attlen in RowDescription of BASE_BACKUP response
Peter Eisentraut
2022-07-04
[next]