aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Reject out-of-range dates in date_in().Tom Lane2006-02-09
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-26
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane2005-12-30
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* Teach deparsing of CASE expressions to cope with the simplified formsTom Lane2005-12-10
* Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian2005-12-03
* Check for overflow in strtol() while parsing datetime inputs.Tom Lane2005-12-01
* Rearrange code in pg_atoi() to avoid assuming that isspace() cannotTom Lane2005-11-30
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove a gratuitous string difference (does not affect translations).Peter Eisentraut2005-11-04
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Update a couple of obsolete comments.Tom Lane2005-10-29
* Message correctionsPeter Eisentraut2005-10-29
* Add comment documenting actual failure case of usingBruce Momjian2005-10-27
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-25
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
* Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane2005-10-20
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-18
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane2005-10-15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-11
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Marginal performance improvement in aclmask(): don't bother withTom Lane2005-10-07
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Fix confusion between relfilenode and Oid.Alvaro Herrera2005-09-29
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-16
* Update two comments to refer to use the new list API names.Neil Conway2005-09-16
* timestamptz_izone should return the input, not NULL, when the inputTom Lane2005-09-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane2005-08-26
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-25
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-25
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-25
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-24
* Add hint for to_char(interval) invalid format specifications.Bruce Momjian2005-08-18
* Fix to_char(interval) to return proper year and century values.Bruce Momjian2005-08-18
* More formatting.c cleanups.Bruce Momjian2005-08-17
* Small cleanup.Bruce Momjian2005-08-17
* Adjust to_char/from_char code to use boolean "is_to_char" rather thanBruce Momjian2005-08-17
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-15
* array_in() and array_recv() need to be more paranoid about validatingTom Lane2005-08-15