aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian2003-12-01
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-30
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-24
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-23
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* More binary I/O routines.Tom Lane2003-05-13
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Fix compile warning.Tom Lane2003-03-21
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-20
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-19
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-22
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Add:Bruce Momjian2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Add current_database().Bruce Momjian2002-08-20
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-16
* As discussed on several occasions previously, the new anonymousBruce Momjian2002-08-15
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Move pg_convert3 declaration to suppress compile warning. ReallyTom Lane2002-08-06
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-20
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-13