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