Commits

DateSubjectAuthorReleases
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2020-01-29 Invent "trusted" extensions, and remove the pg_pltemplate catalog. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0
2016-09-13 Be pickier about converting between Name and Datum. Tom Lane 10.0
2012-05-31 Force PL and range-type support functions to be owned by a superuser. Tom Lane 9.2.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.1.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.2.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-02-23 Add an OR REPLACE option to CREATE LANGUAGE. Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
2009-07-12 Move some declarations in the raw-parser header files to create a clearer Tom Lane 9.0.0
2008-12-31 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, Tom Lane 8.4.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0
2007-03-26 Allow non-superuser database owners to create procedural languages. Tom Lane 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2005-09-08 Create the pg_pltemplate system catalog to hold template information Tom Lane 8.1.0