aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Remove unused xid parameter.Amit Kapila2022-09-26
* Message style improvementsPeter Eisentraut2022-09-24
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Improve some error messages.Amit Kapila2022-09-21
* Fix incorrect variable types for origin IDs in decode.cMichael Paquier2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Fix typos.Amit Kapila2022-09-19
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-12
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Message style fixesAlvaro Herrera2022-09-07
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Build all Flex files standaloneJohn Naylor2022-09-04
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Drop replication origin slots before tablesync worker exits.Amit Kapila2022-08-30
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-29
* Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut2022-08-26
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Switch format specifier for replication origins to %dJohn Naylor2022-08-23
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* Refer to replication origin roident as "ID" in user facing messages and docsJohn Naylor2022-08-18
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera2022-08-11
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-20
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Refactor sending of DataRow messages in replication protocolPeter Eisentraut2022-07-06
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut2022-07-04