summaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* What I've done:Bruce Momjian1998-05-061-2/+1
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+4
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-2/+2
* Fix from Peter for BLOBsMarc G. Fournier1998-01-111-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-9/+9
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-9/+9
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-24/+24
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-245/+275
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+2
* Compile and warning cleanupBruce Momjian1996-11-081-1/+3
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-2/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+353