summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAgeFilesLines
* $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
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-253-85/+64
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-12/+33
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-011-9/+12
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-2/+19
* Back out array mega-patch.Bruce Momjian2003-06-251-27/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-082-2/+68
* Fix compile problem with Win32 macro used inside another macro.Bruce Momjian2003-04-051-5/+3
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-5/+11
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-3/+3
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* Tweak a few of the most heavily used function call points to zero outTom Lane2002-10-041-5/+37
* pgindent run.Bruce Momjian2002-09-042-11/+12
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-301-0/+5
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-301-3/+11
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-301-15/+40
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-14/+7
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-26/+5
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-131-20/+13
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-181-1/+18
* Add missing SRF file.Bruce Momjian2002-06-201-0/+122
* Update copyright to 2002.Bruce Momjian2002-06-202-4/+4
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-201-2/+2
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-13/+73
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+6
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-1/+8
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-37/+38
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-062-26/+83
* Plug memory leaks introduced by dynamic-search-path changes.Tom Lane2001-10-041-29/+47
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-162-13/+6
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-141-1/+15
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-7/+14
* Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut2001-05-191-13/+22
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-191-59/+60