Commits

DateSubjectAuthorReleases
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 10.6
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 11.0
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-02-10 Fix oversight in CALL argument handling, and do some minor cleanup. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 11.0
2017-10-16 Fix incorrect handling of CTEs and ENRs as DML target relations. Tom Lane 11.0
2017-10-16 Fix incorrect handling of CTEs and ENRs as DML target relations. Tom Lane 10.1
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-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-01-25 Remove vestigial resolveUnknown arguments from transformSortClause etc. 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-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2016-12-23 Replace enum InhOption with simple boolean. Tom Lane 10.0
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. Tom Lane 9.6.0
2016-03-10 Refactor pull_var_clause's API to make it less tedious to extend. Tom Lane 9.6.0
2016-02-11 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 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