| Age | Commit message (Expand) | Author |
| 2010-03-03 | Make contrib/xml2 use core xml.c's error handler, when available (that is, | Tom Lane |
| 2010-03-01 | Fix contrib/xml2 so regression test still works when it's built without libxslt. | Tom Lane |
| 2010-03-01 | Remove xmlCleanupParser calls from contrib/xml2. | Tom Lane |
| 2010-03-01 | Back-patch today's memory management fixups in contrib/xml2. | Tom Lane |
| 2010-02-03 | Check to ensure the number of primary key fields supplied does not | Joe Conway |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-07-28 | Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by | Teodor Sigaev |
| 2009-07-10 | Fix xslt_process() to ensure that it inserts a NULL terminator after the | Tom Lane |
| 2009-04-15 | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander |
| 2009-04-07 | Fix contrib/pg_freespacemap's underestimate of the number of pages it | Tom Lane |
| 2009-04-07 | Defend against non-ASCII letters in fuzzystrmatch code. The functions | Tom Lane |
| 2009-04-02 | Fix memory allocation for output of hstore type. | Teodor Sigaev |
| 2009-03-31 | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane |
| 2009-03-25 | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane |
| 2009-03-15 | Fix contrib/hstore to throw an error for keys or values that don't fit in its | Tom Lane |
| 2009-03-10 | Prevent recursion during parse of email-like string with multiple '@'. | Teodor Sigaev |
| 2009-03-02 | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev |
| 2009-01-15 | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev |
| 2009-01-15 | Fix generation of too long headline with ShortWords. | Teodor Sigaev |
| 2009-01-03 | Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool) | Joe Conway |
| 2008-11-30 | Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. | Tom Lane |
| 2008-11-10 | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer | Tom Lane |
| 2008-10-17 | Fix small bug in headline generation. | Teodor Sigaev |
| 2008-05-29 | Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 | Tom Lane |
| 2008-05-08 | Fix contrib/xml2 makefile to not override CFLAGS. | Tom Lane |
| 2008-04-20 | Fix broken compare function for tsquery_ops. Per Tom's report. | Teodor Sigaev |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-03-26 | Fix core dump in contrib/xml2's xpath_table() when the input query returns | Tom Lane |
| 2008-01-03 | The original patch to disallow non-passworded connections to non-superusers | Tom Lane |
| 2007-11-16 | Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test... | Teodor Sigaev |
| 2007-11-10 | Have crosstab variants treat NULL rowid as a category in its own right, | Joe Conway |
| 2007-09-29 | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane |
| 2007-09-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-14 | Remove ill-considered (not to mention undocumented) attempt to make | Tom Lane |
| 2007-09-11 | Fix header's size of structs defines in ispell. | Teodor Sigaev |
| 2007-09-07 | Fix indefinit loop in rank_cd for some corner queries. | Teodor Sigaev |
| 2007-08-28 | Restrict pgstattuple functions to superusers. While the only one that's | Tom Lane |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane |
| 2007-08-22 | Fix possible core dump from pgbench -d option. Julius Stroffek | Tom Lane |
| 2007-07-15 | Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing | Tom Lane |
| 2007-07-09 | Restrict non-superusers to password authenticated connections | Joe Conway |
| 2007-04-02 | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev |
| 2007-03-22 | Fix parser bug on Windows with UTF8 encoding and C locale, the reason was | Teodor Sigaev |
| 2007-03-16 | Fix uninitialized value in pgstatindex leading to invalid values being | Alvaro Herrera |
| 2007-03-07 | Athough cube is a varlena type, nowhere was a detoasting of cube's value, so | Teodor Sigaev |
| 2007-02-12 | Fix backend crash in parsing incorrect tsquery. | Teodor Sigaev |
| 2007-01-15 | Fix localization support for multibyte encoding and C locale. | Teodor Sigaev |
| 2007-01-10 | Backport patch. | Tatsuo Ishii |
| 2006-12-28 | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane |
| 2006-12-26 | Fix memory reallocation condition | Teodor Sigaev |