aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix get_actual_variable_range() to cope with broken HOT chains.Tom Lane2019-07-12
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Avoid fetching past the end of the indoption array.Tom Lane2019-04-07
* Fix off-by-one error in txid_status().Thomas Munro2019-03-27
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Restore RI trigger sanity checkAlvaro Herrera2019-03-20
* Clean up planner confusion between ncolumns and nkeycolumns.Tom Lane2019-02-12
* Defend against null error message reported by libxml2.Tom Lane2019-02-08
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-24
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-10-16
* MAXALIGN the target address where we store flattened value.Amit Kapila2018-10-03
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Fix over-allocation of space for array_out()'s result string.Tom Lane2018-09-24
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth2018-08-28
* Fix typos.Thomas Munro2018-08-27
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Document security implications of qualified names.Noah Misch2018-07-28
* Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane2018-07-19
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane2018-07-13
* Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund2018-07-04
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Set correct context for XPath evaluationAlvaro Herrera2018-06-21
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Suppress -Wshift-negative-value warnings.Tom Lane2018-06-17
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Add missing serial commasPeter Eisentraut2018-06-07
* Initialize new jsonb iterator to zeroPeter Eisentraut2018-05-28
* Make numeric power() handle NaNs according to the modern POSIX spec.Tom Lane2018-05-17
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-16
* Fix file paths in commentsMagnus Hagander2018-05-14
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-09
* Improve jsonb cast error messageTeodor Sigaev2018-05-09