aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Make pg_hba parsing report all errors in the file before aborting the load,Magnus Hagander2009-03-07
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-05
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Change hba load failure message to LOG instead of WARNING.Magnus Hagander2009-03-04
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-04
* Clarify to the translator that yyerror() deals with the translation ofPeter Eisentraut2009-03-04
* Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. DisallowHeikki Linnakangas2009-03-04
* Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut2009-03-04
* Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).Peter Eisentraut2009-03-04
* Log a warning instead of shutting down the system if we can't loadMagnus Hagander2009-03-04
* Fix copy-pasto in the patch to allow background writer to run duringHeikki Linnakangas2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* Shave a few cycles in compare_pathkeys() by checking for pointer-identicalTom Lane2009-02-28
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are withinTom Lane2009-02-27
* Tighten up join ordering rules to account for recent more-careful analysisTom Lane2009-02-27
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-27
* Improve create_unique_path to not be fooled by unrelated clauses that happenTom Lane2009-02-27
* Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane2009-02-25
* Put back a "continue" that went missing in the changes to start backgroundHeikki Linnakangas2009-02-25
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Don't append epoch to log_filename if no format specifier is given.Peter Eisentraut2009-02-24
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23
* Simplify overcomplicated (and overly restrictive) test to see whether anTom Lane2009-02-20
* Improve comments about semijoin implementation strategy, per a questionTom Lane2009-02-19
* Fix bogus comment, from the patch to start bgwriter during archiveHeikki Linnakangas2009-02-19
* Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane2009-02-18
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-15
* A couple of marginal performance hacks for the information_schema views:Tom Lane2009-02-14
* Fix UNLISTEN to fall out quickly if the current backend has never executedTom Lane2009-02-13
* Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane2009-02-11
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Remove the encoding *numbers* from the comments. They are useless, andPeter Eisentraut2009-02-10
* Add possibility to generate only some files, by passing command-linePeter Eisentraut2009-02-10
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDsTom Lane2009-02-08
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-07
* Fix obsolete comment. Zdenek KotalaHeikki Linnakangas2009-02-07
* Set column privileges to supportedPeter Eisentraut2009-02-07
* Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane2009-02-06