summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-1/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-1/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-181-2/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-1/+2
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-3/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+8
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-291-1/+12
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-261-1/+7
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-1/+4
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-061-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+4
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-2/+2
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-1/+2
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-1/+3
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-1/+3
* Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway2005-02-271-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-5/+3
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-031-2/+1
* Add has_tablespace_privilege().Bruce Momjian2004-07-121-1/+7
* Andreas Pflug wrote:Joe Conway2004-07-021-1/+2
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-251-2/+3
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-131-1/+2
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-131-5/+5
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-021-1/+3
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-261-1/+5
* The added aggregates are:Bruce Momjian2004-05-261-1/+3
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-141-1/+2
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-1/+3
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-5/+7
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-151-1/+7
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-031-1/+3
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-5/+1