| Age | Commit message (Expand) | Author |
| 2009-12-20 | There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to | Tom Lane |
| 2009-12-19 | Translation updates | Peter Eisentraut |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-19 | binary migration: pg_migrator | Bruce Momjian |
| 2009-12-16 | Don't unblock SIGQUIT in the SIGQUIT handler | Peter Eisentraut |
| 2009-12-16 | If there is no sigdelset(), define it as a macro. | Peter Eisentraut |
| 2009-12-16 | Avoid a premature coercion failure in transformSetOperationTree() when | Tom Lane |
| 2009-12-16 | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas |
| 2009-12-15 | Avoid unnecessary copying of source string when generating a cloned TParser. | Tom Lane |
| 2009-12-15 | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane |
| 2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-14 | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane |
| 2009-12-12 | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander |
| 2009-12-12 | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane |
| 2009-12-12 | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas |
| 2009-12-11 | Ensure that the result tuple of an EvalPlanQual cycle gets materialized | Tom Lane |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-11 | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-05 | Speed up information schema privilege views | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-02 | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane |
| 2009-12-01 | Teach the regular expression functions to do case-insensitive matching and | Tom Lane |
| 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 | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 2009-11-22 | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 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-13 | Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa... | 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 | 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 |
| 2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |
| 2009-11-11 | Change "name" nonterminal in cursor-related productions to cursor_name. | Alvaro Herrera |