| 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-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 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
| 2009-04-07 | Defend against non-ASCII letters in fuzzystrmatch code. The functions | Tom Lane |
| 2009-03-31 | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane |
| 2009-01-16 | Fix uninitialized variables in get_covers | 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 |
| 2008-10-17 | Fix small bug in headline generation. | Teodor Sigaev |
| 2008-05-08 | Fix contrib/xml makefile to not override CFLAGS. | Tom Lane |
| 2008-05-08 | Fix contrib/xml2 makefile to not override CFLAGS. | Tom Lane |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-03-31 | Fix a number of places that were making file-type tests infelicitously. | 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-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-11 | Fix header's size of structs defines in ispell. | Teodor Sigaev |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | 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-02-12 | Fix backend crash in parsing incorrect tsquery. | Teodor Sigaev |
| 2007-01-13 | Back port patch. | Tatsuo Ishii |
| 2006-12-21 | Fix convertion for 'PFX flag N num' | Teodor Sigaev |
| 2006-08-08 | Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s... | Teodor Sigaev |
| 2006-08-07 | fix bug about modifying value in shared buffer, | Teodor Sigaev |
| 2006-07-11 | Fix bug corrupting query in gist consistent function. | Teodor Sigaev |
| 2006-07-06 | Fix dbmirror for new backslash escaping: | Bruce Momjian |
| 2006-06-17 | backport workaround for OpenBSD compiler bug | Andrew Dunstan |
| 2006-05-21 | Fix missed \' to '' conversion. | Tom Lane |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-04-03 | Detoast query in g_intbig_consistent and copy query in g_int_consistent. | Teodor Sigaev |
| 2006-03-10 | Fix order of linking of libxslt and libxml2, per Dave Page. | Tom Lane |
| 2006-02-18 | Patch from Marko Kreen: | Neil Conway |
| 2006-01-03 | When the remote query result has a different number of columns | Joe Conway |
| 2006-01-03 | There is a signedness bug in Openwall gen_salt code that pgcrypto uses. | Tom Lane |
| 2005-12-21 | Fix word's length in pg_regexec call | Teodor Sigaev |
| 2005-12-06 | Fix stupid bug with sizeof | Teodor Sigaev |
| 2005-11-03 | Fix incorrect header size macros | Teodor Sigaev |
| 2005-10-20 | Prevent core dump in contrib version of autovacuum when a table has been | Tom Lane |
| 2005-09-15 | Update Snowball. I have to update it because of | Teodor Sigaev |
| 2005-08-15 | int_array_enum function should be using fcinfo->flinfo->fn_extra for | Tom Lane |
| 2005-08-02 | Back-port several small portability fixes to get contrib building | Tom Lane |
| 2005-07-18 | It appears that Darwin (OS X) does not cope well with C functions that | Tom Lane |