Commit Graph

220 Commits (a80b7a0547da0dc1dfff5df96b709a9e0321252b)

Author SHA1 Message Date
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 5 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Michael Paquier da99fedf8c Fix invalidation of local pgstats references for entry reinitialization 9 months ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 10 months ago
Amit Kapila d759c1a0b8 Stabilize the test added by commit 022564f60c. 11 months ago
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 11 months ago
Michael Paquier 4236825197 Fix typos and grammar in code comments and docs 1 year ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 1 year ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 1 year ago
Heikki Linnakangas e6cd857726 Make RelationFlushRelation() work without ResourceOwner during abort 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 1 year ago
Amit Kapila ddd5f4f54a Add a slot synchronization function. 2 years ago
Masahiko Sawada 08e6344fd6 Remove ReorderBufferTupleBuf structure. 2 years ago
Amit Kapila c393308b69 Allow to enable failover property for replication slots via SQL API. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Amit Kapila 57891c256c Add STREAM_START/STREAM_STOP for transactional messages during decoding. 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Amit Kapila 54ccfd6586 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Alvaro Herrera d6677b93c7
Make test_decoding ddl.out shorter 2 years ago
Amit Kapila 26dd0284b9 Add BEGIN/COMMIT for transactional messages during decoding. 2 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 3 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Michael Paquier 56c19fee2d Add missing isolation test for test_decoding in meson build 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Amit Kapila d2169c9985 Fix the incorrect assertion introduced in commit 7f13ac8123. 3 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 3 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 3 years ago