| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas | 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 |
* | Update line count for \? output (obtained from wc -l) | Peter Eisentraut | 2009-03-25 |
* | In the \? output, align the columns consistently. | Peter Eisentraut | 2009-03-25 |
* | Polish SQL/MED terminology | Peter Eisentraut | 2009-03-25 |
* | No period if it's not a sentence | 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 |
* | Fix my typo | Peter Eisentraut | 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 |
* | Add expected file for locale-enabled installations. | Peter Eisentraut | 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 -d and -D options of pg_dump and pg_dumpall. The functionality | 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 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 |
* | 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 |
* | Add -w option to --help output. It was apparently forgotten when -w was | Peter Eisentraut | 2009-03-17 |
* | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane | 2009-03-15 |
* | Fix identify_locking_dependencies to reflect the fact that fix_dependencies | Tom Lane | 2009-03-13 |
* | 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 |
* | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 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 |
* | Tweak the regression test case so that the ordering of numbers vs. letters | 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 |
* | Fix MSVC build for new ways to pull in keywords.c and kwlookup.c. | Magnus Hagander | 2009-03-08 |