summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
AgeCommit message (Expand)Author
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-28get_expr_result_type has to be prepared to pull type informationTom Lane
2005-05-11Code cleanup: in C89, there is no point casting the first argument toNeil Conway
2005-04-25get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane
2005-04-14Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-22Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane
2005-02-02Improve performance of fmgr.c calling routines for cases with more thanTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-26Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane
2004-10-25Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway
2004-10-01fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane
2004-09-13Fix two typos in comments.Neil Conway
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-13Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-07-12Fix library_path with canonicalization.Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-09Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian
2004-02-17Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian
2004-01-19Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-19Use a shutdown callback to ensure proper clean up when rescanningJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-15OK, some of these syntax errors should be given other codes.Peter Eisentraut
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-09-07load_file() has to remove pre-existing shlibs that match the new fileTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-01SQL functions can have arguments and results declared ANYARRAY orTom Lane