| Age | Commit message (Expand) | Author |
| 2008-10-03 | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas |
| 2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
| 2008-09-10 | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera |
| 2008-09-06 | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane |
| 2008-08-25 | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander |
| 2008-08-23 | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian |
| 2008-08-16 | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-07-16 | Add array_fill() to create arrays initialized with a value. | Bruce Momjian |
| 2008-07-14 | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane |
| 2008-07-03 | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane |
| 2008-06-17 | Clean up some problems with redundant cross-type arithmetic operators. Add | Tom Lane |
| 2008-05-29 | Improve the documentation comment for replace(). Robert Treat | Tom Lane |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-08 | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander |
| 2008-05-07 | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander |
| 2008-05-04 | Add timestamp and timestamptz versions of generate_series(). | Tom Lane |
| 2008-05-04 | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane |
| 2008-04-29 | Fix volatility marking for the generate_series and generate_subscripts families | Alvaro Herrera |
| 2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane |
| 2008-04-04 | Implement current_query(), that shows the currently executing query. | Bruce Momjian |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-23 | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Adjust the names of a couple of tsearch index support functions that had | Tom Lane |
| 2007-11-27 | Add quote_literal(anyelement) to preserve (and, in fact, extend) a | Tom Lane |
| 2007-11-27 | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-24 | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane |
| 2007-10-19 | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane |
| 2007-10-19 | ts_rewrite() does not return a set, only one row; fix mislabeling in | Tom Lane |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-18 | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan |
| 2007-09-11 | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane |
| 2007-09-04 | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan |
| 2007-09-03 | Improve stylistic consistency of descriptions of built-in objects by avoiding | Tom Lane |