aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Add a materialized view relations.Kevin Grittner2013-03-03
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Support automatically-updatable views.Tom Lane2012-12-08
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* pg_size_pretty(numeric)Robert Haas2012-04-14
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Add COLLATION FOR expressionPeter Eisentraut2012-03-02
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-19
* Add a transform function for numeric typmod coercisions.Robert Haas2012-02-07
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-23
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Further code review for range types patch.Tom Lane2011-11-20
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Allow binary I/O of type "void".Tom Lane2011-02-22
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-16
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro2010-12-16
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Add new SQL function, format(text).Robert Haas2010-11-20
* Expose quote_literal_cstr() from core.Robert Haas2010-11-20
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-19
* Add pg_describe_object functionAlvaro Herrera2010-11-18
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-24