Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-30 Allow estimate_num_groups() to pass back further details about the estimation David Rowley 14.0
2021-03-30 Fix compiler warning in unistr function David Rowley 14.0
2021-03-30 Allow users of simplehash.h to perform direct deletions David Rowley 14.0
2021-03-29 Adjust design of per-worker parallel seqscan data struct David Rowley 14.0
2021-03-29 Cache if PathTarget and RestrictInfos contain volatile functions David Rowley 14.0
2021-02-27 Add missing TidRangeScan readfunc David Rowley 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-01-25 Fix hypothetical bug in heap backward scans David Rowley 14.0
2020-11-25 Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1 David Rowley 14.0
2020-11-24 Tidy up definitions of pg_attribute_hot and pg_attribute_cold David Rowley 14.0
2020-11-24 Fix unportable usage of __has_attribute David Rowley 14.0
2020-11-23 Improve compiler code layout in elog/ereport ERROR calls David Rowley 14.0
2020-11-23 Define pg_attribute_cold and pg_attribute_hot macros David Rowley 14.0
2020-11-02 Fix unstable partition_prune regression tests David Rowley 14.0
2020-11-02 Allow run-time pruning on nested Append/MergeAppend nodes David Rowley 14.0
2020-10-25 Fix incorrect parameter name in a function header comment David Rowley 14.0
2020-10-22 Optimize a few list_delete_ptr calls David Rowley 14.0
2020-10-18 Prevent overly large and NaN row estimates in relations David Rowley 14.0
2020-10-15 Fixup some appendStringInfo and appendPQExpBuffer calls David Rowley 14.0
2020-09-30 Doc: Improve clarity on partitioned table limitations David Rowley 14.0
2020-09-28 Improve pg_list.h's linitial(), lsecond() and co macros David Rowley 14.0
2020-09-16 Optimize compactify_tuples function David Rowley 14.0
2020-09-15 Report resource usage at the end of recovery David Rowley 14.0
2020-09-15 Allow incremental sorts for windowing functions David Rowley 14.0