Commits

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

DateSubjectAuthorReleases
2020-11-04 pg_rewind: Replace the hybrid list+array data structure with simplehash. Heikki Linnakangas 14.0
2020-11-04 Refactor pg_rewind for more clear decision making. Heikki Linnakangas 14.0
2020-11-04 pg_rewind: Move syncTargetDirectory() to file_ops.c Heikki Linnakangas 14.0
2020-11-02 doc: Mention UNION/ORDER BY etc. keywords in section headers. Heikki Linnakangas 14.0
2020-10-30 Fix missing validation for the new GiST sortsupport functions. Heikki Linnakangas 14.0
2020-10-26 docs: Remove notes about incompatibilies with very old versions. Heikki Linnakangas 14.0
2020-10-23 doc: Remove reference to pre-8.2 pg_dump behaviour Heikki Linnakangas 14.0
2020-10-23 Fix initialization of es_result_relations in EvalPlanQualStart(). Heikki Linnakangas 14.0
2020-10-19 Misc documentation fixes. Heikki Linnakangas 14.0
2020-10-19 Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional. Heikki Linnakangas 14.0
2020-10-19 Fix output of tsquery example in docs. Heikki Linnakangas 14.0
2020-10-19 Fix doc for full text search distance operator. Heikki Linnakangas 14.0
2020-10-19 Remove PartitionRoutingInfo struct. Heikki Linnakangas 14.0
2020-10-19 Revise child-to-root tuple conversion map management. Heikki Linnakangas 14.0
2020-10-19 Clean up code to resolve the "root target relation" in nodeModifyTable.c Heikki Linnakangas 14.0
2020-10-15 Refactor code for cross-partition updates to a separate function. Heikki Linnakangas 14.0
2020-10-14 Remove es_result_relation_info from EState. Heikki Linnakangas 14.0
2020-10-14 Include result relation info in direct modify ForeignScan nodes. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-10-02 Tidy up error reporting when converting PL/Python arrays. Heikki Linnakangas 14.0
2020-10-01 Fix incorrect assertion on number of array dimensions. Heikki Linnakangas 14.0
2020-10-01 Set right-links during sorted GiST index build. Heikki Linnakangas 14.0
2020-09-30 pgbench: Use PQExpBuffer to simplify code that constructs SQL. Heikki Linnakangas 14.0
2020-09-21 Fix checksum calculation in the new sorting GiST build. Heikki Linnakangas 14.0
2020-09-17 Add support for building GiST index by sorting. Heikki Linnakangas 14.0