summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-100/+98
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-061-1/+103
* Don't try to constant-fold functions returning RECORD. We were neverTom Lane2005-07-031-31/+1
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+3
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-301-2/+9
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* get_expr_result_type has to be prepared to pull type informationTom Lane2005-05-281-1/+31
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-2/+2
* get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane2005-04-251-2/+8
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-2/+2
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-051-1/+103
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-312-10/+663
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-5/+5
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+2
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-221-45/+28
* Improve performance of fmgr.c calling routines for cases with more thanTom Lane2005-02-021-98/+207
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-312-4/+4
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-261-5/+4
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-5/+1
* fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane2004-10-011-7/+18
* Fix two typos in comments.Neil Conway2004-09-131-2/+2
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-12/+15
* Pgindent run for 8.0.Bruce Momjian2004-08-292-19/+20
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-131-2/+3
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Fix library_path with canonicalization.Bruce Momjian2004-07-121-1/+2
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-7/+11
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-261-2/+2
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-5/+1
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-172-54/+15
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-6/+9
* Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian2004-03-091-1/+23
* Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian2004-02-171-1/+10
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-192-29/+163
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-072-18/+18
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-2/+8
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-231-1/+5
* Use a shutdown callback to ensure proper clean up when rescanningJoe Conway2003-12-191-4/+37
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-294-4/+4
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-252-7/+7
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-2/+2
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-2/+2
* load_file() has to remove pre-existing shlibs that match the new fileTom Lane2003-09-071-24/+22
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-042-4/+4
* pgindent run.Bruce Momjian2003-08-042-20/+20
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2