{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":58486879,"defaultBranch":"REL2_x_STABLE","name":"pglogical","ownerLogin":"2ndQuadrant","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-10T19:09:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/898233?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1696384691.0","currentOid":""},"activityList":{"items":[{"before":"614c74f07a345a1bff5a249f00d7ea6da37b0fa4","after":"cc4be6c0b9df9bd6db270d6664da634f0b684d5f","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2024-05-14T19:18:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Fix build on v9.4.\n\nCommit 418099df971835560eb5ac6076955fcc65eb4599 added this macro to\nevery other pglogical_compat.h.","shortMessageHtmlLink":"Fix build on v9.4."}},{"before":"bff71f2c6b0bd9748ecee15dcc93201cd1a145a0","after":"614c74f07a345a1bff5a249f00d7ea6da37b0fa4","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2024-04-24T14:24:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mwanner","name":"Markus Wanner","path":"/mwanner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/184024?s=80&v=4"},"commit":{"message":"Merge pull request #470 from eatonphil/dev/pe/pgd-link\n\nAdd mention of current development on pgd","shortMessageHtmlLink":"Merge pull request #470 from eatonphil/dev/pe/pgd-link"}},{"before":"418099df971835560eb5ac6076955fcc65eb4599","after":"bff71f2c6b0bd9748ecee15dcc93201cd1a145a0","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-10-04T01:54:00.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Update release notes for 2.4.4","shortMessageHtmlLink":"Update release notes for 2.4.4"}},{"before":"1ac225303ac8526355c7193fb8496c1780c7b324","after":"418099df971835560eb5ac6076955fcc65eb4599","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-10-04T01:48:30.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"PostgresSQL 16 support","shortMessageHtmlLink":"PostgresSQL 16 support"}},{"before":"2f509076ad09d59345330cc30e25e009f08c04ca","after":"1ac225303ac8526355c7193fb8496c1780c7b324","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-05-24T12:52:53.998Z","pushType":"push","commitsCount":2,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Update release notes for 2.4.3","shortMessageHtmlLink":"Update release notes for 2.4.3"}},{"before":"74269b60381ce3bcd9d0f263fe616c0222d88bea","after":"2f509076ad09d59345330cc30e25e009f08c04ca","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-05-23T23:31:16.664Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Apply data filtering on the correct tuple during initial sync (#387)\n\nApply data filtering on the correct tuple during initial sync\r\n\r\nFormerly, we just used the original retrieved tuple in\r\npglogical_table_data_filtered() to initially sync a table. This\r\ncaused us to probably miss not yet materialized tuple column\r\nvalues, like it happens if a column value is not yet materialized\r\nwhen having pg_attribute.atthasmissing set after adding a column\r\nwith a non-null DEFAULT expression since PG11.\r\n\r\nTo fix this, deform the tuple and use a proper new version with\r\nall column values replaced before filtering and storing it\r\ninto the tuplestore.\r\n\r\n---------\r\n\r\nCo-authored-by: Euler Taveira ","shortMessageHtmlLink":"Apply data filtering on the correct tuple during initial sync (#387)"}},{"before":"3b00d6e2ccfb46a63907e9d560fa555b69142022","after":"74269b60381ce3bcd9d0f263fe616c0222d88bea","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-05-23T17:57:41.033Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Fix missing restore of memory context in pg_decode_change()\n\nChange c53a83c22a29d71ded6316e02a21fc1c84c9f60a forgot to include\ncleanup for early exit case. Fixes #419","shortMessageHtmlLink":"Fix missing restore of memory context in pg_decode_change()"}},{"before":"85ac1eb17f16f494fc9d0fa7af207160868c0b65","after":"3b00d6e2ccfb46a63907e9d560fa555b69142022","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-05-23T16:59:57.662Z","pushType":"push","commitsCount":2,"pusher":{"login":"eulerto","name":"Euler Taveira","path":"/eulerto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/213604?s=80&v=4"},"commit":{"message":"Remove files left from a previous build\n\nIf you are using the same source code to build with multiple Postgres\nversions, a previous build (that didn't execute 'make clean') could\npossibly left an object file and LLVM bitcode file.","shortMessageHtmlLink":"Remove files left from a previous build"}},{"before":"f27d3c4277689cb59e477da35720e06b264bc0ad","after":"85ac1eb17f16f494fc9d0fa7af207160868c0b65","ref":"refs/heads/REL2_x_STABLE","pushedAt":"2023-05-23T12:52:24.700Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"petere","name":"Peter Eisentraut","path":"/petere","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/105543?s=80&v=4"},"commit":{"message":"Link directly to \"Limitations and restrictions\" section\n\nThis provides more convenient navigation, and avoids confusion when I break this readme up into sections for EDB Docs\r\nFixes https://github.com/EnterpriseDB/docs/issues/4026","shortMessageHtmlLink":"Link directly to \"Limitations and restrictions\" section"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESdP7OQA","startCursor":null,"endCursor":null}},"title":"Activity ยท 2ndQuadrant/pglogical"}