| Age | Commit message (Expand) | Author |
| 2010-02-08 | Create an official API function for C functions to use to check if they are | Tom Lane |
| 2010-02-07 | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane |
| 2010-02-05 | Remove /contrib/isn copyright mention for German Mendez Bravo, with | Bruce Momjian |
| 2010-02-05 | Rewrite intagg/Makefile from scratch, to avoid copyright mention. | Bruce Momjian |
| 2010-02-03 | Check to ensure the number of primary key fields supplied does not | Joe Conway |
| 2010-01-24 | Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore | Joe Conway |
| 2010-01-17 | Silence compiler warning, noted by Stefan Kaltenbrunner | Magnus Hagander |
| 2010-01-11 | Add some simple support and documentation for using process-specific oom_adj | Tom Lane |
| 2010-01-08 | Add buffer access counters to pg_stat_statements. | Itagaki Takahiro |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-06 | Add missing 'static' keywords. | Tom Lane |
| 2010-01-06 | Adjust headers to allow pgbench to be built with PGXS. | Itagaki Takahiro |
| 2010-01-06 | Add verification of variable names in pgbench. | Itagaki Takahiro |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-12-15 | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane |
| 2009-12-15 | Add \shell and \setshell meta commands to pgbench. | Itagaki Takahiro |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-14 | Additional fixes for large object access control. | Itagaki Takahiro |
| 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 | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan |
| 2009-12-10 | Fix levenshtein with costs. The previous code multiplied by the cost in only | Robert Haas |
| 2009-12-02 | Preventing intersection of ranges during page split. Changes are only | Teodor Sigaev |
| 2009-12-01 | Revert due to Tom's concerns: | Bruce Momjian |
| 2009-12-01 | ProcessUtility_hook: | Bruce Momjian |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-11-18 | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane |
| 2009-11-14 | Make unaccent's install/uninstall scripts look more like all the others. | Tom Lane |
| 2009-11-04 | Disable triggering failover with a signal in pg_standby on Windows, because | Heikki Linnakangas |
| 2009-09-30 | Fix bogus Assert, per buildfarm results. | Tom Lane |
| 2009-09-30 | Assorted improvements in contrib/hstore. | Tom Lane |
| 2009-09-12 | plug dblink resource leak | Joe Conway |
| 2009-09-10 | pgbench has #defines for number of branches, tellers, and accounts. There | Tatsuo Ishii |
| 2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
| 2009-08-27 | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane |
| 2009-08-18 | Print the actual DB encoding in the unaccent regression test. | Tom Lane |
| 2009-08-18 | Fix some *other* compiler warnings from a different gcc version. | Tom Lane |
| 2009-08-18 | Fix copy-and-pasteo that might explain some of the buildfarm's | Tom Lane |
| 2009-08-18 | Suppress compiler warnings about uninitialized variables. | Tom Lane |
| 2009-08-18 | Unaccent dictionary. | Teodor Sigaev |
| 2009-08-10 | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane |
| 2009-08-07 | Expand test coverage support to entire tree | Peter Eisentraut |
| 2009-08-05 | Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn. | Tom Lane |
| 2009-08-05 | Implement dblink_get_notify(). | Joe Conway |
| 2009-08-04 | Fix some more regression tests (missed these because they're only | Tom Lane |
| 2009-08-04 | Ooops, missed that a couple of contrib modules have calls to byteacmp. | Tom Lane |
| 2009-08-03 | Portability and documentation fixes for threaded pgbench patch. | Tom Lane |
| 2009-08-03 | Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, | Tatsuo Ishii |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |