| Age | Commit message (Expand) | Author |
| 2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
| 2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
| 2009-05-12 | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane |
| 2009-05-12 | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane |
| 2009-05-09 | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane |
| 2009-05-08 | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian |
| 2009-05-07 | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-04-28 | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane |
| 2009-04-24 | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander |
| 2009-04-19 | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane |
| 2009-04-19 | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane |
| 2009-04-19 | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane |
| 2009-04-16 | Fix planner to restore its previous level of intelligence about pushing | Tom Lane |
| 2009-04-10 | commit and tag beta1REL8_4_BETA1 | Marc G. Fournier |
| 2009-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
| 2009-04-08 | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut |
| 2009-04-08 | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas |
| 2009-04-07 | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane |
| 2009-04-06 | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas |
| 2009-04-05 | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane |
| 2009-04-05 | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane |
| 2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane |
| 2009-04-05 | I had always wondered why pg_config.h.win32 claimed that Windows | Tom Lane |
| 2009-04-04 | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-04-04 | A session that does not have any live snapshots does not have to be waited for | Tom Lane |
| 2009-04-04 | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera |
| 2009-04-02 | Refactor ExecProject and associated routines so that fast-path code is used | Tom Lane |
| 2009-04-02 | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane |
| 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 |