| Age | Commit message (Expand) | Author |
| 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 | Fix for plpython functions; return true/false for boolean, | Bruce Momjian |
| 2007-01-25 | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian |
| 2007-01-25 | Allow pg_dumpall to specify a database name rather than the default | Bruce Momjian |
| 2007-01-25 | Add --tablespaces-only and --roles-only options to pg_dumpall. | Bruce Momjian |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-24 | When using MSVC, disable the building of ecpg if pthreads is not | 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 | Update pg_dump to support dumping operator families. | Tom Lane |
| 2007-01-23 | Add comment about exception lists in both winnt.h and ntstatus.h. | Bruce Momjian |
| 2007-01-23 | This patch is required for vcbuild to work after the changes to | Alvaro Herrera |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-23 | Remove newline from error message because URL is gone. | Bruce Momjian |
| 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 | Uppercase hex value. | 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 | Remove some unused variables | Peter Eisentraut |
| 2007-01-21 | Put back libpq link, but make sure that libpq's in-tree directory is | Peter Eisentraut |
| 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 | List disabled triggers separately in psql's "\d <table>" output. | Neil Conway |
| 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 | Regression tests for large objects. Patch from Jeremy Drake. | Neil Conway |
| 2007-01-20 | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian |
| 2007-01-20 | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway |
| 2007-01-20 | The libpq library directory was mentioned here in the wrong place, which | Peter Eisentraut |
| 2007-01-20 | Only build ecpg test code when the test is to be performed, in line with | Peter Eisentraut |
| 2007-01-20 | Move code that places LOG error level between ERROR and PANIC into new | Bruce Momjian |
| 2007-01-20 | Fix xmlconcat regression test | Peter Eisentraut |
| 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 | Fix pg_regress breakage for PL and contrib tests, by not requiring that | Alvaro Herrera |
| 2007-01-19 | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut |
| 2007-01-19 | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera |
| 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 | Tweak the width_bucket() regression tests to avoid an unnecessary | Neil Conway |