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