aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* 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
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-13
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane2010-01-19
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-09
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Make backend header files C++ safePeter Eisentraut2009-07-16
* More sensible character_octet_lengthPeter Eisentraut2009-07-07