Commits

DateSubjectAuthorReleases
2012-04-11 Ignore missing schemas during non-interactive assignment of search_path. Tom Lane 9.1.4
2012-04-11 Silently ignore any nonexistent schemas that are listed in search_path. Tom Lane 9.2.0
2012-03-08 Fix some issues with temp/transient tables in extension scripts. Tom Lane 9.2.0
2012-03-08 Fix some issues with temp/transient tables in extension scripts. Tom Lane 9.1.4
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-08-16 Revise sinval code to remove no-longer-used tuple TID from inval messages. Tom Lane 9.2.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2011-03-11 Create an explicit concept of collations that work for any encoding. Tom Lane 9.1.0
2010-08-13 Fix Assert failure in PushOverrideSearchPath when trying to restore a search Tom Lane 8.3.12
2010-08-13 Fix Assert failure in PushOverrideSearchPath when trying to restore a search Tom Lane 8.4.5
2010-08-13 Fix Assert failure in PushOverrideSearchPath when trying to restore a search Tom Lane 9.0.0
2010-08-13 Fix Assert failure in PushOverrideSearchPath when trying to restore a search Tom Lane 9.1.0
2010-02-20 Clean up handling of XactReadOnly and RecoveryInProgress checks. Tom Lane 9.0.0
2009-10-31 Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my Tom Lane 9.0.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2009-03-31 Modify the relcache to record the temp status of both local and nonlocal 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-12-15 Arrange for the pg_foo_is_visible and has_foo_privilege families of functions Tom Lane 8.4.0
2008-09-09 Improve the plan cache invalidation mechanism to make it invalidate plans Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-08-30 Fix the raw-parsetree representation of star (as in SELECT * FROM or Tom Lane 8.4.0
2008-07-16 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-07-01 Teach autovacuum how to determine whether a temp table belongs to a crashed Tom Lane 8.4.0