aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/string.h
Commit message (Collapse)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
| | | | Backpatch certain files through 9.1
* pgindent run for 9.5Bruce Momjian2015-05-23
|
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
Backpatch to 9.3 where src/common was introduce, because a bugfix that needs to be backpatched, requires the function. Earlier branches will have to duplicate the code.