aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix Windows portability issue in 23a27b039d94ba35.Tom Lane2016-03-12
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-11
* Tsvector editing functionsTeodor Sigaev2016-03-11
* Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane2016-03-10
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.Robert Haas2016-03-10
* Add a generic command progress reporting facility.Robert Haas2016-03-09
* Fix typo in comment.Robert Haas2016-03-04
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Create stub functions to support pg_upgrade of old contrib/tsearch2.Tom Lane2016-03-02
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-28
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Further fixing to make pg_size_bytes() portable.Dean Rasheed2016-02-20
* Fix pg_size_bytes() to be more portable.Dean Rasheed2016-02-20
* Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed2016-02-20
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-17
* Improve error reporting in format()Teodor Sigaev2016-02-11
* Re-pgindent varlena.c.Tom Lane2016-02-08
* Rename typedef "string" to "VarString".Tom Lane2016-02-08
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-06
* Fix small goof in comment.Robert Haas2016-02-05
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-04
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-03
* Yet further adjust degree-based trig functions for more portability.Tom Lane2016-01-24
* Still further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Add trigonometric functions that work in degrees.Tom Lane2016-01-22
* Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane2016-01-22
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Make extract() do something more reasonable with infinite datetimes.Tom Lane2016-01-21
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane2016-01-09
* Add scale(numeric)Alvaro Herrera2016-01-05
* Make the to_reg*() functions accept text not cstring.Tom Lane2016-01-05
* 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
* Update copyright for 2016Bruce Momjian2016-01-02
* 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
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-14
* Improve some messagesPeter Eisentraut2015-12-10