Commits

DateSubjectAuthorReleases
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 11.1
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 11.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 11.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 11.0
2018-07-09 Add UtilityReturnsTuples() support for CALL Peter Eisentraut 12.0
2018-07-06 Allow CALL with polymorphic type arguments Peter Eisentraut 11.0
2018-07-06 Allow CALL with polymorphic type arguments Peter Eisentraut 12.0
2018-04-27 Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-14 Support named and default arguments in CALL Peter Eisentraut 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-14 Support INOUT arguments in procedures Peter Eisentraut 11.0
2018-03-02 Add prokind column, replacing proisagg and proiswindow Peter Eisentraut 11.0