Commits

DateSubjectAuthorReleases
2012-01-07 Rename the internal structures of the CREATE TABLE (LIKE ...) facility Peter Eisentraut 9.2.0
2011-12-23 Improve planner's handling of duplicated index column expressions. Tom Lane 9.2.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-11-14 Return FALSE instead of throwing error for comparisons with empty ranges. Tom Lane 9.2.0
2011-04-14 Fix toast table creation. Robert Haas 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2009-12-15 Support ORDER BY within aggregate function calls, at long last providing a Tom Lane 9.0.0
2008-08-05 Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, Tom Lane 8.4.0
2007-11-24 Add regression tests for MONEY type. D'Arcy J.M. Cain 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2006-05-02 GIN: Generalized Inverted iNdex. Teodor Sigaev 8.2.0
2005-04-07 Fix minor breakage to regression tests induced in previous commit -- I had Neil Conway 8.1.0
2004-05-10 Promote row expressions to full-fledged citizens of the expression syntax, Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-03-11 Revise int2/int4/int8/float4/float8 input routines to allow for Neil Conway 8.0.0
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2003-06-25 Includes: Bruce Momjian 7.4.1
2003-03-20 Update for new serial functionality. Bruce Momjian 7.4.1
2002-11-23 Fix regression test breakage from triggers patch. Tom Lane 7.4.1
2002-11-21 Finish implementation of hashed aggregation. Add enable_hashagg GUC Tom Lane 7.4.1
2002-10-21 Fix ALTER TABLE ... ADD COLUMN for inheritance cases. Bruce Momjian 7.3.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2001-11-20 Bruce's octet_length change breaks this regression test. Tom Lane 7.2.1
2001-09-28 Add separate regression tests for timetz and the new timestamptz type. Thomas G. Lockhart 7.2.1
2001-08-27 Add some minimal exercising of functional-index feature to regression Tom Lane 7.2.1