| Commit message (Expand) | Author | Age |
* | Add comments about kwlookup.c expectations | Alvaro Herrera | 2009-03-08 |
* | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera | 2009-03-08 |
* | Make pg_hba parsing report all errors in the file before aborting the load, | Magnus Hagander | 2009-03-07 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 |
* | Fix column privilege checking for cases where parent and child have different | Tom Lane | 2009-03-05 |
* | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 |
* | Change hba load failure message to LOG instead of WARNING. | Magnus Hagander | 2009-03-04 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Clarify to the translator that yyerror() deals with the translation of | Peter Eisentraut | 2009-03-04 |
* | Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow | Heikki Linnakangas | 2009-03-04 |
* | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut | 2009-03-04 |
* | Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE). | Peter Eisentraut | 2009-03-04 |
* | Log a warning instead of shutting down the system if we can't load | Magnus Hagander | 2009-03-04 |
* | Fix copy-pasto in the patch to allow background writer to run during | Heikki Linnakangas | 2009-03-03 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev | 2009-03-02 |
* | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 |
* | Shave a few cycles in compare_pathkeys() by checking for pointer-identical | Tom Lane | 2009-02-28 |
* | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 |
* | Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within | Tom Lane | 2009-02-27 |
* | Tighten up join ordering rules to account for recent more-careful analysis | Tom Lane | 2009-02-27 |
* | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas | 2009-02-27 |
* | Improve create_unique_path to not be fooled by unrelated clauses that happen | Tom Lane | 2009-02-27 |
* | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane | 2009-02-25 |
* | Put back a "continue" that went missing in the changes to start background | Heikki Linnakangas | 2009-02-25 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Don't append epoch to log_filename if no format specifier is given. | Peter Eisentraut | 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-24 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Simplify overcomplicated (and overly restrictive) test to see whether an | Tom Lane | 2009-02-20 |
* | Improve comments about semijoin implementation strategy, per a question | Tom Lane | 2009-02-19 |
* | Fix bogus comment, from the patch to start bgwriter during archive | Heikki Linnakangas | 2009-02-19 |
* | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane | 2009-02-18 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 |
* | A couple of marginal performance hacks for the information_schema views: | Tom Lane | 2009-02-14 |
* | Fix UNLISTEN to fall out quickly if the current backend has never executed | Tom Lane | 2009-02-13 |
* | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 |
* | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 |
* | Remove the encoding *numbers* from the comments. They are useless, and | Peter Eisentraut | 2009-02-10 |
* | Add possibility to generate only some files, by passing command-line | Peter Eisentraut | 2009-02-10 |
* | 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-09 |
* | Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs | Tom Lane | 2009-02-08 |
* | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian | 2009-02-07 |
* | Fix obsolete comment. Zdenek Kotala | Heikki Linnakangas | 2009-02-07 |
* | Set column privileges to supported | Peter Eisentraut | 2009-02-07 |
* | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane | 2009-02-06 |