| Age | Commit message (Expand) | Author |
| 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 |
| 2010-05-11 | Change typedef for rb_appendator to avoid conflict with C++ reserved words. | Robert Haas |
| 2010-04-24 | Patch revoked because of objections. | Simon Riggs |
| 2010-04-23 | Add missing optimizer hooks for function cost and number of rows. | Simon Riggs |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-13 | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian |
| 2010-03-03 | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-13 | Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is | Tom Lane |
| 2010-02-13 | Support inlining various small performance-critical functions on non-GCC | Tom Lane |
| 2010-02-11 | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev |
| 2010-02-09 | Fix up rickety handling of relation-truncation interlocks. | Tom Lane |
| 2010-02-08 | Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was | Tom Lane |
| 2010-02-08 | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane |
| 2010-02-07 | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane |
| 2010-02-04 | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane |
| 2010-02-03 | Assorted cleanups in preparation for using a map file to support altering | Tom Lane |
| 2010-02-01 | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro |
| 2010-01-26 | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane |
| 2010-01-25 | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane |
| 2010-01-22 | Fix several oversights in previous commit - attribute options patch. | Robert Haas |
| 2010-01-19 | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-10 | Some trivial adjustments in comments for struct RelationData. | Tom Lane |
| 2010-01-07 | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-04 | When estimating the selectivity of an inequality "column > constant" or | Tom Lane |