{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":779693527,"defaultBranch":"main","name":"snowflake","ownerLogin":"pgEdge","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-30T14:43:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/112007662?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719000402.0","currentOid":""},"activityList":{"items":[{"before":"5eddfbdc92e347f99f9fd4eb19b41545bed80185","after":"88ff2b9bf6727f0b5e6c93164b32edd991b280ea","ref":"refs/heads/main","pushedAt":"2024-06-22T12:33:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Merge pull request #1 from xzilla/patch-1\n\nLICENSE bug","shortMessageHtmlLink":"Merge pull request #1 from xzilla/patch-1"}},{"before":"b5a09358b8c79db66d261c38aff0bab2f4168add","after":"9b9b0f098910417e914eb7474bb853eb34d5908a","ref":"refs/heads/fix-convert-sequence","pushedAt":"2024-06-21T22:10:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"My mistake, I proposed this as RELEASE_PROCEDURE","shortMessageHtmlLink":"My mistake, I proposed this as RELEASE_PROCEDURE"}},{"before":"1a0a1089bc62fcf4e7c140064a347204f9a782e1","after":"b5a09358b8c79db66d261c38aff0bab2f4168add","ref":"refs/heads/fix-convert-sequence","pushedAt":"2024-06-21T22:05:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Add instructions to tag and release a new version","shortMessageHtmlLink":"Add instructions to tag and release a new version"}},{"before":null,"after":"1a0a1089bc62fcf4e7c140064a347204f9a782e1","ref":"refs/heads/fix-convert-sequence","pushedAt":"2024-06-21T20:06:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Fix convert_sequence_to_snowflake()\n\nChange the way the convert function finds column defaults\nusing the sequence and convert the sequence itself even if\nno references were found.\n\nWe cannot rely on dependencies here because performing\n\n CREATE SEQUENCE s1;\n CREATE TABLE t1 (id bigint DEFAULT nextval('s1'));\n\ndoes create what should be convertible into a snowflake, but\nit doesn't record a dependency.\n\nWe now use the full string returned by pg_get_expr() to\nidentify columns using the sequence with nextval(). We also\nchange the sequence itself (guarding against using PostgreSQL's\nbuilt in nextval()) regardless of finding any such columns.","shortMessageHtmlLink":"Fix convert_sequence_to_snowflake()"}},{"before":"1881e2fba34da1ced6d7139af0f68787b516f604","after":"5eddfbdc92e347f99f9fd4eb19b41545bed80185","ref":"refs/heads/main","pushedAt":"2024-04-29T15:09:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Merge pull request #3 from RealEnder/fix-vxid\n\nAdd PostgreSQL version check when accessing PGPROC structure.","shortMessageHtmlLink":"Merge pull request #3 from RealEnder/fix-vxid"}},{"before":"db8e409a95d78168b67f3e3d25455a648a3eacd0","after":"1881e2fba34da1ced6d7139af0f68787b516f604","ref":"refs/heads/main","pushedAt":"2024-04-19T19:49:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Port snowflake to PG17\n\nThere was a change how the local xid is stored inside\nthe PGPROC structure.","shortMessageHtmlLink":"Port snowflake to PG17"}},{"before":"5fe3a91e1014d268f1d81cbd3c28cf2e3d56c56f","after":"db8e409a95d78168b67f3e3d25455a648a3eacd0","ref":"refs/heads/main","pushedAt":"2024-04-15T13:49:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asifnaeem","name":null,"path":"/asifnaeem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4920151?s=80&v=4"},"commit":{"message":"Doc about the use of Hibernate with SnowFlake sequences","shortMessageHtmlLink":"Doc about the use of Hibernate with SnowFlake sequences"}},{"before":"c54dea8eb141536f02f29276f0fb27465aefb0bc","after":"5fe3a91e1014d268f1d81cbd3c28cf2e3d56c56f","ref":"refs/heads/main","pushedAt":"2024-04-03T15:52:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Add function to convert sequence to snowflake.\n\nAdd the function snowflake.convert_sequence_to_snowflake(regclass)\nand bump the version number to 2.0.","shortMessageHtmlLink":"Add function to convert sequence to snowflake."}},{"before":"863ecb952dd3dc05935f0e985cde6aff06153e17","after":"c54dea8eb141536f02f29276f0fb27465aefb0bc","ref":"refs/heads/main","pushedAt":"2024-03-30T16:08:56.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Bump to version 1.2\n\nBumping version to 1.2, adding new install script and\nupgrade script.\n\nAlso fixing comment in previous 1.1 install script.","shortMessageHtmlLink":"Bump to version 1.2"}},{"before":"b1380fbf4809079a1e88ac26497ec85f0e858183","after":"863ecb952dd3dc05935f0e985cde6aff06153e17","ref":"refs/heads/main","pushedAt":"2024-03-30T15:37:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Bump version to 1.1\n\nBumping version to 1.1, adding new install script and\nupgrade script.","shortMessageHtmlLink":"Bump version to 1.1"}},{"before":"4b73a0c74b08f8f28224d9470d998116313275c4","after":"b1380fbf4809079a1e88ac26497ec85f0e858183","ref":"refs/heads/main","pushedAt":"2024-03-30T14:54:33.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Fix screw-up in bitfield handling\n\nThe bitfields in the SnowFlake structure were\nin reverse. Don't know why this happened. We\nmay have to handle this all different (instead\nof bit fields use macros with binary ops).","shortMessageHtmlLink":"Fix screw-up in bitfield handling"}},{"before":null,"after":"4b73a0c74b08f8f28224d9470d998116313275c4","ref":"refs/heads/main","pushedAt":"2024-03-30T14:47:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wieck","name":"Jan Wieck","path":"/wieck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/362674?s=80&v=4"},"commit":{"message":"Initial load\n\nInitial load of the Snowflake ID extension for PostgreSQL","shortMessageHtmlLink":"Initial load"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbEhNdwA","startCursor":null,"endCursor":null}},"title":"Activity ยท pgEdge/snowflake"}