summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2008-01-09Fix some planner issues found while investigating Kevin Grittner's reportTom Lane
2008-01-09Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdxNeil 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-07Fix a minor bug in outfuncs support for SetOp: dupOperators is an arrayNeil Conway
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-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2008-01-02Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane
2008-01-02Correct two more copyrights found by updated script.Bruce Momjian
2008-01-01Fix some missed copyright updates.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-31Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane
2007-12-30Add sanity check to ensure delimiter and quote are different in CSV modeAndrew Dunstan
2007-12-28Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane
2007-12-27Disallow digits and lower-case ASCII letters as the delimiter in non-CSVTom Lane
2007-12-27Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.Tom Lane
2007-12-27Swap the order of testing for control characters and for column delimiter inTom Lane
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 archiver process report its progress in PS display. PerTom Lane
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-12-13Clarify log messagesPeter Eisentraut
2007-12-12Clean up unportable attempt to use #if inside a macro call, alsoTom Lane
2007-12-12Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut
2007-12-11Make CSV column ordering a bit more logical.Alvaro Herrera
2007-12-11Extend the format of CSV logs to include the additional information suppliedAlvaro Herrera
2007-12-08Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane
2007-12-07Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut
2007-12-06Change wording of logged message when cancelling an autovacuum task, usingAlvaro Herrera
2007-12-03Fix build_minmax_path() to cope if an IS NULL clause turns up in theTom Lane
2007-12-03Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,Tom Lane
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-30Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane
2007-11-29Translation updatesPeter Eisentraut
2007-11-28Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane
2007-11-28Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-28Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane
2007-11-28Proper capitalization of IspellPeter Eisentraut
2007-11-28Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut
2007-11-28Improve terminologyPeter Eisentraut
2007-11-28Fix typoPeter Eisentraut
2007-11-28Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian
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-27correct capitalizationPeter Eisentraut
2007-11-26Fix select_common_type() so that it can select a domain type, if all inputsTom Lane