summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-011-14/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-4/+10
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-211-24/+24
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+9
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-57/+57
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-301-1/+15
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-011-1/+4
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-12/+21
* Back out array mega-patch.Bruce Momjian2003-06-251-21/+12
* Array mega-patch.Bruce Momjian2003-06-241-12/+21
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-1/+3
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+5
* Represent grant options in the information schema.Peter Eisentraut2003-06-111-1/+3
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-39/+32
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-231-10/+10
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+34
* More binary I/O routines.Tom Lane2003-05-131-1/+49
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-3/+103
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-091-3/+3
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-091-1/+17
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-121/+157
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-3/+13
* Fix abstime-to-time cast function, which has had broken implementationTom Lane2003-04-171-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+22
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-041-2/+2
* Add hostmask() function:Bruce Momjian2003-03-211-1/+3
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-201-1/+3
* Add start time to pg_stat_activityBruce Momjian2003-03-201-2/+4
* Repair incorrect prorettype entry for timestamptz_izone. Can't forceTom Lane2003-03-141-8/+8
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Correct/edit comments for geometric operators. No change except toTom Lane2003-03-031-46/+46
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-1/+3
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-131-7/+1
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-16/+16
* Add missing pg_proc entry for interval_scale(). The lack of this entryTom Lane2003-01-091-3/+6
* TODO marked as done:Bruce Momjian2002-12-121-1/+3
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-1/+4
* Document get/set bit/byte functions.Bruce Momjian2002-12-051-5/+5
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-2/+2
* The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian2002-11-081-1/+5
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-3/+3
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-191-1/+7
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-221-6/+9
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-32/+37
* Joe Conway wrote:Bruce Momjian2002-09-121-2/+2
* pgindent run.Bruce Momjian2002-09-041-338/+338
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-021-5/+5