summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-061-1/+2
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-1/+3
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-031-1/+2
* Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane2008-06-171-3/+1
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-271-11/+7
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-171-1/+2
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-151-2/+1
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-151-1/+2
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-041-1/+2
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-041-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-1/+9
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-231-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-3/+1
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-131-9/+21
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-241-4/+1
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-181-2/+4
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-041-1/+3
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-271-5/+1
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+9
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-1/+3
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-261-2/+2
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-061-1/+3
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-22/+1
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-011-1/+3
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-171-1/+2
* Add a hash function for "numeric". Mark the equality operator forNeil Conway2007-05-081-1/+2
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+22
* Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway2007-03-201-1/+7
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-231-5/+3
* Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian2007-02-171-1/+3
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-281-1/+17
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-161-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-1/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-2/+8
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-1/+14
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-281-1/+13
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-1/+8
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-4/+2
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-1/+5
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-5/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-1/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-1/+2
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-1/+7
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-2/+5
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-1/+4