aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas2009-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
* Update line count for \? output (obtained from wc -l)Peter Eisentraut2009-03-25
* In the \? output, align the columns consistently.Peter Eisentraut2009-03-25
* Polish SQL/MED terminologyPeter Eisentraut2009-03-25
* No period if it's not a sentencePeter 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
* Fix my typoPeter Eisentraut2009-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
* Add expected file for locale-enabled installations.Peter Eisentraut2009-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 -d and -D options of pg_dump and pg_dumpall. The functionalityTom 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
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* 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
* Add -w option to --help output. It was apparently forgotten when -w wasPeter Eisentraut2009-03-17
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15
* Fix identify_locking_dependencies to reflect the fact that fix_dependenciesTom Lane2009-03-13
* 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
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-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
* Tweak the regression test case so that the ordering of numbers vs. lettersPeter 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
* Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.Magnus Hagander2009-03-08