summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2011-01-17Added PostgreSQL 8.4.3 compatibility.Joey Adams
2011-01-17Removed FN_EXTRA macro and made getEnumLabelOids validate its entire input.Joey Adams
2010-08-06Finished refining and documenting code in util.c / util.hJoey Adams
2010-08-06Replaced enumLabelToOid with getEnumLabelOids and documented it.Joey Adams
2010-08-05Simplified and documented getTypeInfo.Joey Adams
2010-08-05Lifted 0xFFFE/0xFFFF Unicode code point restriction.Joey Adams
2010-08-05Added license comments to source files and ran pgindentJoey Adams
2010-08-04Made JSON datatype well-behaved with respect to character sets.Joey Adams
2010-07-24* Migrated my Unicode functions to util.c and made them rely more onJoey Adams
2010-07-24* Migrated general-purpose functions to new files util.c/util.hJoey Adams