aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/catalogs.sgml
Commit message (Expand)AuthorAge
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Document pg_statistic_ext.stxstattargetTomas Vondra2020-03-18
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Record parents of triggersAlvaro Herrera2020-02-27
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* doc: Use proper em and en dashesPeter Eisentraut2019-10-25
* Doc: improve docs about pg_statistic_ext_data.Tom Lane2019-10-06
* Doc: Improve wording of multiple places in documentationMichael Paquier2019-08-20
* docs: remove pg_roles mention of the oid column being displayedBruce Momjian2019-07-10
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Doc: remove obsolete description of oid column as being "hidden".Tom Lane2019-07-01
* Fix description of pg_class.relam for table access methodsMichael Paquier2019-06-20
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Fix some documentation about access methodsMichael Paquier2019-05-29
* docs: cleanup/remove/update references to OID column.Andres Freund2019-04-17
* table: docs: fix typos and grammar.Andres Freund2019-04-05
* tableam: basic documentation.Andres Freund2019-04-03
* Generated columnsPeter Eisentraut2019-03-30
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Redesign the partition dependency mechanism.Tom Lane2019-02-11
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Make type "name" collation-aware.Tom Lane2018-12-19
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Refactor documentation about privileges to centralize the info.Tom Lane2018-12-03
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-01
* Improve description of pg_attrdef in documentationMichael Paquier2018-10-29
* Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier2018-10-22
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Add 'n' to list of possible values to pg_default_acl.defaclobjtypeAlvaro Herrera2018-08-03
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Block replication slot advance for these not yet reserving WALMichael Paquier2018-07-11
* Add relkind 'I' to catalog.sgml's list relkindsAlvaro Herrera2018-05-09
* Documentation updates for partitioning.Robert Haas2018-05-07
* Assorted minor doc/comment fixes.Tom Lane2018-04-28
* Improve covering index documentationTeodor Sigaev2018-04-09
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-22
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21