| 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-30 | Forgot to bump catalog version in the commit of FSM rewrite. | Heikki Linnakangas |
| 2008-09-25 | Establish the rule that array types should have the same typdelim as their | Tom Lane |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
| 2008-09-15 | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane |
| 2008-09-10 | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera |
| 2008-09-08 | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane |
| 2008-09-06 | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-28 | Extend the parser location infrastructure to include a location field in | 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-08-11 | Relation forks patch requires a catversion bump due to changes in the format | Heikki Linnakangas |
| 2008-08-07 | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-08-02 | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane |
| 2008-07-30 | Flip the default typispreferred setting from true to false. This affects | Tom Lane |
| 2008-07-30 | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | 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-11 | Multi-column GIN indexes. Teodor Sigaev | Tom Lane |
| 2008-07-03 | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane |
| 2008-06-24 | Reduce the alignment requirement of type "name" from int to char, and arrange | Tom Lane |
| 2008-06-17 | Clean up some problems with redundant cross-type arithmetic operators. Add | Tom Lane |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | 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-09 | Change the rules for inherited CHECK constraints to be essentially the same | 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 | Remove typename from A_Const. | Alvaro Herrera |
| 2008-04-29 | Fix volatility marking for the generate_series and generate_subscripts families | Alvaro Herrera |
| 2008-04-28 | Bump the catversion for the previous patch. | Alvaro Herrera |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 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-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | 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-03-10 | Bump catversion from guc enum patch, which I forgot. Sorry! | Magnus Hagander |