aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* 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
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11
* Use deconstruct_array_builtin instead of deconstruct_arrayÁlvaro Herrera2024-10-11
* Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera2024-10-10
* Fix search_path cache initialization.Jeff Davis2024-10-07
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* Add missing command for pg_maintain in commentDaniel Gustafsson2024-10-01
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier2024-09-27
* Ensure we have a snapshot when updating pg_index entries.Nathan Bossart2024-09-26
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Remove pg_authid's TOAST table.Nathan Bossart2024-09-21
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao2024-09-12
* Remove old RULE privilege completely.Fujii Masao2024-09-12
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Fix missing invalidations for search_path cache.Jeff Davis2024-07-09
* Add pg_get_acl() to get the ACL for a database objectMichael Paquier2024-07-04
* Use TupleDescAttr macro consistentlyDavid Rowley2024-07-02