Commits

DateSubjectAuthorReleases
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 11.0
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 12.0
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 10.5
2018-04-23 Fix handling of partition bounds for boolean partitioning columns. Tom Lane 10.4
2018-04-23 Fix handling of partition bounds for boolean partitioning columns. Tom Lane 11.0
2018-02-10 Fix oversight in CALL argument handling, and do some minor cleanup. Tom Lane 11.0
2018-02-05 Fix RelationBuildPartitionKey's processing of partition key expressions. Tom Lane 10.2
2018-02-05 Fix RelationBuildPartitionKey's processing of partition key expressions. Tom Lane 11.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 11.0
2017-07-13 Fix dumping of FUNCTION RTEs that contain non-function-call expressions. Tom Lane 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-03-10 Change the relkind for partitioned tables from 'P' to 'p'. Tom Lane 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2017-01-13 Fix some more regression test row-order-instability issues. Tom Lane 10.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2001-03-30 Re-allow specification of a new default value for an inherited column Tom Lane 7.1.1