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