| Age | Commit message (Expand) | Author |
| 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 |
| 2009-04-15 | Substitute extraneous underscores with spaces. | Alvaro Herrera |
| 2009-04-15 | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera |
| 2009-04-15 | Add missing periods. | Alvaro Herrera |
| 2009-04-14 | Fix broken {xufailed} production that made HEAD fail on | Tom Lane |
| 2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
| 2009-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
| 2009-04-09 | Treat EOF like \n for line-counting purposes in ParseConfigFile, | Tom Lane |
| 2009-04-08 | Allow leading and trailing spaces around NaN in numeric_in. | Tom Lane |
| 2009-04-08 | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut |
| 2009-04-08 | Oops, mustn't call textdomain() when compiling without --enable-nls | Heikki Linnakangas |
| 2009-04-08 | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas |
| 2009-04-07 | Revert addition of units to GUC descriptions; doesn't affect | Bruce Momjian |
| 2009-04-07 | More GUC units doc updates. | Bruce Momjian |
| 2009-04-07 | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane |
| 2009-04-06 | Add unit documentation for various postgresql.conf settings. | Bruce Momjian |
| 2009-04-06 | Add entry in the encoding number to OS name table for KOI8-U. | Peter Eisentraut |
| 2009-04-06 | Properly align equals signs in new postgresql.conf units comments. | Bruce Momjian |
| 2009-04-06 | Document in postgresql.conf that the default units for | Bruce Momjian |
| 2009-04-06 | Display postgresql.conf unit options in an easier-to-understand, | Bruce Momjian |
| 2009-04-06 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
| 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 | Make ExecInitExpr build the list of SubPlans found in a plan tree in order | Tom Lane |
| 2009-04-05 | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane |
| 2009-04-05 | Fix infinite loop while checking of partial match in pending list. | Teodor Sigaev |
| 2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | 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 | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane |