Commits

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

DateSubjectAuthorReleases
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 12.19
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 12.15
2022-08-01 Check maximum number of columns in function RTEs, too. Tom Lane 12.12
2022-07-21 Fix ruleutils issues with dropped cols in functions-returning-composite. Tom Lane 12.12
2022-05-18 Check column list length in XMLTABLE/JSON_TABLE alias Alvaro Herrera 12.12
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-01-31 Allow RECORD and RECORD[] to be specified in function coldeflists. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-10-16 Correct constness of system attributes in heap.c & prerequisites. Andres Freund 12.0
2018-10-01 Add assertions that we hold some relevant lock during relation open. Tom Lane 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-09-18 Add a debugging option to stress-test outfuncs.c and readfuncs.c. Tom Lane 12.0