summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-8/+8
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-5/+8
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-46/+44
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-5/+11
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+7
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-031-22/+41
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+6
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+5
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-81/+110
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-291-24/+24
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-22/+21
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Trivial fix: remove a pointless cast.Neil Conway2004-10-181-2/+2
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-071-243/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-37/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-6/+6
* check_sql_fn_retval has always thought that we supported doingTom Lane2004-04-021-10/+33
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-40/+1
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-15/+200
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-141-1/+36
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-2/+50
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-031-24/+42
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-23/+21
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-5/+4
* Error message editing in backend/catalog.Tom Lane2003-07-211-3/+5
* First bits of work on error message editing.Tom Lane2003-07-181-51/+100
* Department of second thoughts: even if we can't run the full parser onTom Lane2003-07-011-10/+18
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-011-23/+63
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-2/+3
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+24
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-2/+2
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-4/+4
* pgindent run.Bruce Momjian2002-09-041-33/+35
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-3/+1
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-3/+3
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-231-28/+20
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-7/+21