Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.3.9
2008-10-10 Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert Tom Lane 8.3.5
2007-12-01 Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate Tom Lane 8.3.0
2007-09-03 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-06-28 Implement "distributed" checkpoints in which the checkpoint I/O is spread Tom Lane 8.3.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-03-26 Allow non-superuser database owners to create procedural languages. Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2007-02-20 Remove the Query structure from the executor's API. This allows us to stop Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2007-01-23 Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR Tom Lane 8.3.0