| Age | Commit message (Expand) | Author |
| 2009-12-12 | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas |
| 2009-12-11 | Arrange to generate different random sequences in the different child | Tom Lane |
| 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 | Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. | Bruce Momjian |
| 2009-12-11 | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan |
| 2009-12-10 | PL/Python array support | Peter Eisentraut |
| 2009-12-10 | Add init[db] option to pg_ctl | Peter Eisentraut |
| 2009-12-10 | Fix levenshtein with costs. The previous code multiplied by the cost in only | Robert Haas |
| 2009-12-10 | Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, | Tom Lane |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-09 | Add notes about updating disk and shared memory size information in the | Magnus Hagander |
| 2009-12-09 | Update size references in installation instructions to be a bit | Magnus Hagander |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-09 | Update time zone data files to tzdata release 2009s: DST law changes in | Tom Lane |
| 2009-12-08 | Fix a couple of broken links to third-party sites. | Magnus Hagander |
| 2009-12-08 | Replace broken link to custom local gettext package with one to the main | Magnus Hagander |
| 2009-12-07 | Update CVS documentation to be more current and add documentation about | Magnus Hagander |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-06 | Don't use a duplicate OID for aclexplode(). | Tom Lane |
| 2009-12-05 | Speed up information schema privilege views | Peter Eisentraut |
| 2009-12-05 | Information schema documentation | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-02 | Clarify what's supposed to happen when a cursor FETCH is rolled back | Tom Lane |
| 2009-12-02 | thread-safety | Bruce Momjian |
| 2009-12-02 | Preventing intersection of ranges during page split. Changes are only | Teodor Sigaev |
| 2009-12-02 | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane |
| 2009-12-02 | Instead of sending application_name as a SET command after the connection | Tom Lane |
| 2009-12-01 | Enable thread safety | Bruce Momjian |
| 2009-12-01 | psql -f - | Bruce Momjian |
| 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 | hstore docs | Bruce Momjian |
| 2009-11-30 | THREAD_SUPPORT | Bruce Momjian |
| 2009-11-30 | Avoid core dump on empty thesaurus dictionary. | Tom Lane |
| 2009-11-30 | In SRF example, move oldcontext variable definition into the FIRSTCALL | Peter Eisentraut |
| 2009-11-30 | Properly indent SGML. | Bruce Momjian |
| 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 | fsync test tools | Bruce Momjian |
| 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 | Document ath vacuumdb --analyze does analyze _also_, not in place of | Bruce Momjian |
| 2009-11-27 | Remove */ characters from declare cursor statements before putting them into a | Michael Meskes |