summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-04-04A session that does not have any live snapshots does not have to be waited forTom Lane
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane
2009-04-04Disallow setting fillfactor for TOAST tables.Alvaro Herrera
2009-04-03Add a comment documenting the question of whether PrefetchBuffer shouldTom Lane
2009-04-02Refactor ExecProject and associated routines so that fast-path code is usedTom Lane
2009-04-02Revert DTrace patch from Robert LorBruce Momjian
2009-04-02Give a better error message when trying to changeBruce Momjian
2009-04-02Add support for additional DTrace probes.Bruce Momjian
2009-04-02Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane
2009-04-02Fix GUC's reports of assign_hook failure to always include the parameter valueTom Lane
2009-04-01Update comment to reflect that LC_COLLATE and LC_CTYPE are nowHeikki Linnakangas
2009-04-01Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane
2009-03-31Modify the relcache to record the temp status of both local and nonlocalTom Lane
2009-03-31Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane
2009-03-31Fix a rare race condition when commit_siblings > 0 and a transaction commitsHeikki Linnakangas
2009-03-30Fix window function plan generation to cope with volatile sort expressions.Tom Lane
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-27Add an errdetail explaining why we reject infinite dates and timestampsTom Lane
2009-03-27Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane
2009-03-27Teach reindex_index() to clear pg_index.indcheckxmin when possible.Tom Lane
2009-03-26Gettext plural supportPeter Eisentraut
2009-03-26Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane
2009-03-26If we expect a hash join to be performed in multiple batches, suppressTom Lane
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-03-25Use double quotes instead of single quotes.Peter Eisentraut
2009-03-25Complete list of valid fork names, and use double quotes.Peter Eisentraut
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2009-03-24Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll.Tom Lane
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-03-23Remove munging of xml and xpath params to xpath(). The XML must now be a well...Andrew Dunstan
2009-03-23Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane
2009-03-23More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISSTom Lane
2009-03-22Add isExtend to the parameters of the buffer_read_start and buffer_read_doneTom Lane
2009-03-22Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane
2009-03-22Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane
2009-03-21Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane
2009-03-18Fix case of the just resurrected UCS_to_BIG5.pl script, and updateHeikki Linnakangas
2009-03-18Add seven kanji characters defined in the Windows 950 codepage to ourHeikki Linnakangas
2009-03-18Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas
2009-03-17Improve zero-year comments.Bruce Momjian
2009-03-17Document that datetime year '0' is considered in a recent century, notBruce Momjian
2009-03-15Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane
2009-03-13Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted toTom Lane
2009-03-12Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane
2009-03-11Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane
2009-03-11Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev
2009-03-11Improve match_special_index_operator() to recognize that LIKE with anTom Lane
2009-03-10Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane
2009-03-10Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane
2009-03-10Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev