aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane2008-01-08
* Remove unnecessary comma in enum definition ... some C compilers don'tTom Lane2008-01-08
* A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane2008-01-06
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Wording improvementsPeter Eisentraut2007-12-27
* When given a nonzero column number, pg_get_indexdef() is only supposed toTom Lane2007-12-20
* Fix thinko in encoding check for chr()Andrew Dunstan2007-12-18
* Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane2007-12-18
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-28
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut2007-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
* Use double quotes for quoting xml attributes.Peter Eisentraut2007-11-25
* Slightly more paranoia and slightly better comments for use ofTom 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
* Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian2007-11-23
* 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
* 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
* 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
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane2007-11-14
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-13
* Add missing closing / in xsd:restriction, and remove some unnecessaryTom Lane2007-11-10
* xmlGetUTF8Char()'s second argument is both input and output. FixTom Lane2007-11-10
* Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane2007-11-09
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-09
* After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut2007-11-08
* Improve error messagePeter Eisentraut2007-11-08
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane2007-11-07
* Some code review for xml.c:Tom Lane2007-11-06
* Fix xmlelement() to initialize libxml correctly before using it, and to avoidTom Lane2007-11-05
* Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane2007-10-24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane2007-10-23