Commits

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

DateSubjectAuthorReleases
2020-08-02 Use int64 instead of long in incremental sort code David Rowley 13.0
2020-07-28 Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join David Rowley 13.0
2020-07-28 Doc: Improve documentation for pg_jit_available() David Rowley 13.0
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 13.0
2020-07-08 Fix whitespace in HashAgg EXPLAIN ANALYZE David Rowley 13.0
2020-07-01 Further adjustments to Hashagg EXPLAIN ANALYZE output David Rowley 13.0
2020-06-19 Fix EXPLAIN ANALYZE for parallel HashAgg plans David Rowley 13.0
2020-06-12 Add missing extern keyword for a couple of numutils functions David Rowley 13.0
2020-06-09 Fix invalid function references in a few comments David Rowley 13.0
2020-04-22 Remove bogus Assert in foreign key cloning code David Rowley 13.0
2020-04-18 Fix possible crash with GENERATED ALWAYS columns David Rowley 13.0
2020-04-16 Remove unneeded constraint dependency tracking David Rowley 13.0
2020-04-08 Modify additional power 2 calculations to use new helper functions David Rowley 13.0
2020-04-08 Modify various power 2 calculations to use new helper functions David Rowley 13.0
2020-04-08 Add functions to calculate the next power of 2 David Rowley 13.0
2020-04-02 Attempt to stabilize partitionwise_aggregate test David Rowley 13.0
2020-03-30 Attempt to fix unstable regression tests, take 2 David Rowley 13.0
2020-03-29 Attempt to fix unstable regression tests David Rowley 13.0
2020-03-28 Trigger autovacuum based on number of INSERTs David Rowley 13.0
2019-07-22 Use appendBinaryStringInfo in more places where the length is known David Rowley 13.0
2019-07-22 Make better use of the new List implementation in a couple of places David Rowley 13.0
2019-07-21 Adjust overly strict Assert David Rowley 13.0
2019-07-21 Speed up finding EquivalenceClasses for a given set of rels David Rowley 13.0
2019-07-12 Fix RANGE partition pruning with multiple boolean partition keys David Rowley 13.0
2019-07-10 Fix missing calls to table_finish_bulk_insert during COPY, take 2 David Rowley 13.0