| Age | Commit message (Expand) | Author |
| 2008-02-07 | Avoid misbehavior in foreign key checks when casting to a datatype for which | Tom Lane |
| 2008-01-25 | Release any detoasted copies of arrays that are made temporarily in | Tom Lane |
| 2008-01-15 | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane |
| 2008-01-12 | It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser(). | Tom Lane |
| 2008-01-12 | Fix two places in xml.c that neglected to check the return values of | Neil Conway |
| 2008-01-12 | Minor perf tweak for _SPI_strdup(): if we're going to call strlen() | Neil Conway |
| 2008-01-08 | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane |
| 2008-01-08 | Remove unnecessary comma in enum definition ... some C compilers don't | Tom Lane |
| 2008-01-06 | A long time ago, Peter pointed out that ruleutils.c didn't dump simple | Tom Lane |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-27 | Wording improvements | Peter Eisentraut |
| 2007-12-20 | When given a nonzero column number, pg_get_indexdef() is only supposed to | Tom Lane |
| 2007-12-18 | Fix thinko in encoding check for chr() | Andrew Dunstan |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-12-08 | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-28 | Make a cleanup pass over error reports in tsearch code. Use ereport | Tom Lane |
| 2007-11-28 | Adjust the names of a couple of tsearch index support functions that had | Tom Lane |
| 2007-11-28 | Fix XML Schema structure for char types without length (bug #3782) | Peter Eisentraut |
| 2007-11-27 | Suppress compiler warning. | Tom Lane |
| 2007-11-27 | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut |
| 2007-11-25 | Use double quotes for quoting xml attributes. | Peter Eisentraut |
| 2007-11-24 | Slightly more paranoia and slightly better comments for use of | Tom Lane |
| 2007-11-24 | Clarify how MONEY trims off trailing thousands separator. | Bruce Momjian |
| 2007-11-24 | Make the MONEY data type have a thousands separator != decimal symbol, | Bruce Momjian |
| 2007-11-23 | Fix white space in MONEY type code. Rename 'comma' to more generic | Bruce Momjian |
| 2007-11-22 | Add more comments about thousands separator handling. | Bruce Momjian |
| 2007-11-22 | Add comments about thousands separator logic. | Bruce Momjian |
| 2007-11-21 | When setting default thousands separator when locale has "", use logic | Bruce Momjian |
| 2007-11-21 | Fix typo in comment. | Bruce Momjian |
| 2007-11-20 | Fix bogus length calculation that could lead to crash if the string | Tom Lane |
| 2007-11-16 | Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. | Teodor Sigaev |
| 2007-11-16 | Small comment spacing improvement. | Bruce Momjian |
| 2007-11-16 | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-11-15 | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-14 | Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness | Tom Lane |
| 2007-11-13 | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane |
| 2007-11-10 | Add missing closing / in xsd:restriction, and remove some unnecessary | Tom Lane |
| 2007-11-10 | xmlGetUTF8Char()'s second argument is both input and output. Fix | Tom Lane |
| 2007-11-09 | Second pass at improving LIKE/regex estimation in non-C locales. It turns | 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 | Improve error message | Peter Eisentraut |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-11-07 | Fix patternsel() and callers to do the right thing for NOT LIKE and the other | Tom Lane |