Commits

DateSubjectAuthorReleases
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.2.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.3.0
2012-06-28 Make UtilityContainsQuery recurse until it finds a non-utility Query. Tom Lane 9.2.0
2012-06-28 Make UtilityContainsQuery recurse until it finds a non-utility Query. Tom Lane 9.3.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-11-21 Further code review for range types patch. Tom Lane 9.2.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-12 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. Tom Lane 9.1.0
2011-02-10 Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. Tom Lane 9.1.0
2011-02-09 Implement "ALTER EXTENSION ADD object". Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-10-25 Allow new values to be added to an existing enum type. Tom Lane 9.1.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.0.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.1.0
2010-02-20 Clean up handling of XactReadOnly and RecoveryInProgress checks. Tom Lane 9.0.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2010-01-17 Improve the handling of SET CONSTRAINTS commands by having them search Tom Lane 9.0.0
2010-01-15 Do parse analysis of an EXPLAIN's contained statement during the normal Tom Lane 9.0.0
2009-12-15 Add a hook to let loadable modules get control at ProcessUtility execution, Tom Lane 9.0.0
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 7.4.27
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.0.23
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.1.19
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.2.15
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.3.9
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.4.2