Commits

DateSubjectAuthorReleases
2009-10-28 When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node Tom Lane 9.0.0
2009-10-27 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; Tom Lane 8.4.2
2009-10-27 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; Tom Lane 9.0.0
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 8.4.2
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 9.0.0
2008-12-13 Fix failure to ensure that a snapshot is available to datatype input functions Tom Lane 8.2.12
2008-12-13 Fix failure to ensure that a snapshot is available to datatype input functions Tom Lane 8.3.6
2008-12-13 Fix failure to ensure that a snapshot is available to datatype input functions Tom Lane 8.4.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2006-04-30 Improve the representation of FOR UPDATE/FOR SHARE so that we can Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2004-06-10 Clean up generation of default names for constraints, indexes, and serial Tom Lane 8.0.0
2004-05-05 ALTER TABLE rewrite. New cool stuff: Tom Lane 8.0.0
2003-04-29 Infrastructure for deducing Param types from context, in the same way Tom Lane 7.4.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2000-12-06 Clean up handling of FOR UPDATE inside views and subselects ... make it Tom Lane 7.1.1
2000-10-07 Arrange that no database accesses are attempted during parser() --- this Tom Lane 7.1.1
2000-10-05 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the Tom Lane 7.1.1
1999-05-13 Rip out QueryTreeList structure, root and branch. Querytree Tom Lane 7.1.1