index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-15
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
*
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
*
Fix typo in comment.
Etsuro Fujita
2019-08-07
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Translation updates
Peter Eisentraut
2019-08-05
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Fix busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
*
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-29
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-16
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
*
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-12
*
Fix compile failure
Alvaro Herrera
2019-07-10
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
*
Pass QueryEnvironment down to EvalPlanQual's EState.
Thomas Munro
2019-07-10
*
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-09
*
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-03
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
*
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
*
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-28
*
Fix misleading comment in nodeIndexonlyscan.c.
Thomas Munro
2019-06-28
*
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
*
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-27
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
Fix thinkos in LookupFuncName() for function name lookups
Michael Paquier
2019-06-25
*
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
*
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-21
*
Fix description of WAL record XLOG_BTREE_META_CLEANUP
Michael Paquier
2019-06-19
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
*
Translation updates
Peter Eisentraut
2019-06-17
*
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-06-17
[next]