| Age | Commit message (Expand) | Author |
| 2007-01-28 | Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any | Neil Conway |
| 2007-01-28 | Remove some unnecessary conversion work in build_regtype_array(). | Tom Lane |
| 2007-01-28 | Repair oversight in creation of "append relations": we should set up | Tom Lane |
| 2007-01-28 | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway |
| 2007-01-28 | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane |
| 2007-01-28 | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian |
| 2007-01-28 | Dept of second thoughts: the IQ of estimate_array_length() needs to be | Tom Lane |
| 2007-01-28 | Fix scalararraysel() to cope with binary-compatible cases, such as text[] | Tom Lane |
| 2007-01-28 | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian |
| 2007-01-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2007-01-27 | Reactivate libxml memory management via palloc, now that I think I've | Peter Eisentraut |
| 2007-01-27 | Add trailing zero byte in Unicode codepoint conversion. | Peter Eisentraut |
| 2007-01-26 | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane |
| 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 |