Commits

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

DateSubjectAuthorReleases
2022-05-20 Fix DDL deparse of CREATE OPERATOR CLASS Alvaro Herrera 13.8
2021-09-15 Disallow LISTEN in background workers. Tom Lane 13.5
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 13.2
2020-09-13 Use the properly transformed RangeVar for expandTableLikeClause(). Tom Lane 13.0
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-05-13 Dial back -Wimplicit-fallthrough to level 3 Alvaro Herrera 13.0
2020-05-12 Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS Alvaro Herrera 13.0
2020-04-08 Revert 0f5ca02f53 Alexander Korotkov 13.0
2020-04-07 Implement waiting for given lsn at transaction start Alexander Korotkov 13.0
2020-03-06 Allow ALTER TYPE to change some properties of a base type. Tom Lane 13.0
2020-03-02 Represent command completion tags as structs Alvaro Herrera 13.0
2020-01-30 Clean up newlines following left parentheses Alvaro Herrera 13.0
2020-01-19 Silence minor compiler warnings. Tom Lane 13.0
2020-01-16 Fix problems with "read only query" checks, and refactor the code. Robert Haas 13.0
2020-01-15 Restructure ALTER TABLE execution to fix assorted bugs. Tom Lane 13.0
2020-01-04 Make better use of ParseState in ProcessUtility Peter Eisentraut 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-13 Introduce the 'force' option for the Drop Database command. Amit Kapila 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-11-06 Correct the command tags for ALTER ... RENAME COLUMN. Fujii Masao 13.0
2019-11-01 PG_FINALLY Peter Eisentraut 13.0
2019-09-10 Allow setting statistics target for extended statistics Tomas Vondra 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0