Commits

DateSubjectAuthorReleases
2017-11-30 SQL procedures Peter Eisentraut 11.0
2017-11-10 Add some const decorations to prototypes Peter Eisentraut 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-03-15 Allow referring to functions without arguments when unique Peter Eisentraut 10.0
2017-03-06 Replace LookupFuncNameTypeNames() with LookupFuncWithArgs() Peter Eisentraut 10.0
2017-02-21 Make more use of castNode() Peter Eisentraut 10.0
2017-01-16 Fix check_srf_call_placement() to handle VALUES cases correctly. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-18 Fix handling of argument and result datatypes for partial aggregation. Tom Lane 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-06-27 Avoid passing NULL to memcmp() in lookups of zero-argument functions. Tom Lane 9.5.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-15 TABLESAMPLE, SQL Standard and extensible Simon Riggs 9.5.0
2015-05-01 Deparse named arguments to use the new => operator instead of := Robert Haas 9.5.0