| Age | Commit message (Expand) | Author |
| 2009-05-14 | Add recovery_end_command option to recovery.conf. recovery_end_command | Heikki Linnakangas |
| 2009-05-13 | Add checks to DefineQueryRewrite() to prohibit attaching rules to relations | Tom Lane |
| 2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
| 2009-05-12 | Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and | 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-11 | Partially revert my patch of 2008-11-12 that installed a limit on the number | Tom Lane |
| 2009-05-11 | Support SSL certificate chains in the server certificate file. | Magnus Hagander |
| 2009-05-10 | Make a marginal performance improvement in predicate_implied_by and | Tom Lane |
| 2009-05-09 | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane |
| 2009-05-07 | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane |
| 2009-05-07 | Ooops ... make_outerjoininfo wasn't actually enforcing the join order | Tom Lane |
| 2009-05-07 | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas |
| 2009-05-06 | Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qual | Tom Lane |
| 2009-05-06 | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane |
| 2009-05-05 | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane |
| 2009-05-05 | Minor improvement: avoid assuming that GetLastError value cannot be | Tom Lane |
| 2009-05-05 | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane |
| 2009-05-05 | Install an atexit(2) callback that ensures that proc_exit's cleanup processing | Tom Lane |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-05-05 | Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the | Tom Lane |
| 2009-05-05 | Update comment for _bt_relandgetbuf. | Tom Lane |
| 2009-05-05 | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut |
| 2009-05-05 | Avoid integer overflow in the loop that extracts histogram entries from | Tom Lane |
| 2009-05-05 | Make the win32 shared memory code try 10 times instead of one if | Magnus Hagander |
| 2009-05-04 | Call SetLastError(0) before calling the file mapping functions | Magnus Hagander |
| 2009-05-04 | Fix missed usage of DLNewElem() | Tom Lane |
| 2009-05-04 | Avoid a memory allocation in the backend startup code, to avoid having to check | Alvaro Herrera |
| 2009-05-03 | Fix assign_pgstat_temp_directory() to ensure the directory path is | Tom Lane |
| 2009-05-03 | Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. | Tatsuo Ishii |
| 2009-05-02 | Install some simple defenses in postmaster startup to help ensure a useful | Tom Lane |
| 2009-05-01 | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane |
| 2009-04-28 | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane |
| 2009-04-28 | Move SERVER to the right place in the alphabetically sorted keyword list. | Heikki Linnakangas |
| 2009-04-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
| 2009-04-24 | Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane |
| 2009-04-24 | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander |
| 2009-04-23 | Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane |
| 2009-04-23 | Don't use the result of strcmp as if it were a boolean. | Tom Lane |
| 2009-04-23 | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas |
| 2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |
| 2009-04-22 | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas |
| 2009-04-21 | Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just | Tom Lane |
| 2009-04-21 | Fix obsolete cross-reference (this file isn't called alpha.c anymore) | 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 de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane |
| 2009-04-19 | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane |
| 2009-04-17 | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane |
| 2009-04-16 | Fix planner to restore its previous level of intelligence about pushing | Tom Lane |