| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 113 | -228/+228 |
| * | Update float dpow() comment about whick platforms had issues with Nan. | Bruce Momjian | 2007-01-05 | 1 | -3/+3 |
| * | Simplify assignment of Inf for pow Nan (don't worry about the sign). | Bruce Momjian | 2007-01-04 | 1 | -2/+3 |
| * | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 | 2 | -45/+103 |
| * | Update pow() tests to check for both errno==EDOM _and_ result==Nan, and | Bruce Momjian | 2007-01-03 | 1 | -18/+12 |
| * | Fix erroneous error tests in pow/exp. | Tom Lane | 2007-01-03 | 1 | -4/+3 |
| * | Attempt to return proper overflow/underflow messages for platforms that | Bruce Momjian | 2007-01-03 | 1 | -6/+23 |
| * | For float4/8, remove errno checks for pow() and exp() because only some | Bruce Momjian | 2007-01-03 | 1 | -15/+11 |
| * | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 | 1 | -102/+164 |
| * | Adjust network errmsg("result is out of range") message to be consistent | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | Some platforms set errno on pow(), exp() overflow, some do not, so if | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 1 | -20/+5 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 1 | -1/+35 |
| * | Add #include <float.h> for platforms that still need it. | Bruce Momjian | 2007-01-02 | 1 | -1/+2 |
| * | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian | 2007-01-02 | 2 | -226/+153 |
| * | Found the problem with my operator-family changes: by fetching from | Tom Lane | 2006-12-31 | 1 | -4/+5 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 9 | -105/+708 |
| * | Fix multiple breakages in last XML patch. | Tom Lane | 2006-12-29 | 2 | -41/+43 |
| * | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 | 2 | -10/+74 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 1 | -3/+45 |
| * | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 | 1 | -66/+27 |
| * | Improve memory management code to avoid inefficient behavior when a context | Tom Lane | 2006-12-27 | 1 | -6/+21 |
| * | Bring some order and sanity to error handling in the xml patch. | Tom Lane | 2006-12-24 | 1 | -184/+227 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 2 | -21/+27 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 2 | -115/+186 |
| * | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 | 1 | -43/+49 |
| * | Remove unnecessary parentheses in if() statements. | Bruce Momjian | 2006-12-23 | 1 | -5/+5 |
| * | For GUC values, check for partial string matches on 'on' and 'off', but | Bruce Momjian | 2006-12-23 | 1 | -3/+4 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 8 | -415/+551 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 4 | -5/+972 |
| * | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 | 1 | -9/+47 |
| * | Put back yet another improperly-removed #include, per Mark Kirkwood. | Tom Lane | 2006-12-13 | 1 | -1/+2 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+25 |
| * | Various improvements to the GUC description strings. Punctuate and | Neil Conway | 2006-12-06 | 1 | -46/+46 |
| * | Spelling fix | Peter Eisentraut | 2006-11-29 | 1 | -2/+2 |
| * | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 | 1 | -5/+4 |
| * | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 | 1 | -3/+8 |
| * | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 | 2 | -4/+4 |
| * | Revert (too late in beta): | Bruce Momjian | 2006-11-24 | 1 | -135/+182 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 1 | -2/+2 |
| * | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 | 2 | -185/+137 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 1 | -2/+18 |
| * | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 | 1 | -2/+7 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -1/+6 |
| * | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 | 2 | -5/+6 |
| * | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 | 1 | -9/+7 |
| * | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 | 1 | -2/+5 |
| * | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 | 1 | -1/+10 |
| * | Fix pg_get_serial_sequence(), which could incorrectly return the name | Tom Lane | 2006-11-10 | 1 | -4/+6 |
| * | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |