Commits

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

DateSubjectAuthorReleases
2021-01-28 Don't add bailout adjustment for non-strict deserialize calls. Andrew Gierth 11.11
2020-11-24 Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 11.11
2020-11-12 pg_trgm: fix crash in 2-item picksplit Andrew Gierth 11.11
2020-04-25 Fix error case for CREATE ROLE ... IN ROLE. Andrew Gierth 11.8
2020-02-05 Force tuple conversion when the source has missing attributes. Andrew Gierth 11.7
2019-11-06 Request small targetlist for input to WindowAgg. Andrew Gierth 11.6
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 11.6
2019-06-30 Repair logic for reordering grouping sets optimization. Andrew Gierth 11.5
2019-06-15 Prefer timezone name "UTC" over alternative spellings. Andrew Gierth 11.4
2019-05-23 Fix array size allocation for HashAggregate hash keys. Andrew Gierth 11.4
2019-02-04 Move port-specific parts of with_temp_install to port makefile. Andrew Gierth 11.2
2019-01-17 Postpone aggregate checks until after collation is assigned. Andrew Gierth 11.2
2019-01-07 doc: document that INFO messages always go to client. Andrew Gierth 11.2
2018-11-24 Fix hstore hash function for empty hstores upgraded from 8.4. Andrew Gierth 11.2
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 11.2
2018-09-16 Fix out-of-tree build for transform modules. Andrew Gierth 11.0
2018-09-12 Repair bug in regexp split performance improvements. Andrew Gierth 11.0
2018-09-11 Repair double-free in SP-GIST rescan (bug #15378) Andrew Gierth 11.0
2018-09-07 Refactor installation of extension headers. Andrew Gierth 11.0
2018-09-05 Allow extensions to install built as well as unbuilt headers. Andrew Gierth 11.0
2018-08-28 postgres_fdw: don't push ORDER BY with no vars (bug #15352) Andrew Gierth 11.0
2018-08-28 Avoid quadratic slowdown in regexp match/split functions. Andrew Gierth 11.0
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 11.0
2018-08-23 Reduce an unnecessary O(N^3) loop in lexer. Andrew Gierth 11.0
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 11.0