aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-02
* Fix GUC's reports of assign_hook failure to always include the parameter valueTom Lane2009-04-02
* Update comment to reflect that LC_COLLATE and LC_CTYPE are nowHeikki Linnakangas2009-04-01
* Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane2009-04-01
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Fix a rare race condition when commit_siblings > 0 and a transaction commitsHeikki Linnakangas2009-03-31
* Fix window function plan generation to cope with volatile sort expressions.Tom Lane2009-03-30
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Add an errdetail explaining why we reject infinite dates and timestampsTom Lane2009-03-27
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Teach reindex_index() to clear pg_index.indcheckxmin when possible.Tom Lane2009-03-27
* Gettext plural supportPeter Eisentraut2009-03-26
* Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane2009-03-26
* If we expect a hash join to be performed in multiple batches, suppressTom Lane2009-03-26
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Use double quotes instead of single quotes.Peter Eisentraut2009-03-25
* Complete list of valid fork names, and use double quotes.Peter Eisentraut2009-03-25
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll.Tom Lane2009-03-24
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Remove munging of xml and xpath params to xpath(). The XML must now be a well...Andrew Dunstan2009-03-23
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISSTom Lane2009-03-23
* Add isExtend to the parameters of the buffer_read_start and buffer_read_doneTom Lane2009-03-22
* Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane2009-03-22
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-21
* Fix case of the just resurrected UCS_to_BIG5.pl script, and updateHeikki Linnakangas2009-03-18
* Add seven kanji characters defined in the Windows 950 codepage to ourHeikki Linnakangas2009-03-18
* Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas2009-03-18
* Improve zero-year comments.Bruce Momjian2009-03-17
* Document that datetime year '0' is considered in a recent century, notBruce Momjian2009-03-17
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15
* Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted toTom Lane2009-03-13
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev2009-03-11
* Improve match_special_index_operator() to recognize that LIKE with anTom Lane2009-03-11
* Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane2009-03-10
* Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane2009-03-10
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-10
* In parse_bool_with_len, avoid crash when no result pointer is passed. ProbablyPeter Eisentraut2009-03-09
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-09
* Add summarization comment about visibility functions.Bruce Momjian2009-03-09
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Make pg_hba parsing report all errors in the file before aborting the load,Magnus Hagander2009-03-07