Commits

DateSubjectAuthorReleases
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-08-10 Improve the error message when creating an empty range partition. Robert Haas 10.0
2017-05-13 Teach \d+ to show partitioning constraints. Robert Haas 10.0
2017-03-03 Improve error reporting for tuple-routing failures. Robert Haas 10.0
2017-01-24 Reindent table partitioning code. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-07-29 Eliminate a few more user-visible "cache lookup failed" errors. Robert Haas 9.6.0
2016-07-26 Change various deparsing functions to return NULL for invalid input. Robert Haas 9.6.0
2016-04-27 Fix EXPLAIN VERBOSE output for parallel aggregate. Robert Haas 9.6.0
2016-04-27 Fix pg_get_functiondef to dump parallel-safety markings. Robert Haas 9.6.0
2015-05-01 Deparse named arguments to use the new => operator instead of := Robert Haas 9.5.0
2015-05-01 Allow FDWs and custom scan providers to replace joins with scans. Robert Haas 9.5.0
2014-11-07 Introduce custom path and scan providers. Robert Haas 9.5.0
2013-10-31 Use appendStringInfoString instead of appendStringInfo where possible. Robert Haas 9.4.0
2013-07-02 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. Robert Haas 9.4.0
2011-11-30 Improve table locking behavior in the face of current DDL. Robert Haas 9.2.0
2011-07-09 Try to acquire relation locks in RangeVarGetRelid. Robert Haas 9.2.0
2010-07-22 Add options to force quoting of all identifiers. Robert Haas 9.1.0
2010-02-14 Wrap calls to SearchSysCache and related functions using macros. Robert Haas 9.0.0