| Age | Commit message (Expand) | Author |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
| 2008-04-06 | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane |
| 2008-04-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane |
| 2008-04-01 | Support EXECUTE USING in plpgsql. | Tom Lane |
| 2008-03-31 | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane |
| 2008-03-31 | Fix a number of places that were making file-type tests infelicitously. | Tom Lane |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-20 | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane |
| 2008-03-18 | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-03-04 | Use windows DACL fix for pg_regress as well. | Magnus Hagander |
| 2008-02-20 | Make pg_regress -V consistent with the corresponding code in other | Tom Lane |
| 2008-02-16 | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane |
| 2008-02-15 | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane |
| 2008-01-19 | Make pg_regress clean out the testtablespace directory only on Windows. | Tom Lane |
| 2008-01-13 | Fix a regression test that fails if default_text_search_config isn't | Tom Lane |
| 2008-01-11 | The original implementation of polymorphic aggregates didn't really get the | Tom Lane |
| 2008-01-09 | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-10 | Fix attribution for Rime of the Ancient Mariner (obviously it's been | Tom Lane |
| 2007-12-09 | The E. J. Pratt verse used as a tsearch test case is unfortunately still | Tom Lane |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-30 | Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached | Tom Lane |
| 2007-11-27 | Fix pg_regress to check the directory it is actually reading files from, | Tom Lane |
| 2007-11-27 | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut |
| 2007-11-26 | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane |
| 2007-11-25 | Fix XML tag namespace change inadvertantly missed from previous fix. Add | Andrew Dunstan |
| 2007-11-24 | Add missed entry for new money regression test. | Tom Lane |
| 2007-11-24 | Add regression tests for MONEY type. | D'Arcy J.M. Cain |
| 2007-11-20 | Change descriptions of entity and tag objects to "XML entity" and "XML tag". | Andrew Dunstan |
| 2007-11-16 | Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. | Teodor Sigaev |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-10 | Have text search thesaurus files use "?" for stop words. | Bruce Momjian |
| 2007-11-10 | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian |
| 2007-11-09 | Add an expected-results file to get regression to pass cleanly in sv_SE | Tom Lane |
| 2007-11-09 | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut |
| 2007-11-08 | After conferencing again with Bruce, put in more accurate XML error message. | Peter Eisentraut |
| 2007-11-08 | Adjust test results for message changes. Darn. | Peter Eisentraut |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-10-29 | Mention the index name in 'could not create unique index' errors, | Tom Lane |
| 2007-10-29 | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane |
| 2007-10-27 | Change text search parsing rules for hyphenated words so that digit strings | Tom Lane |
| 2007-10-27 | Rename default text search parser's "uri" token type to "url_path", | Tom Lane |
| 2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |