index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2008-01-03
Fix assorted security-grade bugs in the regex engine. All of these problems
Tom Lane
2008-01-02
Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events
Tom Lane
2008-01-02
Correct two more copyrights found by updated script.
Bruce Momjian
2008-01-01
Fix some missed copyright updates.
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-31
Improve a number of elog messages for not-supposed-to-happen cases in btrees,
Tom Lane
2007-12-30
Add sanity check to ensure delimiter and quote are different in CSV mode
Andrew Dunstan
2007-12-28
Improve consistency of error reporting in GUC assign_hook routines. Some
Tom Lane
2007-12-27
Disallow digits and lower-case ASCII letters as the delimiter in non-CSV
Tom Lane
2007-12-27
Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.
Tom Lane
2007-12-27
Swap the order of testing for control characters and for column delimiter in
Tom Lane
2007-12-27
Wording improvements
Peter Eisentraut
2007-12-20
When given a nonzero column number, pg_get_indexdef() is only supposed to
Tom Lane
2007-12-18
Fix thinko in encoding check for chr()
Andrew Dunstan
2007-12-18
Make archiver process report its progress in PS display. Per
Tom Lane
2007-12-18
Make path_recv() and poly_recv() reject paths/polygons containing no points.
Tom Lane
2007-12-13
Clarify log messages
Peter Eisentraut
2007-12-12
Clean up unportable attempt to use #if inside a macro call, also
Tom Lane
2007-12-12
Provide a more accurate, detailed log message when the archive command fails.
Peter Eisentraut
2007-12-11
Make CSV column ordering a bit more logical.
Alvaro Herrera
2007-12-11
Extend the format of CSV logs to include the additional information supplied
Alvaro Herrera
2007-12-08
Fix mergejoin cost estimation so that we consider the statistical ranges of
Tom Lane
2007-12-07
Realign the running text in this file to 79 characters wide. Some other
Peter Eisentraut
2007-12-06
Change wording of logged message when cancelling an autovacuum task, using
Alvaro Herrera
2007-12-03
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-01
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-11-30
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-29
Translation updates
Peter Eisentraut
2007-11-28
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-27
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-26
Fix select_common_type() so that it can select a domain type, if all inputs
Tom Lane
2007-11-25
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-24
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
[next]