This repo contains multiple extensions releated to PostgreSQL.
All written in C language with the help of PostgreSQL Header files, Macros and data types.
- min_to_max - extension to find min_to_max and return as text with seperator (min->max)
- mean - extension to find mean of column values (NULLS handled)
- array_concat - extension to contact array of texts
- composite - extension to handle array of composite type paramter and modify its data and return arrray of composite type.
- count_char - extension to count a character in given string
- insert_array - extension to insert a new element in array at specific position
- rotate_array - extension to rotate array elements
- split_composite - extension to split the array of composite type into mutiple rows of composite type
In near future , I will develop statistic aggregates which may contain multi column aggregates for postgresql.
chanukya sds