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