This is from ARB_geometry_shader4.
Then this is likely a bug. The 3.2 and 3.3 core GL specifications list no such function. It is a part of ARB_geometry_shader4, but ARB_geometry_shader4 is not a
core extension. Thus, its extension functions end in ARB.
This is probably a copy&paste bug in the gl.spec file. They copied the entries from ARB_geometry_shader4 without realizing that glProgramParameteri isn't a part of the core 3.2 geometry shader code (3.2 geometry shaders, with 1.50 shader support, have the equivalent as part of the geometry shader itself).