Commits

DateSubjectAuthorReleases
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2008-06-23 Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers Tom Lane 8.4.0
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2006-09-05 Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and Tom Lane 8.2.0
2004-01-04 There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to Tom Lane 8.0.0
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2002-04-05 Divide functions into three volatility classes (immutable, stable, and Tom Lane 7.3.1
2000-11-20 Revise handling of oldstyle/newstyle functions per recent discussions Tom Lane 7.1.1
2000-06-02 Correct portability problem introduced by yours truly --- I used a Tom Lane 7.1.1
2000-05-29 Tweak fmgrtab generation so that the F_XXX macros that give OIDs for Tom Lane 7.1.1
2000-05-28 First round of changes for new fmgr interface. fmgr itself and the Tom Lane 7.1.1
2000-05-16 Remove configure check for how to abbreviate 'tr A-Z a-z', and instead Tom Lane 7.1.1
2000-01-11 Remove outdated comment about 8 arguments. Tom Lane 7.1.1
1999-04-09 Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while Tom Lane 7.1.1
1999-03-29 Modify fmgr so that internal name (compiler name) of a built-in Tom Lane 7.1.1
1999-01-25 Tighten coding of fmgr_isbuiltin() ... managed to speed it up Tom Lane 7.1.1
1998-10-28 Eliminate need for cpp-from-stdin by using a temp file. Tom Lane 7.1.1
1998-10-26 Get rid of some minor compiler warnings. Tom Lane 7.1.1