aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* aio: Add pg_aios viewAndres Freund2025-04-01
* Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane2025-03-26
* Add support for gamma() and lgamma() functions.Dean Rasheed2025-03-26
* Stats: use schemaname/relname instead of regclass.Jeff Davis2025-03-25
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* Place "extern" declaration in the right part of pg_class.h.Tom Lane2025-03-21
* Add reverse(bytea).Nathan Bossart2025-03-13
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* Remove now-dead code in StoreAttrDefault().Tom Lane2025-03-03
* Fix broken handling of domains in atthasmissing logic.Tom Lane2025-03-03
* Add relallfrozen to pg_classMelanie Plageman2025-03-03
* Remove stray diff introduced by a5cbdeb98a.Jeff Davis2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* Add cost-based vacuum delay time to progress views.Nathan Bossart2025-02-11
* Allow extension functions to participate in in-place updates.Tom Lane2025-02-11
* Virtual generated columnsPeter Eisentraut2025-02-07
* Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila2025-01-28
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* Add SQL function CASEFOLD().Jeff Davis2025-01-24
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut2025-01-21
* Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis2025-01-17
* Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane2025-01-16
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* IWYU pragmas for catalog headersPeter Eisentraut2025-01-15
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* Consistently spell "leakproof" without a hyphen.Dean Rasheed2025-01-14
* Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier2025-01-14
* Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut2025-01-11
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove redundant wording in pg_statistic.hMichael Paquier2024-12-30
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Remove pg_attribute.attcacheoff columnDavid Rowley2024-12-20
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Unmark gen_random_uuid() function leakproof.Masahiko Sawada2024-12-11
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* Update obsolete commentÁlvaro Herrera2024-12-03
* Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier2024-12-03
* Add a planner support function for numeric generate_series().Dean Rasheed2024-12-02
* Add two attributes to pg_stat_database for parallel workers activityMichael Paquier2024-11-11
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila2024-11-07
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04