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 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
*
Prevent possible crash reading pg_stat_activity.
Robert Haas
2016-04-21
*
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-13
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Add comment about intentional fallthrough in switch.
Tom Lane
2016-04-10
*
Create default roles
Stephen Frost
2016-04-08
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
*
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
*
Zeroing unused parts ducring tsquery construction.
Teodor Sigaev
2016-04-07
*
Phrase full text search.
Teodor Sigaev
2016-04-07
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-04
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
*
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
*
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
*
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
*
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
*
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
*
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-28
*
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
*
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-27
*
Use correct GetDatum function.
Robert Haas
2016-03-24
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
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
*
Introduce parse_ident()
Teodor Sigaev
2016-03-18
*
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
*
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
*
Fix j2day() to behave sanely for negative Julian dates.
Tom Lane
2016-03-16
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Fix typos.
Robert Haas
2016-03-15
*
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
[next]