Commits

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

DateSubjectAuthorReleases
2022-05-20 Fix DDL deparse of CREATE OPERATOR CLASS Alvaro Herrera 11.17
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 11.11
2020-09-13 Use the properly transformed RangeVar for expandTableLikeClause(). Tom Lane 11.10
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 11.10
2019-06-26 Fix partitioned index creation with foreign partitions Alvaro Herrera 11.5
2019-04-29 Fix potential catalog corruption with temporary identity columns Peter Eisentraut 11.3
2019-01-26 Allow UNLISTEN in hot-standby mode. Tom Lane 11.2
2018-10-15 Check for stack overrun in standard_ProcessUtility(). Tom Lane 11.0
2018-07-09 Add UtilityReturnsTuples() support for CALL Peter Eisentraut 11.0
2018-06-30 pgindent run prior to branching Andrew Dunstan 11.0
2018-05-14 Don't allow partitioned index on foreign-table partitions Alvaro Herrera 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-03-31 Combine options for RangeVarGetRelidExtended() into a flags argument. Andres Freund 11.0
2018-03-28 PL/pgSQL: Nested CALL with transactions Peter Eisentraut 11.0
2018-03-23 Small refactoring Peter Eisentraut 11.0
2018-03-23 Allow FOR EACH ROW triggers on partitioned tables Alvaro Herrera 11.0
2018-03-16 Simplify parse representation of savepoint commands Peter Eisentraut 11.0
2018-03-16 Rename TransactionChain functions Peter Eisentraut 11.0
2018-03-14 Support INOUT arguments in procedures Peter Eisentraut 11.0