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