@@ -74,6 +74,7 @@ Complete documentation for PostgreSQL ltree (label tree) operations and hierarch
7474- ` ST_CONTAINS ` - Test spatial containment
7575
7676** Text Operations:** ([ Complete documentation] ( TEXT-AND-PATTERN-FUNCTIONS.md ) )
77+ - ` CASEFOLD ` - Advanced case-insensitive text comparison with Unicode support
7778- ` ILIKE ` - Case-insensitive pattern matching
7879- ` REGEXP ` (` ~ ` ) - Regular expression matching
7980- ` STARTS_WITH ` - Test if text starts with substring
@@ -84,7 +85,9 @@ Complete documentation for PostgreSQL ltree (label tree) operations and hierarch
8485- ` DATERANGE ` - Create date ranges
8586
8687** Mathematical Operations:** ([ Complete documentation] ( MATHEMATICAL-FUNCTIONS.md ) )
88+ - ` GAMMA ` - Gamma function for statistical calculations
8789- ` GREATEST ` /` LEAST ` - Find maximum/minimum values
90+ - ` LGAMMA ` - Natural logarithm of gamma function
8891- ` ROUND ` - Round numeric values
8992- ` RANDOM ` - Generate random numbers
9093
@@ -95,6 +98,13 @@ Complete documentation for PostgreSQL ltree (label tree) operations and hierarch
9598- ` INDEX ` - Find position of ltree in another ltree
9699- ` LCA ` - Find longest common ancestor
97100
101+ ** Utility Operations:**
102+ - ` CRC32 ` - CRC-32 checksum computation
103+ - ` CRC32C ` - CRC-32C checksum computation
104+ - ` REVERSE_BYTES ` - Reverse byte order for bytea values
105+ - ` UUIDV4 ` - Explicit UUID version 4 generation
106+ - ` UUIDV7 ` - Generate timestamp-ordered UUIDs (version 7) for better database performance
107+
98108## 📋 Summary of Available Function Categories
99109
100110### ** Array & JSON Functions**
0 commit comments