Skip to content

FOLLOW THE EVOLUTION

PostgreSQL 10 Catalog Changes

Start from a single upgrade and see how catalogs, columns, and types changed.
Compare any two versions, or walk forward through the release history.

PostgreSQL 9.6 → 10
pg_classStructural change
+ relispartition+ relpartbound
pg_hba_file_rulesCatalog added
+ line_number+ type+ database+ user_name+ address+ netmask+ auth_method+ options+ error
+ partrelid+ partstrat+ partnatts+ partattrs+ partclass+ partcollation+ partexprs
pg_publicationCatalog added
+ oid+ pubname+ pubowner+ puballtables+ pubinsert+ pubupdate+ pubdelete
pg_sequenceCatalog added
+ seqrelid+ seqtypid+ seqstart+ seqincrement+ seqmax+ seqmin+ seqcache+ seqcycle
pg_sequencesCatalog added
+ schemaname+ sequencename+ sequenceowner+ data_type+ start_value+ min_value+ max_value+ increment_by+ cycle+ cache_size+ last_value
pg_stat_replicationStructural change
+ sent_lsn+ write_lsn+ flush_lsn+ replay_lsn+ write_lag+ flush_lag+ replay_lag− sent_location− write_location− flush_location− replay_location
+ subid+ subname+ pid+ relid+ received_lsn+ last_msg_send_time+ last_msg_receipt_time+ latest_end_lsn+ latest_end_time
pg_statistic_extCatalog added
+ oid+ stxrelid+ stxname+ stxnamespace+ stxowner+ stxkeys+ stxkind+ stxndistinct+ stxdependencies
pg_subscriptionCatalog added
+ oid+ subdbid+ subname+ subowner+ subenabled+ subconninfo+ subslotname+ subsynccommit+ subpublications
pg_triggerStructural change
+ tgoldtable+ tgnewtable