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
*
Suppress -Wunused-result warning for strtol().
Tom Lane
2016-08-16
*
Fix typos
Peter Eisentraut
2016-08-16
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
*
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-29
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
*
Fix typo
Peter Eisentraut
2016-07-25
*
Message style improvements
Peter Eisentraut
2016-07-25
*
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-16
*
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
*
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-15
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Fix typo in comment.
Fujii Masao
2016-07-06
*
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
*
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
*
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-27
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Fix small memory leak in partial-aggregate deserialization functions.
Tom Lane
2016-06-23
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
Inline the easy cases in MakeExpandedObjectReadOnly().
Tom Lane
2016-06-03
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
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 tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
*
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-05
*
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
*
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
*
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-25
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Properly mark initRectBox() as taking 'void' args
Bruce Momjian
2016-04-23
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
[next]