aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix build_minmax_path() to cope if an IS NULL clause turns up in theTom Lane2007-12-03
* Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,Tom Lane2007-12-03
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane2007-11-30
* Translation updatesPeter Eisentraut2007-11-29
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-28
* Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane2007-11-28
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-28
* Proper capitalization of IspellPeter Eisentraut2007-11-28
* Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut2007-11-28
* Improve terminologyPeter Eisentraut2007-11-28
* Fix typoPeter Eisentraut2007-11-28
* Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian2007-11-28
* Suppress compiler warning.Tom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* correct capitalizationPeter Eisentraut2007-11-27
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-26
* Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan2007-11-25
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-25
* Use double quotes for quoting xml attributes.Peter Eisentraut2007-11-25
* Fix thinko in comment.Tom Lane2007-11-25
* Reduce routine successful-archiving message from LOG to DEBUG1 grade,Tom Lane2007-11-24
* Fix (I think) broken usage of MultiByteToWideChar. I had missed theTom Lane2007-11-24
* Slightly more paranoia and slightly better comments for use ofTom Lane2007-11-24
* Save another little bit of planner overhead on simple queries, by havingTom Lane2007-11-24
* Clarify how MONEY trims off trailing thousands separator.Bruce Momjian2007-11-24
* Make the MONEY data type have a thousands separator != decimal symbol,Bruce Momjian2007-11-24
* Change fix_scan_expr() to avoid copying the input node tree in the common caseTom Lane2007-11-24
* Avoid uselessly building a duplicate of the original clause in trivial casesTom Lane2007-11-23
* Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian2007-11-23
* Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane2007-11-22
* Save one syscache lookup when examining volatility or strictness ofTom Lane2007-11-22
* Add more comments about thousands separator handling.Bruce Momjian2007-11-22
* Add comments about thousands separator logic.Bruce Momjian2007-11-22
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-21
* Fix typo in comment.Bruce Momjian2007-11-21
* Fix bogus length calculation that could lead to crash if the stringTom Lane2007-11-20
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-20
* Improve GIN index build's tracking of memory usage by usingTom Lane2007-11-16
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev2007-11-16
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-16
* Cleanup for new else/comment handling.Bruce Momjian2007-11-16
* Fix stupid typo in recently-added code :-(Tom Lane2007-11-16
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15