Commits

DateSubjectAuthorReleases
2020-03-10 Preserve integer and float values accurately in (de)serialize_deflist. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 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-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.1.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-06-14 Refactor the handling of the various DropStmt variants so that when multiple Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-11-28 Make a cleanup pass over error reports in tsearch code. Use ereport Tom Lane 8.3.0
2007-08-22 Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during Tom Lane 8.3.0
2007-08-22 Remove option to change parser of an existing text search configuration. Tom Lane 8.3.0
2007-08-22 Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the Tom Lane 8.3.0
2007-08-21 Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate 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