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
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-12-27
*
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-27
*
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-23
*
Fix failure with whole-row reference to a subquery.
Tom Lane
2013-11-11
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Plug memory leak in range_cmp function.
Heikki Linnakangas
2013-09-25
*
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-08-03
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-24
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-05-10
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Prevent execution of enum_recv() from SQL.
Tom Lane
2013-02-04
*
Reject out-of-range dates in to_date().
Tom Lane
2013-01-14
*
Revert ill-considered change of index-size fudge factor.
Tom Lane
2013-01-11
*
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-19
*
Fix the int8 and int2 cases of (minimum possible integer) % (-1).
Tom Lane
2012-11-14
*
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-13
*
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
*
Avoid planner crash/Assert failure with joins to unflattened subqueries.
Tom Lane
2012-10-03
*
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-10-02
*
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-27
*
Fix array_typanalyze to work for domains over arrays.
Tom Lane
2012-09-18
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
*
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-17
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
Fix redundant wording
Alvaro Herrera
2012-08-07
*
Make strings identical
Alvaro Herrera
2012-08-06
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-18
*
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-15
*
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
*
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
*
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-08
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Fix to_date's handling of year 519.
Tom Lane
2012-07-02
*
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-30
*
Allow pg_terminate_backend() to be used on backends with matching role.
Robert Haas
2012-06-27
*
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
*
Minor code review for json.c.
Tom Lane
2012-06-12
[next]