aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Add cost-based vacuum delay time to progress views.Nathan Bossart2025-02-11
* Allow non-btree speculative insertion indexesPeter Eisentraut2025-02-07
* Virtual generated columnsPeter Eisentraut2025-02-07
* Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane2025-01-30
* 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
* 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
* Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane2025-01-16
* Downgrade error in object_aclmask_ext() to internalPeter Eisentraut2025-01-15
* Downgrade errors in object_ownercheck() to internalPeter Eisentraut2025-01-15
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* 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
* Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane2025-01-08
* Remove unnecessary code to handle CONSTR_NOTNULLÁlvaro Herrera2025-01-07
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* Remove pg_attribute.attcacheoff columnDavid Rowley2024-12-20
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Update comments about index parallel buildsTomas Vondra2024-12-17
* Make getObjectDescription robust against dangling amproc type links.Tom Lane2024-12-07
* Revert "Introduce CompactAttribute array in TupleDesc"David Rowley2024-12-03
* Introduce CompactAttribute array in TupleDescDavid Rowley2024-12-03
* RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro2024-12-03
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Proper object locking for GRANT/REVOKEPeter Eisentraut2024-11-15
* Add an assertion in get_object_address()Peter Eisentraut2024-11-15
* Silence compilers about extractNotNullColumn()Álvaro Herrera2024-11-12
* 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
* Suppress new "may be used uninitialized" warning.Noah Misch2024-11-02
* Move I/O before the index_update_stats() buffer lock region.Noah Misch2024-11-02
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier2024-10-29
* Ensure we have a snapshot when updating pg_index in index_drop().Nathan Bossart2024-10-28
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24