| Commit message (Expand) | Author | Age |
* | 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-07 |
* | 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-06 |
* | 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-05 |
* | 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-04 |
* | 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-03 |
* | Install some simple defenses in postmaster startup to help ensure a useful | Tom Lane | 2009-05-02 |
* | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane | 2009-05-01 |
* | 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-28 |
* | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane | 2009-04-25 |
* | 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-24 |
* | 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-23 |
* | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas | 2009-04-22 |
* | 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-21 |
* | 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-19 |
* | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane | 2009-04-17 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | 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-15 |
* | Fix broken {xufailed} production that made HEAD fail on | Tom Lane | 2009-04-14 |
* | 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-09 |
* | 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-08 |