summaryrefslogtreecommitdiff
path: root/src/backend/catalog
AgeCommit message (Expand)Author
2025-03-10CREATE INDEX: do update index stats if autovacuum=off.Tom Lane
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-03Simplify some logic around setting pg_attribute.atthasdef.Tom Lane
2025-03-03Remove now-dead code in StoreAttrDefault().Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-07Allow non-btree speculative insertion indexesPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-30Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-21Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-15Downgrade error in object_aclmask_ext() to internalPeter Eisentraut
2025-01-15Downgrade errors in object_ownercheck() to internalPeter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-08Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane
2025-01-07Remove unnecessary code to handle CONSTR_NOTNULLÁlvaro Herrera
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-17Update comments about index parallel buildsTomas Vondra
2024-12-07Make getObjectDescription robust against dangling amproc type links.Tom Lane
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-12-02RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-15Proper object locking for GRANT/REVOKEPeter Eisentraut
2024-11-15Add an assertion in get_object_address()Peter Eisentraut
2024-11-12Silence compilers about extractNotNullColumn()Álvaro Herrera
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-03Suppress new "may be used uninitialized" warning.Noah Misch
2024-11-02Move I/O before the index_update_stats() buffer lock region.Noah Misch