| Age | Commit message (Expand) | Author |
| 2009-12-01 | Revert due to Tom's concerns: | Bruce Momjian |
| 2009-12-01 | ProcessUtility_hook: | Bruce Momjian |
| 2009-11-30 | Avoid core dump on empty thesaurus dictionary. | Tom Lane |
| 2009-11-29 | Fix session-lifespan memory leak when a plperl function is redefined: | Tom Lane |
| 2009-11-29 | Error when a specified connection service is not found, instead of ignoring it | Peter Eisentraut |
| 2009-11-29 | Add some opr_sanity checks that the lengths of the various argument-info | Tom Lane |
| 2009-11-29 | Remove prefix "ERROR:" from some messages, to make everything consistent | Peter Eisentraut |
| 2009-11-29 | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane |
| 2009-11-29 | Add support for anonymous code blocks (DO blocks) to PL/Perl. | Tom Lane |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-28 | test_fsync: | Bruce Momjian |
| 2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
| 2009-11-27 | Remove */ characters from declare cursor statements before putting them into a | Michael Meskes |
| 2009-11-27 | If no result is given NOTFOUND should be returned. Check for empty result | Michael Meskes |
| 2009-11-27 | Added script to check if all rule re-definition in ecpg.addons are indeed used | Michael Meskes |
| 2009-11-26 | Added missing files. | Michael Meskes |
| 2009-11-26 | Forgot to add dynamic cursors to Changelog. | Michael Meskes |
| 2009-11-26 | Synced addon rules after some renamings. | Michael Meskes |
| 2009-11-26 | Added dynamic cursor names to ecpg. Almost the whole patch was done by | Michael Meskes |
| 2009-11-25 | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane |
| 2009-11-24 | Made function better readable. | Michael Meskes |
| 2009-11-23 | Use diff's -w switch only on Windows, to avoid problems with inconsistent | Tom Lane |
| 2009-11-23 | Add missing library to standalone libpq build on Win32. | Magnus Hagander |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 2009-11-22 | Adjust expected-results spacing per buildfarm results. | Tom Lane |
| 2009-11-22 | Remove -w (--ignore-all-space) option from pg_regress's diff calls. | Tom Lane |
| 2009-11-22 | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas |
| 2009-11-22 | Ooops, forgot to check the libxml cases for psql output wrapping change. | Tom Lane |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-11-21 | Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if | Peter Eisentraut |
| 2009-11-21 | Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-19 | Typo: dump -> restore | Peter Eisentraut |
| 2009-11-19 | Fix memory leak in syslogger: logfile_rotate() would leak a copy of the | Tom Lane |
| 2009-11-18 | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane |
| 2009-11-16 | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane |
| 2009-11-16 | While doing the final setrefs.c pass over a plan tree, try to match up | Tom Lane |
| 2009-11-15 | Make text search parser accept underscores in XML attributes (bug #5075) | Peter Eisentraut |
| 2009-11-15 | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-13 | Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa... | Tom Lane |
| 2009-11-13 | Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala | Tom Lane |
| 2009-11-13 | Add control knobs for plpgsql's variable resolution behavior, and make the | Tom Lane |
| 2009-11-13 | A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, | Heikki Linnakangas |
| 2009-11-13 | When you do "ARRAY[...]::domain", where domain is a domain over an array type, | Heikki Linnakangas |
| 2009-11-13 | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev |
| 2009-11-12 | The recent patch to log changes in postgresql.conf settings dumped core | Tom Lane |
| 2009-11-12 | Check for C/POSIX before assuming that nl_langinfo or win32_langinfo | Tom Lane |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-12 | Remove pg_parse_string_token() --- not needed anymore. | Tom Lane |