Commits

DateSubjectAuthorReleases
2022-04-06 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. Tom Lane 15.0
2022-03-21 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. Tom Lane 15.0
2021-04-16 Split function definitions out of system_views.sql into a new file. Tom Lane 14.0
2021-02-02 Build in some knowledge about foreign-key relationships in the catalogs. Tom Lane 14.0
2020-01-29 Invent "trusted" extensions, and remove the pg_pltemplate catalog. Tom Lane 13.0
2019-01-04 Move the built-in conversions into the initial catalog data. Tom Lane 12.0
2018-05-03 Rearrange makefile rules for running Gen_fmgrtab.pl. Tom Lane 11.0
2018-04-26 Avoid parsing catalog data twice during BKI file construction. Tom Lane 11.0
2018-04-08 Replace our traditional initial-catalog-data format with a better design. Tom Lane 11.0
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 10.4
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.5.13
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.4.18
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.3.23
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.6.9
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2010-01-06 Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is Tom Lane 9.0.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-05-12 Do some minor code refactoring in preparation for changing the APIs of Tom Lane 8.4.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0