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