| Commit message (Expand) | Author | Age |
* | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane | 2008-01-08 |
* | Remove unnecessary comma in enum definition ... some C compilers don't | Tom Lane | 2008-01-08 |
* | A long time ago, Peter pointed out that ruleutils.c didn't dump simple | Tom Lane | 2008-01-06 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Wording improvements | Peter Eisentraut | 2007-12-27 |
* | When given a nonzero column number, pg_get_indexdef() is only supposed to | Tom Lane | 2007-12-20 |
* | Fix thinko in encoding check for chr() | Andrew Dunstan | 2007-12-18 |
* | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane | 2007-12-18 |
* | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane | 2007-12-08 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | Make a cleanup pass over error reports in tsearch code. Use ereport | Tom Lane | 2007-11-28 |
* | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 |
* | Fix XML Schema structure for char types without length (bug #3782) | Peter Eisentraut | 2007-11-28 |
* | Suppress compiler warning. | Tom Lane | 2007-11-27 |
* | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 |
* | Use double quotes for quoting xml attributes. | Peter Eisentraut | 2007-11-25 |
* | Slightly more paranoia and slightly better comments for use of | Tom Lane | 2007-11-24 |
* | Clarify how MONEY trims off trailing thousands separator. | Bruce Momjian | 2007-11-24 |
* | Make the MONEY data type have a thousands separator != decimal symbol, | Bruce Momjian | 2007-11-24 |
* | Fix white space in MONEY type code. Rename 'comma' to more generic | Bruce Momjian | 2007-11-23 |
* | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 |
* | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 |
* | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 |
* | Fix typo in comment. | Bruce Momjian | 2007-11-21 |
* | Fix bogus length calculation that could lead to crash if the string | Tom Lane | 2007-11-20 |
* | Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. | Teodor Sigaev | 2007-11-16 |
* | Small comment spacing improvement. | Bruce Momjian | 2007-11-16 |
* | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian | 2007-11-16 |
* | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian | 2007-11-16 |
* | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness | Tom Lane | 2007-11-14 |
* | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane | 2007-11-13 |
* | Add missing closing / in xsd:restriction, and remove some unnecessary | Tom Lane | 2007-11-10 |
* | xmlGetUTF8Char()'s second argument is both input and output. Fix | Tom Lane | 2007-11-10 |
* | Second pass at improving LIKE/regex estimation in non-C locales. It turns | Tom Lane | 2007-11-09 |
* | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut | 2007-11-09 |
* | After conferencing again with Bruce, put in more accurate XML error message. | Peter Eisentraut | 2007-11-08 |
* | Improve error message | Peter Eisentraut | 2007-11-08 |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 |
* | Fix patternsel() and callers to do the right thing for NOT LIKE and the other | Tom Lane | 2007-11-07 |
* | Some code review for xml.c: | Tom Lane | 2007-11-06 |
* | Fix xmlelement() to initialize libxml correctly before using it, and to avoid | Tom Lane | 2007-11-05 |
* | Set read_only = TRUE while evaluating input queries for ts_rewrite() | Tom Lane | 2007-10-24 |
* | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 |
* | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane | 2007-10-23 |
* | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane | 2007-10-23 |