| Age | Commit message (Expand) | Author |
| 2010-09-24 | Still more .gitignore cleanup. | Tom Lane |
| 2010-09-24 | Add contrib/xml2/pgxml.sql to .gitignore | Robert Haas |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-07-27 | Spelling fix | Peter Eisentraut |
| 2010-06-15 | Fix dblink_build_sql_insert() and related functions to handle dropped | Tom Lane |
| 2010-06-15 | Consolidate and improve checking of key-column-attnum arguments for | Tom Lane |
| 2010-06-14 | Rearrange dblink's dblink_build_sql_insert() and related routines to open and | Tom Lane |
| 2010-06-10 | Fix incorrect change in dblink introduced by the previous commit | Itagaki Takahiro |
| 2010-06-09 | Fix connection leak in dblink when dblink_connect() or dblink_connect_u() | Itagaki Takahiro |
| 2010-06-03 | Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). | Itagaki Takahiro |
| 2010-04-02 | Ensure that contrib/pgstattuple functions respond to cancel interrupts | Tom Lane |
| 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 |