summaryrefslogtreecommitdiff
path: root/src/backend/utils/Gen_fmgrtab.sh.in
Commit message (Expand)AuthorAgeFilesLines
* We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut2000-07-011-280/+0
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-45/+123
* Correct portability problem introduced by yours truly --- I used aTom Lane2000-06-021-10/+18
* Tweak fmgrtab generation so that the F_XXX macros that give OIDs forTom Lane2000-05-291-8/+13
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-145/+51
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-4/+4
* Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane2000-05-161-4/+4
* Remove outdated comment about 8 arguments.Tom Lane2000-01-111-11/+4
* Update type stuff.Bruce Momjian2000-01-101-4/+4
* Cleanup for func args > 8.Bruce Momjian2000-01-101-6/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-28/+21
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-291-18/+21
* Tighten coding of fmgr_isbuiltin() ... managed to speed it upTom Lane1999-01-251-24/+26
* Eliminate need for cpp-from-stdin by using a temp file.Tom Lane1998-10-281-5/+9
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-4/+6
* Allow auto-detection of cpp and required flags.Thomas G. Lockhart1998-10-141-8/+6
* fmgr_faddr cleanupBruce Momjian1998-01-311-4/+4
* fmgr_faddr cleanupBruce Momjian1998-01-311-3/+6
* Inline fmgr_faddr() for speed.Bruce Momjian1998-01-311-6/+16
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-13/+18
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-3/+5
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-4/+4
* From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>Marc G. Fournier1997-04-241-4/+4
* Much improved configure that integrates the build script right into itMarc G. Fournier1997-04-091-4/+4
* Misc port related issuesMarc G. Fournier1997-04-011-0/+270