summaryrefslogtreecommitdiff
path: root/src/backend/utils/Gen_fmgrtab.sh.in
AgeCommit message (Expand)Author
2000-07-01We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut
2000-06-02Correct portability problem introduced by yours truly --- I used aTom Lane
2000-05-29Tweak fmgrtab generation so that the F_XXX macros that give OIDs forTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-01-11Remove outdated comment about 8 arguments.Tom Lane
2000-01-10Update type stuff.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-03-29Modify fmgr so that internal name (compiler name) of a built-inTom Lane
1999-01-25Tighten coding of fmgr_isbuiltin() ... managed to speed it upTom Lane
1998-10-28Eliminate need for cpp-from-stdin by using a temp file.Tom Lane
1998-10-26Get rid of some minor compiler warnings.Tom Lane
1998-10-14Allow auto-detection of cpp and required flags.Thomas G. Lockhart
1998-01-31fmgr_faddr cleanupBruce Momjian
1998-01-31fmgr_faddr cleanupBruce Momjian
1998-01-31Inline fmgr_faddr() for speed.Bruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-07-28Added SCO support, from Daniel Harris.Bruce Momjian
1997-04-24From: "Pedro J. Lobo" <[email protected]>Marc G. Fournier
1997-04-09Much improved configure that integrates the build script right into itMarc G. Fournier
1997-04-01Misc port related issuesMarc G. Fournier