Commits

Showing commits that first shipped in 9.1 (backpatches included). Clear

DateSubjectAuthorReleases
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.1.24
2011-04-18 Fix handling of collations in multi-row VALUES constructs. Tom Lane 9.1.0
2011-03-22 Reimplement planner's handling of MIN/MAX aggregate optimization (again). Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2011-03-04 Allow non-superusers to create (some) extensions. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-23 Add a relkind field to RangeTblEntry to avoid some syscache lookups. Tom Lane 9.1.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. 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-10 Fix improper matching of resjunk column names for FOR UPDATE in subselect. 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
2011-01-25 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane 9.1.0
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.1.0
2010-12-07 Add a stack overflow check to copyObject(). Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-11-04 Reimplement planner's handling of MIN/MAX aggregate optimization. Tom Lane 9.1.0
2010-10-31 Provide hashing support for arrays. 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-10-15 Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. Tom Lane 9.1.0