aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/catalogs.sgml
Commit message (Expand)AuthorAge
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane2011-11-28
* Further review of range-types patch.Tom Lane2011-11-18
* Support range data types.Heikki Linnakangas2011-11-03
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Add mention that UTC really means UT1.Bruce Momjian2011-09-05
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Minor improvement to pg_seclabel documentation.Robert Haas2011-07-20
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Doc clarification for pg_locks columns.Bruce Momjian2011-07-15
* Use clearer woring for pg_locks columns, identifying which items areBruce Momjian2011-07-13
* Fix omissions in documentation of the pg_roles view.Tom Lane2011-07-03
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Documentation improvements for pg_locks with respect to SSI.Robert Haas2011-06-24
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Document guc context values, and reference them from the config doc section.Bruce Momjian2011-03-17
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Assorted editing for collation documentation.Tom Lane2011-03-08
* Adjust documentation about pg_pltemplate to reflect latest thinking.Tom Lane2011-03-05
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Additional required docs for pg_constraint catalog entrySimon Riggs2011-02-15
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* remove tags.Bruce Momjian2011-02-06
* Improve docs for pg_authid encryption description with better markup andBruce Momjian2011-01-31
* In pg_authid.rolpassword docs, make "md5" appear as a literal.Bruce Momjian2011-01-31
* Rephrase pg_conversion description to avoid splitting link across page.Tom Lane2011-01-27
* Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane2011-01-25
* Show correct datatype for pg_class.relpersistence, plus a typo fix.Tom Lane2011-01-19
* Remove pg_am.amindexnulls.Tom Lane2011-01-08
* Basic foreign table support.Robert Haas2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Document replacement of pg_class.relistemp with relpersistence.Robert Haas2010-12-13
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24