| Commit message (Expand) | Author | Age |
* | 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 |
* | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 |
* | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 |
* | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 |
* | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane | 2010-07-13 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas | 2010-06-13 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane | 2010-01-19 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane | 2009-10-21 |
* | Use pg_get_triggerdef in pg_dump | Peter Eisentraut | 2009-10-09 |
* | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut | 2009-09-09 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | More sensible character_octet_length | Peter Eisentraut | 2009-07-07 |