| Commit message (Expand) | Author | Age |
* | Fix window function plan generation to cope with volatile sort expressions. | Tom Lane | 2009-03-30 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Add an errdetail explaining why we reject infinite dates and timestamps | Tom Lane | 2009-03-27 |
* | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 |
* | Teach reindex_index() to clear pg_index.indcheckxmin when possible. | Tom Lane | 2009-03-27 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Adjust phrasing of complaints about multi-byte COPY delimiter strings. | Tom Lane | 2009-03-26 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Use double quotes instead of single quotes. | Peter Eisentraut | 2009-03-25 |
* | Complete list of valid fork names, and use double quotes. | Peter Eisentraut | 2009-03-25 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll. | Tom Lane | 2009-03-24 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Remove munging of xml and xpath params to xpath(). The XML must now be a well... | Andrew Dunstan | 2009-03-23 |
* | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane | 2009-03-23 |
* | More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS | Tom Lane | 2009-03-23 |
* | Add isExtend to the parameters of the buffer_read_start and buffer_read_done | Tom Lane | 2009-03-22 |
* | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane | 2009-03-22 |
* | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 |
* | Fix case of the just resurrected UCS_to_BIG5.pl script, and update | Heikki Linnakangas | 2009-03-18 |
* | Add seven kanji characters defined in the Windows 950 codepage to our | Heikki Linnakangas | 2009-03-18 |
* | Fix Windows-specific race condition in syslogger. This could've been | Heikki Linnakangas | 2009-03-18 |
* | Improve zero-year comments. | Bruce Momjian | 2009-03-17 |
* | Document that datetime year '0' is considered in a recent century, not | Bruce Momjian | 2009-03-17 |
* | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane | 2009-03-15 |
* | Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted to | Tom Lane | 2009-03-13 |
* | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane | 2009-03-12 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |
* | Some languages have symbols with zero display's width or/and vowels/signs which | Teodor Sigaev | 2009-03-11 |
* | Improve match_special_index_operator() to recognize that LIKE with an | Tom Lane | 2009-03-11 |
* | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 |
* | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane | 2009-03-10 |
* | Prevent recursion during parse of email-like string with multiple '@'. | Teodor Sigaev | 2009-03-10 |
* | In parse_bool_with_len, avoid crash when no result pointer is passed. Probably | Peter Eisentraut | 2009-03-09 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 |
* | Add summarization comment about visibility functions. | Bruce Momjian | 2009-03-09 |
* | Revert pg_bind_textdomain_codeset to a existant-but-empty function when | Alvaro Herrera | 2009-03-09 |
* | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. | Alvaro Herrera | 2009-03-08 |
* | Add comments about kwlookup.c expectations | Alvaro Herrera | 2009-03-08 |
* | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera | 2009-03-08 |
* | Make pg_hba parsing report all errors in the file before aborting the load, | Magnus Hagander | 2009-03-07 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 |
* | Fix column privilege checking for cases where parent and child have different | Tom Lane | 2009-03-05 |
* | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 |
* | Change hba load failure message to LOG instead of WARNING. | Magnus Hagander | 2009-03-04 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Clarify to the translator that yyerror() deals with the translation of | Peter Eisentraut | 2009-03-04 |