| Age | Commit message (Expand) | Author |
| 2007-01-25 | Correction: temp_tablespaces was implemented by Albert Cervera Areny, | Bruce Momjian |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-25 | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian |
| 2007-01-25 | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-24 | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane |
| 2007-01-24 | Relax an Assert() that has been found to be too strict in some situations | Tom Lane |
| 2007-01-23 | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-23 | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian |
| 2007-01-23 | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian |
| 2007-01-22 | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane |
| 2007-01-22 | Use errhint() for WIN32 SIGTERM message, where possible. | Bruce Momjian |
| 2007-01-22 | When system() fails in Win32, report it as an exception, print the | Bruce Momjian |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-21 | Refactor some lsyscache routines to eliminate duplicate code and save | Tom Lane |
| 2007-01-20 | Simplify pg_am representation of ordering-capable access methods: | Tom Lane |
| 2007-01-20 | Make setseed() return void, rather than an int4 without any use. Per | Neil Conway |
| 2007-01-20 | Add documentation of memory and time units to postgresql.conf. | Bruce Momjian |
| 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 |