Ishaan Adarshreqi3m.hashnode.dev·Jul 12, 2023Day 64 - Updated pg_sample_ext to v1.0.2In the latest update to pg_sample_ext, a custom operator has been introduced, further enhancing the extension's functionality. This custom operator enables users to perform specific operations on the data stored in PostgreSQL using a customized appro...PostgreSQL
Ishaan Adarshreqi3m.hashnode.dev·Jul 11, 2023Day 63 - Added some new functionalityVersion 1.0.1 of pg_sample_ext brings exciting new features and enhancements to the extension. The update includes support for composite types, introducing the person_type composite type to represent a person's name and age. Additionally, the status_...PostgreSQL
Ishaan Adarshreqi3m.hashnode.dev·Jul 2, 2023Day 54 - MVP DoneToday, I made some updates to the extension tutorial by removing the PGXN-related documentation. I decided to cover PGXN separately in a different document to provide more focused and comprehensive information on the topic. Additionally, I added two...PostgreSQL
Ishaan Adarshreqi3m.hashnode.dev·Jul 1, 2023Day 53 - Extension maintenanceToday, I dedicated my time to addressing several issues encountered in the second version of my extension. To resolve these issues, I incorporated a new function into the existing files, ensuring that the necessary changes were made across the extens...PostgreSQL
Ishaan Adarshreqi3m.hashnode.dev·Jun 30, 2023Day 52 - Extension UpgradationToday, I focused on upgrading my existing PostgreSQL extension to a newer version. In this updated version, I introduced a new function called "complex_add" to enhance the capabilities of the extension. This addition required me to make changes to va...PostgreSQL