aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-23
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-26
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-01
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Add a hash function for "numeric". Mark the equality operator forNeil Conway2007-05-08
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway2007-03-20
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-23
* Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian2007-02-17
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-21
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-08
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-16
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-29
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-26
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-10