Commits

DateSubjectAuthorReleases
2015-09-25 Second try at fixing O(N^2) problem in foreign key references. Tom Lane 9.4.5
2015-09-25 Second try at fixing O(N^2) problem in foreign key references. Tom Lane 9.6.0
2015-09-15 Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 9.5.0
2015-09-15 Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 9.6.0
2015-09-15 Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 9.3.10
2015-09-15 Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 9.4.5
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2012-06-21 Remove incomplete/incorrect support for zero-column foreign keys. Tom Lane 9.3.0
2012-06-20 Cache the results of ri_FetchConstraintInfo in a backend-local cache. Tom Lane 9.3.0
2012-06-20 Improve tests for whether we can skip queueing RI enforcement triggers. Tom Lane 9.3.0
2012-06-19 Share RI trigger code between NO ACTION and RESTRICT cases. Tom Lane 9.3.0
2012-06-19 Improve comments about why SET DEFAULT triggers must recheck for matches. Tom Lane 9.3.0
2012-06-18 Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. Tom Lane 9.3.0
2012-06-18 Remove derived fields from RI_QueryKey, and do a bit of other cleanup. Tom Lane 9.3.0
2012-06-18 Update SQL spec references in ri_triggers code to match SQL:2008. Tom Lane 9.3.0
2012-06-18 Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec. Tom Lane 9.3.0
2012-06-18 Refer to the default foreign key match style as MATCH SIMPLE internally. Tom Lane 9.3.0
2011-10-06 Improve and simplify CREATE EXTENSION's management of GUC variables. Tom Lane 9.1.2
2011-10-06 Improve and simplify CREATE EXTENSION's management of GUC variables. Tom Lane 9.2.0
2011-10-04 Improve define_custom_variable's handling of pre-existing settings. Tom Lane 9.2.0
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0