summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2008-02-07Avoid misbehavior in foreign key checks when casting to a datatype for whichTom Lane
2008-01-25Release any detoasted copies of arrays that are made temporarily inTom Lane
2008-01-15Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane
2008-01-12It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().Tom Lane
2008-01-12Fix two places in xml.c that neglected to check the return values ofNeil Conway
2008-01-12Minor perf tweak for _SPI_strdup(): if we're going to call strlen()Neil Conway
2008-01-08lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane
2008-01-08Remove unnecessary comma in enum definition ... some C compilers don'tTom Lane
2008-01-06A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-01Fix some missed copyright updates.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-27Wording improvementsPeter Eisentraut
2007-12-20When given a nonzero column number, pg_get_indexdef() is only supposed toTom Lane
2007-12-18Fix thinko in encoding check for chr()Andrew Dunstan
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-12-08Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-28Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-28Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut
2007-11-27Suppress compiler warning.Tom Lane
2007-11-27Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut
2007-11-25Use double quotes for quoting xml attributes.Peter Eisentraut
2007-11-24Slightly more paranoia and slightly better comments for use ofTom Lane
2007-11-24Clarify how MONEY trims off trailing thousands separator.Bruce Momjian
2007-11-24Make the MONEY data type have a thousands separator != decimal symbol,Bruce Momjian
2007-11-23Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian
2007-11-22Add more comments about thousands separator handling.Bruce Momjian
2007-11-22Add comments about thousands separator logic.Bruce Momjian
2007-11-21When setting default thousands separator when locale has "", use logicBruce Momjian
2007-11-21Fix typo in comment.Bruce Momjian
2007-11-20Fix bogus length calculation that could lead to crash if the stringTom Lane
2007-11-16Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev
2007-11-16Small comment spacing improvement.Bruce Momjian
2007-11-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-11-15Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-14Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-10Add missing closing / in xsd:restriction, and remove some unnecessaryTom Lane
2007-11-10xmlGetUTF8Char()'s second argument is both input and output. FixTom Lane
2007-11-09Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane
2007-11-09Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut
2007-11-08After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut
2007-11-08Improve error messagePeter Eisentraut
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-11-07Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane