summaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
Commit message (Expand)AuthorAgeFilesLines
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-28/+28
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-3/+5
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-29/+54
* Now that fastpath protocol allows null arguments to be passed,Tom Lane2003-05-091-3/+30
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-168/+199
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-65/+195
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-7/+11
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-2/+2
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-3/+2
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-96/+110
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-091-1/+2
* SendFunctionResult should take care to detoast varlena results.Tom Lane2003-01-071-2/+2
* fastpath code neglected to check whether user has privileges to call theTom Lane2003-01-011-1/+16
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-10/+13
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+7
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-011-97/+30
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-23/+27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-16/+14
* Do not execute fastpath function calls if in transaction ABORT state.Tom Lane2000-10-241-14/+46
* TOASTJan Wieck2000-07-031-2/+2
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+2
* Ooops, looks like I broke fastpath in last changes...Tom Lane2000-05-301-3/+3
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-84/+75
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.Tom Lane2000-01-121-7/+3
* More cleanups. Still doesn't work.Bruce Momjian2000-01-111-3/+3
* More cleanups.Bruce Momjian2000-01-111-1/+3
* Make number of args to a function configurable.Bruce Momjian2000-01-101-6/+6
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-4/+4
* Plug several holes in backend's ability to cope withTom Lane1999-07-221-11/+25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-9/+6
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-4/+4
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-16/+24
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2