| Age | Commit message (Expand) | Author |
| 2009-03-31 | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane |
| 2009-03-31 | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 2009-03-27 | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane |
| 2009-03-26 | Gettext plural support | Peter Eisentraut |
| 2009-03-26 | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane |
| 2009-03-25 | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane |
| 2009-03-24 | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane |
| 2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
| 2009-03-23 | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane |
| 2009-03-21 | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane |
| 2009-03-10 | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane |
| 2009-03-09 | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut |
| 2009-03-09 | Revert pg_bind_textdomain_codeset to a existant-but-empty function when | Alvaro Herrera |
| 2009-03-08 | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. | Alvaro Herrera |
| 2009-03-08 | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera |
| 2009-03-07 | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera |
| 2009-03-05 | Teach the planner to support index access methods that only implement | Tom Lane |
| 2009-03-04 | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut |
| 2009-03-03 | Remove the placeholder LWLockId in place of the removed FreeSpaceLock. | Heikki Linnakangas |
| 2009-03-02 | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane |
| 2009-02-26 | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut |
| 2009-02-25 | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |
| 2009-02-24 | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane |
| 2009-02-23 | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas |
| 2009-02-19 | Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist | Heikki Linnakangas |
| 2009-02-18 | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas |
| 2009-02-11 | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane |
| 2009-02-10 | Support for KOI8U encoding | Peter Eisentraut |
| 2009-02-09 | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane |
| 2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
| 2009-02-06 | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane |
| 2009-02-06 | Clean up some loose ends from the column privileges patch: add | Tom Lane |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |
| 2009-01-26 | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-22 | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas |
| 2009-01-22 | Automatic view update rules | Peter Eisentraut |
| 2009-01-21 | Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the | Heikki Linnakangas |
| 2009-01-21 | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander |
| 2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
| 2009-01-16 | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas |
| 2009-01-15 | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev |
| 2009-01-12 | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera |
| 2009-01-12 | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane |
| 2009-01-11 | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane |
| 2009-01-10 | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane |