summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05113-228/+228
* Update float dpow() comment about whick platforms had issues with Nan.Bruce Momjian2007-01-051-3/+3
* Simplify assignment of Inf for pow Nan (don't worry about the sign).Bruce Momjian2007-01-041-2/+3
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-032-45/+103
* Update pow() tests to check for both errno==EDOM _and_ result==Nan, andBruce Momjian2007-01-031-18/+12
* Fix erroneous error tests in pow/exp.Tom Lane2007-01-031-4/+3
* Attempt to return proper overflow/underflow messages for platforms thatBruce Momjian2007-01-031-6/+23
* For float4/8, remove errno checks for pow() and exp() because only someBruce Momjian2007-01-031-15/+11
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-031-102/+164
* Adjust network errmsg("result is out of range") message to be consistentBruce Momjian2007-01-021-3/+3
* Some platforms set errno on pow(), exp() overflow, some do not, so ifBruce Momjian2007-01-021-3/+3
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-021-20/+5
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-021-1/+35
* Add #include <float.h> for platforms that still need it.Bruce Momjian2007-01-021-1/+2
* Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian2007-01-022-226/+153
* Found the problem with my operator-family changes: by fetching fromTom Lane2006-12-311-4/+5
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-309-105/+708
* Fix multiple breakages in last XML patch.Tom Lane2006-12-292-41/+43
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-292-10/+74
* Add send and recv functions for xml type.Peter Eisentraut2006-12-281-3/+45
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-281-66/+27
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-271-6/+21
* Bring some order and sanity to error handling in the xml patch.Tom Lane2006-12-241-184/+227
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-242-21/+27
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-242-115/+186
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-231-43/+49
* Remove unnecessary parentheses in if() statements.Bruce Momjian2006-12-231-5/+5
* For GUC values, check for partial string matches on 'on' and 'off', butBruce Momjian2006-12-231-3/+4
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-238-415/+551
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-214-5/+972
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-151-9/+47
* Put back yet another improperly-removed #include, per Mark Kirkwood.Tom Lane2006-12-131-1/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-1/+25
* Various improvements to the GUC description strings. Punctuate andNeil Conway2006-12-061-46/+46
* Spelling fixPeter Eisentraut2006-11-291-2/+2
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-281-5/+4
* Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut2006-11-281-3/+8
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-272-4/+4
* Revert (too late in beta):Bruce Momjian2006-11-241-135/+182
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-241-2/+2
* Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian2006-11-242-185/+137
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-231-2/+18
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-211-2/+7
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-211-1/+6
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-212-5/+6
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-211-9/+7
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-171-2/+5
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-111-1/+10
* Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane2006-11-101-4/+6
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15