index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
Tom Lane
2007-12-03
*
Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,
Tom Lane
2007-12-03
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-30
*
Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached
Tom Lane
2007-11-30
*
Translation updates
Peter Eisentraut
2007-11-29
*
Make a cleanup pass over error reports in tsearch code. Use ereport
Tom Lane
2007-11-28
*
Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force
Tom Lane
2007-11-28
*
Adjust the names of a couple of tsearch index support functions that had
Tom Lane
2007-11-28
*
Install a lookaside cache to speed up repeated lookups of the same operator
Tom Lane
2007-11-28
*
Proper capitalization of Ispell
Peter Eisentraut
2007-11-28
*
Fix XML Schema structure for char types without length (bug #3782)
Peter Eisentraut
2007-11-28
*
Improve terminology
Peter Eisentraut
2007-11-28
*
Fix typo
Peter Eisentraut
2007-11-28
*
Change a stop word on the right-hand-side in the thesaurus file to be an
Bruce Momjian
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
*
correct capitalization
Peter Eisentraut
2007-11-27
*
Fix select_common_type() so that it can select a domain type, if all inputs
Tom Lane
2007-11-26
*
Allow for X as well as x to be the prefix for hexadecimal character ref entit...
Andrew Dunstan
2007-11-25
*
Fix XML tag namespace change inadvertantly missed from previous fix. Add
Andrew Dunstan
2007-11-25
*
Use double quotes for quoting xml attributes.
Peter Eisentraut
2007-11-25
*
Fix thinko in comment.
Tom Lane
2007-11-25
*
Reduce routine successful-archiving message from LOG to DEBUG1 grade,
Tom Lane
2007-11-24
*
Fix (I think) broken usage of MultiByteToWideChar. I had missed the
Tom Lane
2007-11-24
*
Slightly more paranoia and slightly better comments for use of
Tom Lane
2007-11-24
*
Save another little bit of planner overhead on simple queries, by having
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
*
Change fix_scan_expr() to avoid copying the input node tree in the common case
Tom Lane
2007-11-24
*
Avoid uselessly building a duplicate of the original clause in trivial cases
Tom Lane
2007-11-23
*
Fix white space in MONEY type code. Rename 'comma' to more generic
Bruce Momjian
2007-11-23
*
Actually ... it's pretty silly that parse_oper.c doesn't set up the
Tom Lane
2007-11-22
*
Save one syscache lookup when examining volatility or strictness of
Tom Lane
2007-11-22
*
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
*
Change descriptions of entity and tag objects to "XML entity" and "XML tag".
Andrew Dunstan
2007-11-20
*
Improve GIN index build's tracking of memory usage by using
Tom Lane
2007-11-16
*
Repair still another bug in the btree page split WAL reduction patch:
Tom Lane
2007-11-16
*
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
*
Cleanup for new else/comment handling.
Bruce Momjian
2007-11-16
*
Fix stupid typo in recently-added code :-(
Tom Lane
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
[next]