| Age | Commit message (Expand) | Author |
| 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-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-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-06 | Fix stupid bug with sizeof | 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-07-16 | cube_1 variant is needed in 7.4 branch, per results from buildfarm | Tom Lane |
| 2005-07-16 | Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. | Tom Lane |
| 2005-06-01 | Prevent to divide by zero and range out of 0..1 | Teodor Sigaev |
| 2005-05-03 | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane |
| 2005-04-23 | int_aggregate's int_enum() doesn't work correctly with arrays that | Tom Lane |
| 2005-04-19 | Add comment about permissions on pg_ts* tables | Teodor Sigaev |
| 2005-03-31 | Fix various comparing functions | Teodor Sigaev |
| 2005-03-23 | Previous "64-bit fix" for intagg didn't actually work. This is already | Tom Lane |
| 2005-03-12 | Some builds (depends on crypto engine support?) of OpenSSL | Neil Conway |
| 2005-03-05 | Prevent rank change in case of duplicate search terms | Teodor Sigaev |
| 2005-01-29 | Make sure contrib C functions are marked strict where needed. | Tom Lane |
| 2005-01-27 | Now that I look at it, int_array_enum() didn't work either. | Tom Lane |
| 2005-01-27 | Fix security and 64-bit issues in contrib/intagg. This code could | Tom Lane |
| 2005-01-26 | Mark the text_soundex() function as "strict", to avoid crashing on NULL | Neil Conway |
| 2004-10-21 | Back-patch make_oidjoins_check security improvement. | Tom Lane |
| 2004-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-08-11 | Hashed crosstab was dying with an SPI_finish error when the source SQL | Joe Conway |
| 2004-06-23 | Fix stupid bug in installcheck | Teodor Sigaev |
| 2004-06-12 | Now needs to include <ctype.h>. | Tom Lane |
| 2004-06-07 | Remove asymetrical word processing in query and text | Teodor Sigaev |
| 2004-05-26 | Fix problems in pg_autovacuum: | Bruce Momjian |
| 2004-03-25 | Minimize memory allocation for void (but not null) value. | Teodor Sigaev |
| 2004-03-22 | In working through a pg_autovacuum problem with Joe Conway (which turned | Bruce Momjian |
| 2004-03-17 | Fix pg_autovacuum to handle unsigned and oids better. | Bruce Momjian |
| 2004-02-24 | When returning type "record", replace use of pgresultGetTupleDesc | Joe Conway |
| 2004-02-24 | Apply quote_literal to the start_with argument of connectby. Fixes problem | Joe Conway |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-21 | The following bug has been logged online: | Bruce Momjian |
| 2004-01-26 | Docs fix from Kris Jurka <books@ejurka.com> | Teodor Sigaev |
| 2004-01-19 | Correct type for isalnum | Teodor Sigaev |
| 2004-01-08 | Remove broken (and unnecessary) definition of operator <> for _int4 | Tom Lane |
| 2003-12-17 | Repair badly broken estimation of output buffer size in lquery_out(). | Tom Lane |
| 2003-12-08 | Minor autovacuum fixes from Matthew O'Connor. | Tom Lane |
| 2003-12-08 | Add fflush() before sleeping, per Matthew O'Connor. | Tom Lane |
| 2003-12-07 | Replace unportable and overflow-prone use of 'long long' with safer | Tom Lane |
| 2003-12-05 | One more fix confusion | Teodor Sigaev |
| 2003-12-05 | Avoid confusion start_parse_str function with tsearch V1 | Teodor Sigaev |