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
*
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
*
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
*
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
*
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
*
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
*
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
*
Avoid multiple free_struct_lconv() calls on same data.
Tom Lane
2016-02-28
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
*
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
*
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-12-01
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-17
*
Message improvements
Peter Eisentraut
2015-11-16
*
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-16
*
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-15
*
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-12
*
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
*
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
*
Add recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
*
Second try at fixing O(N^2) problem in foreign key references.
Tom Lane
2015-09-25
*
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
*
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-15
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
2015-09-11
*
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-06
[next]