summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2007-01-20Don't use 'int' where you mean 'bool'.Tom Lane
2007-01-20Refactor planner's pathkeys data structure to create a separate, explicitTom Lane
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-20Move code that places LOG error level between ERROR and PANIC into newBruce Momjian
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-20Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-18Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut
2007-01-17Add a note pointing out that is_pseudo_constant_clause() doesn't checkTom Lane
2007-01-17Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane
2007-01-17Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-16Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane
2007-01-16Enable autovacuum in the default configuration, per discussion.Alvaro Herrera
2007-01-16Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera
2007-01-14Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2007-01-12Fix compiler warningPeter Eisentraut
2007-01-12Use XML output escaping also in XMLFOREST.Peter Eisentraut
2007-01-12Update error messsage wording.Bruce Momjian
2007-01-12Update ORDER BY UNION function/exprssion wording (again).Bruce Momjian
2007-01-12Add some notes about the basic mathematical laws that the system presumesTom Lane
2007-01-12Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut
2007-01-11Fix a performance problem in databases with large numbers of tablesTom Lane
2007-01-11Update UNION/INTERSECT/EXCEPT ORDER BY error wording forBruce Momjian
2007-01-11Improve error wording of ORDER BY in UNION that uses new expressions inBruce Momjian
2007-01-11Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.Tom Lane
2007-01-10Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut
2007-01-10Change the planner-to-executor API so that the planner tells the executorTom Lane
2007-01-09Have log_temp_files be in kilobytes, remove trace call.Bruce Momjian
2007-01-09Remove trace macro call from new log_temp_files, until it gets moreBruce Momjian
2007-01-09Enable another five tuple status bits by using the high bits of theBruce Momjian
2007-01-09Add GUC log_temp_files to log the use of temporary files.Bruce Momjian
2007-01-09Add a citation to Seltzer and Yigit's Usenix '91 paper about hash tableTom Lane
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-08Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut
2007-01-08Tweak joinlist creation to avoid generating useless one-element subproblemsTom Lane
2007-01-08Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)Tom Lane
2007-01-07Some fine-tuning of xmlpi in corner cases:Peter Eisentraut
2007-01-07Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut
2007-01-07Allow XML fragment to contain a XML declaration. For that, we need a smallPeter Eisentraut
2007-01-06Apply fix so pow() and exp() ERANGE is used only if result is not 0.Bruce Momjian
2007-01-06Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut
2007-01-06Fix filtered_base_yylex() to save and restore base_yylval and base_yyllocTom Lane
2007-01-06Check for ERANGE in exp() as well.Bruce Momjian
2007-01-06Improve dpow() check for ERANGE overflow for HPPA.Bruce Momjian
2007-01-06Put back ERANGE test in dpow(). There are platforms that need this,Tom Lane