Commits

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

DateSubjectAuthorReleases
2024-05-15 Fix handling of polymorphic output arguments for procedures. Tom Lane 12.20
2022-04-20 Fix breakage in AlterFunction(). Tom Lane 12.11
2021-09-21 Fix misevaluation of STABLE parameters in CALL within plpgsql. Tom Lane 12.9
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 12.8
2019-06-17 Fix more typos and inconsistencies in the tree Michael Paquier 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 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-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-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-04 Fix ExecuteCallStmt to not scribble on the passed-in parse tree. Tom Lane 12.0
2018-10-08 Track procedure calls in pg_stat_user_functions Peter Eisentraut 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-07-13 Prohibit transaction commands in security definer procedures Peter Eisentraut 12.0
2018-07-09 Add UtilityReturnsTuples() support for CALL Peter Eisentraut 12.0
2018-07-06 Allow CALL with polymorphic type arguments Peter Eisentraut 12.0