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
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-11-01
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Undo inadvertent change in capitalization in commit 18fc4ec.
Andrew Dunstan
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Doc: fix missing explanation of default object privileges.
Tom Lane
2017-10-11
*
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
*
Move SPI error reporting out of ri_ReportViolation()
Peter Eisentraut
2017-10-04
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-25
*
Allow ICU to use SortSupport on Windows with UTF-8
Peter Eisentraut
2017-09-24
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
*
Fix build with !USE_WIDE_UPPER_LOWER
Peter Eisentraut
2017-09-22
*
Improve dubious memory management in pg_newlocale_from_collation().
Tom Lane
2017-09-20
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
*
Cache datatype-output-function lookup info across calls of concat().
Tom Lane
2017-09-19
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
*
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Constify numeric.c.
Andres Freund
2017-09-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
*
Try to repair poorly-considered code in previous commit.
Robert Haas
2017-08-31
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-10
*
Fix datumSerialize infrastructure to not crash on non-varlena data.
Tom Lane
2017-08-08
*
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
*
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-08-01
*
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
[next]