index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
Commit message (
Expand
)
Author
Age
*
Reject out-of-range dates in date_in().
Tom Lane
2006-02-09
*
Fix display of whole-row Var appearing at the top level of a SELECT list.
Tom Lane
2006-01-26
*
Repair problems with the result of lookup_rowtype_tupdesc() possibly being
Tom Lane
2006-01-17
*
Arrange to set the LC_XXX environment variables to match our locale setup.
Tom Lane
2006-01-05
*
Repair EXPLAIN failure when trying to display a plan condition that involves
Tom Lane
2005-12-30
*
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-22
*
Teach deparsing of CASE expressions to cope with the simplified forms
Tom Lane
2005-12-10
*
Allow to_char(interval) and to_char(time) to use AM/PM specifications.
Bruce Momjian
2005-12-03
*
Check for overflow in strtol() while parsing datetime inputs.
Tom Lane
2005-12-01
*
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
Tom Lane
2005-11-30
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Remove a gratuitous string difference (does not affect translations).
Peter Eisentraut
2005-11-04
*
Disregard superuserness when checking to see if a role GRANT would
Tom Lane
2005-11-04
*
Update a couple of obsolete comments.
Tom Lane
2005-10-29
*
Message corrections
Peter Eisentraut
2005-10-29
*
Add comment documenting actual failure case of using
Bruce Momjian
2005-10-27
*
Remove justify_hours call from interval_mul and interval_div, and make
Tom Lane
2005-10-25
*
minor code cleanup - replace useless struct timezone argument to
Andrew Dunstan
2005-10-22
*
Adjust not-too-sane calculation of DDD value for to_char(interval).
Tom Lane
2005-10-20
*
Code review for regexp_replace patch. Improve documentation and comments,
Tom Lane
2005-10-18
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
*
Fix thinko in pg_read_file: testing for negative result is not the way
Tom Lane
2005-10-15
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Allow times of 24:00:00 to match rounding behavior:
Bruce Momjian
2005-10-14
*
Document that get_attstatsslot/free_attstatsslot only need to be passed
Tom Lane
2005-10-11
*
Fix the problem of GRANTs creating "dangling" privileges not directly
Tom Lane
2005-10-10
*
Fix (hopefully for the last time) problems with datetime values displaying
Tom Lane
2005-10-09
*
Marginal performance improvement in aclmask(): don't bother with
Tom Lane
2005-10-07
*
When a function not returning RECORD has a single OUT parameter, use
Tom Lane
2005-10-06
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
*
Fix confusion between relfilenode and Oid.
Alvaro Herrera
2005-09-29
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
Neil Conway
2005-09-16
*
Update two comments to refer to use the new list API names.
Neil Conway
2005-09-16
*
timestamptz_izone should return the input, not NULL, when the input
Tom Lane
2005-09-09
*
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-09
*
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-29
*
The idea of using _strncoll() on Windows doesn't work. Revert to same
Tom Lane
2005-08-26
*
Factor out the common subexpression month_remainder * DAYS_PER_MONTH
Tom Lane
2005-08-25
*
Back out pfrees for justify_hour function calls.
Bruce Momjian
2005-08-25
*
Fix memory leak when using justify_hours.
Bruce Momjian
2005-08-25
*
Add small hack to support use of Unicode-based locales on WIN32. This
Tom Lane
2005-08-24
*
Add hint for to_char(interval) invalid format specifications.
Bruce Momjian
2005-08-18
*
Fix to_char(interval) to return proper year and century values.
Bruce Momjian
2005-08-18
*
More formatting.c cleanups.
Bruce Momjian
2005-08-17
*
Small cleanup.
Bruce Momjian
2005-08-17
*
Adjust to_char/from_char code to use boolean "is_to_char" rather than
Bruce Momjian
2005-08-17
*
Rename pg_stat_file columns to be more consistent. Split apart change
Bruce Momjian
2005-08-15
*
array_in() and array_recv() need to be more paranoid about validating
Tom Lane
2005-08-15
[next]