aboutsummaryrefslogtreecommitdiff
path: root/src/port/mkdtemp.c
Commit message (Collapse)AuthorAge
* Update copyright for 2015Bruce Momjian2015-01-06
| | | | Backpatch certain files through 9.0
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
This function is pervasive on free software operating systems; import NetBSD's implementation. Back-patch to 8.4, like the commit that will harness it.