| Age | Commit message (Expand) | Author |
| 2011-01-09 | Add array_contains_nulls() function in arrayfuncs.c. | Tom Lane |
| 2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-29 | Support unlogged tables. | Robert Haas |
| 2010-12-29 | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane |
| 2010-12-27 | Rename the C functions bitand(), bitor() to bit_and(), bit_or(). | Tom Lane |
| 2010-12-27 | Corrections to patch adding SQL/MED error codes. | Robert Haas |
| 2010-12-25 | Add foreign data wrapper error code values for SQL/MED. | Robert Haas |
| 2010-12-15 | Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). | Itagaki Takahiro |
| 2010-12-13 | Generalize concept of temporary relations to "relation persistence". | Robert Haas |
| 2010-12-04 | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane |
| 2010-12-03 | Use GUC lexer for recovery.conf parsing. | Robert Haas |
| 2010-12-03 | Create core infrastructure for KNNGIST. | Tom Lane |
| 2010-11-29 | Simplify and speed up mapping of index opfamilies to pathkeys. | Tom Lane |
| 2010-11-24 | When reporting the server as not responding, if the hostname was | Bruce Momjian |
| 2010-11-21 | 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-18 | Add pg_describe_object function | Alvaro Herrera |
| 2010-10-31 | Provide hashing support for arrays. | Tom Lane |
| 2010-10-25 | Allow new values to be added to an existing enum type. | Tom Lane |
| 2010-10-21 | Improve handling of domains over arrays. | Tom Lane |
| 2010-10-10 | Support triggers on views. | Tom Lane |
| 2010-10-08 | Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-03 | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-08-24 | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-13 | Include the backend ID in the relpath of temporary relations. | Robert Haas |
| 2010-08-13 | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane |
| 2010-08-10 | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane |
| 2010-08-08 | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane |
| 2010-08-05 | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane |
| 2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas |
| 2010-08-05 | Add xmlexists function | Peter Eisentraut |
| 2010-08-04 | Fix declared argument name for numeric_maximum_size. | Robert Haas |
| 2010-08-03 | Replace the naive HYPOT() macro with a standards-conformant hypotenuse | Tom Lane |
| 2010-08-01 | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane |
| 2010-07-30 | Make details of the Numeric representation private to numeric.c. | Robert Haas |
| 2010-07-22 | Add options to force quoting of all identifiers. | Robert Haas |
| 2010-07-20 | Add restart_after_crash GUC. | Robert Haas |
| 2010-07-16 | Add support for dividing money by money (yielding a float8 result) and for | Tom Lane |
| 2010-07-13 | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 2010-06-15 | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro |
| 2010-06-13 | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas |