summaryrefslogtreecommitdiff
path: root/src/include/catalog
AgeCommit message (Expand)Author
9 daysReport next_multi_offset as bigint in pg_control_checkpoint().Masahiko Sawada
10 daysRevert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
13 daysAllow an aggregate's planner support function to be set via CREATE AGGREGATE.Tom Lane
2026-08-18Add data_page_checksum_version to pg_control_checkpointDaniel Gustafsson
2026-08-18Record initial state of data checksums in controlfileDaniel Gustafsson
2026-08-12Move index statistics into their own stats kindMichael Paquier
2026-08-10Check for USAGE privilege on types used by stored expressions.Nathan Bossart
2026-08-05Always check foreign-server USAGE when resolving subscription conninfo.Jeff Davis
2026-08-05Remove Subscription conninfo field; generate in caller.Jeff Davis
2026-07-27Fix propagation of indimmediate flag in index_create_copy()Michael Paquier
2026-07-27Deparse FOR PORTION OF using the range column's current name.Tom Lane
2026-07-27Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clauseRichard Guo
2026-07-21Add logical decoding status to pg_control_checkpoint().Masahiko Sawada
2026-07-17Revert "Add GROUP BY ALL".Tom Lane
2026-07-16Remove SQL function getpgusername()Michael Paquier
2026-07-09Bump catversion for JSON_TABLE PLAN clauseAlexander Korotkov
2026-07-07Fix pg_dump ACL minimization for PROPERTY GRAPH.Noah Misch
2026-07-02Allow logical replication conflicts to be logged to a table.Amit Kapila
2026-07-02Add system view pg_stat_kind_infoMichael Paquier
2026-07-01Add min() and max() aggregate support for uuid.Masahiko Sawada
2026-06-30Add backend-level lock statisticsMichael Paquier
2026-06-30Change stat_lock.wait_time to double precisionMichael Paquier
2026-06-29Run pgperltidyJoe Conway
2026-06-28Use named boolean parameters for pg_get_*_ddl option argumentsAndrew Dunstan
2026-06-25Mark uuid-to-bytea cast as leakproof.Masahiko Sawada
2026-06-23Nail pg_parameter_acl in relcache.Jeff Davis
2026-06-23Fix incorrect declarations of variadic pg_get_*_ddl() functions.Tom Lane
2026-06-17Avoid errors during ALTER SUBSCRIPTION.Jeff Davis
2026-06-09Record dependencies on graph labels and propertiesPeter Eisentraut
2026-06-08Fix missed checks for hashability of container-type equality.Tom Lane
2026-06-05Fix pg_subscription column privileges for subwalrcvtimeoutFujii Masao
2026-05-13Do pre-release housekeeping on catalog data.Tom Lane
2026-05-13Pre-beta mechanical code beautification, step 3: run reformat-dat-files.Tom Lane
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-05-04Do not define type for a property graphPeter Eisentraut
2026-05-01Fix JSON_ARRAY(query) empty set handling and view deparsingRichard Guo
2026-04-08Reduce presence of syscache.h in src/include/Michael Paquier
2026-04-08Remove MULE_INTERNAL encoding.Thomas Munro
2026-04-06Add pg_stat_autovacuum_scores system view.Nathan Bossart
2026-04-05Add tid_block() and tid_offset() accessor functionsAndres Freund
2026-04-05Add pg_get_database_ddl() functionAndrew Dunstan
2026-04-05Add pg_get_tablespace_ddl() functionAndrew Dunstan
2026-04-05Add pg_get_role_ddl() functionAndrew Dunstan
2026-04-05Allow index_create to suppress index_build progress reportingÁlvaro Herrera
2026-04-04Make index_concurrently_create_copy more generalÁlvaro Herrera
2026-04-03Online enabling and disabling of data checksumsDaniel Gustafsson
2026-04-02Add target_relid parameter to pg_get_publication_tables().Masahiko Sawada
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-03-30Make cast function from circle to polygon error safePeter Eisentraut
2026-03-24GetSubscription(): use per-object memory context.Jeff Davis