Commits

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

DateSubjectAuthorReleases
2021-07-04 Doc: mention that VACUUM can't utilize over 1GB of RAM David Rowley 14.0
2021-06-21 Fix assert failure in expand_grouping_sets David Rowley 14.0
2021-06-11 Use the correct article for abbreviations David Rowley 14.0
2021-06-10 Fix an asssortment of typos in brin_minmax_multi.c and mcv.c David Rowley 14.0
2021-06-04 Doc: Fix some spelling mistakes David Rowley 14.0
2021-06-04 Clean up some questionable usages of DatumGet* macros David Rowley 14.0
2021-06-04 Adjust locations which have an incorrect copyright year David Rowley 14.0
2021-06-03 Standardize usages of appendStringInfo and appendPQExpBuffer David Rowley 14.0
2021-05-25 Fix setrefs.c code for Result Cache nodes David Rowley 14.0
2021-05-24 Add missing NULL check when building Result Cache paths David Rowley 14.0
2021-05-22 Fix planner's use of Result Cache with unique joins David Rowley 14.0
2021-05-17 Fix typo and outdated information in README.barrier David Rowley 14.0
2021-05-14 Convert misleading while loop into an if condition David Rowley 14.0
2021-05-11 Doc: Remove outdated note about run-time partition pruning David Rowley 14.0
2021-05-08 Move memory accounting Asserts for Result Cache code David Rowley 14.0
2021-04-30 Adjust EXPLAIN output for parallel Result Cache plans David Rowley 14.0
2021-04-10 Improve slightly misleading comments in nodeFuncs.c David Rowley 14.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation David Rowley 14.0
2021-04-08 Cleanup partition pruning step generation David Rowley 14.0
2021-04-06 Fix compiler warning for MSVC in libpq_pipeline.c David Rowley 14.0
2021-04-06 Fix compiler warning in fe-trace.c for MSVC David Rowley 14.0
2021-04-02 Remove useless Asserts in Result Cache code David Rowley 14.0
2021-04-02 Attempt to fix unstable Result Cache regression tests David Rowley 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0