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