Add src/include/catalog/README
[postgresql.git] / src / backend / catalog /
5 days ago Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
5 days ago Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
10 days ago Tom LaneMop-up for Datum conversion cleanups.
10 days ago Peter EisentrautAdd missing Datum conversions
13 days ago Masahiko SawadaAdd backup_type column to pg_stat_progress_basebackup.
2025-08-04 Amit KapilaDetect and report update_deleted conflicts.
2025-08-01 Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
2025-07-23 Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-15 Michael PaquierFix comments in index.c
2025-07-09 Nathan BossartIntroduce pg_dsm_registry_allocations view.
2025-07-01 Michael PaquierFix typo in system_views.sql's definition of pg_stat_ac...
2025-06-30 Nathan BossartAdd new OID alias type regdatabase.
2025-06-28 Peter EisentrautMessage style improvements
2025-06-25 Peter EisentrautRestrict virtual columns to use built-in functions...
2025-06-19 Fujii Masaodoc: Mention GIN indexes support parallel builds.
2025-06-18 Michael PaquierDocument "relrewrite" at the top of heap_create_with_ca...
2025-05-23 Daniel GustafssonRevert function to get memory context stats for processes
2025-05-07 Nathan BossartRemove pg_replication_origin's TOAST table.
2025-04-23 Tom LaneChange the names generated for child foreign key constr...
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-04-17 Noah MischAssert lack of hazardous buffer locks before possible...
2025-04-16 Álvaro HerreraElide not-null constraint checks on child tables during...
2025-04-08 Daniel GustafssonAdd function to get memory context stats for processes
2025-04-07 Tomas VondraIntroduce pg_shmem_allocations_numa view
2025-04-07 Tom LaneFix erroneous construction of functions' dependencies...
2025-04-07 Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-05 Tom LaneRepair misbehavior with duplicate entries in FK SET...
2025-04-04 Nathan BossartRe-pgindent pg_largeobject.c after commit 0d6c477664.
2025-04-04 Fujii MasaoExtend ALTER DEFAULT PRIVILEGES to define default privi...
2025-04-03 Amit KapilaFix slot synchronization for two_phase enabled slots.
2025-04-02 Tom LaneChange SQL-language functions to use the plan cache.
2025-04-02 Peter EisentrautAdd support for NOT ENFORCED in foreign key constraints
2025-04-01 Andres Freundaio: Add pg_aios view
2025-03-30 Andres FreundLet caller of PageIsVerified() control ignore_checksum_...
2025-03-30 Andres Freundpgstat: Allow checksum errors to be reported in critica...
2025-03-29 Andres FreundFix mis-attribution of checksum failure stats to the...
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-28 Peter EisentrautAdd support for not-null constraints on virtual generat...
2025-03-24 Amit KapilaDetect and Log multiple_unique_conflicts type conflict.
2025-03-21 Tom LaneLabel the contents of pg_*_d.h files a little better.
2025-03-10 Tom LaneCREATE INDEX: do update index stats if autovacuum=off.
2025-03-07 Jeff DavisCREATE INDEX: don't update table stats if autovacuum...
2025-03-05 Andrew DunstanAllow json{b}_strip_nulls to remove null array elements
2025-03-03 Tom LaneSimplify some logic around setting pg_attribute.atthasdef.
2025-03-03 Tom LaneRemove now-dead code in StoreAttrDefault().
2025-03-03 Tom LaneFix broken handling of domains in atthasmissing logic.
2025-03-03 Melanie PlagemanAdd relallfrozen to pg_class
2025-02-26 Jeff DavisRemove redundant pg_set_*_stats() variants.
2025-02-25 Andres FreundChange relpath() et al to return path by value
2025-02-24 Michael PaquierRemove read/sync fields from pg_stat_wal and GUC track_...
2025-02-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-11 Nathan BossartAdd cost-based vacuum delay time to progress views.
2025-02-07 Peter EisentrautAllow non-btree speculative insertion indexes
2025-02-07 Peter EisentrautVirtual generated columns
2025-01-30 Tom LaneAvoid integer overflow while testing wal_skip_threshold...
2025-01-28 Amit KapilaRename pubgencols_type to pubgencols in pg_publication.
2025-01-28 Michael PaquierTrack per-relation cumulative time spent in [auto]vacuu...
2025-01-23 Amit KapilaChange publication's publish_generated_columns option...
2025-01-21 Peter EisentrautFix NO ACTION temporal foreign keys when the referenced...
2025-01-16 Tom LaneSeek zone abbreviations in the IANA data before timezon...
2025-01-15 Peter EisentrautDowngrade error in object_aclmask_ext() to internal
2025-01-15 Peter EisentrautDowngrade errors in object_ownercheck() to internal
2025-01-15 Peter EisentrautChange gist stratnum function to use CompareType
2025-01-14 Michael PaquierMake pg_stat_io count IOs as bytes instead of blocks...
2025-01-11 Peter EisentrautAdd support for NOT ENFORCED in CHECK constraints
2025-01-08 Tom LaneDisallow NAMEDTUPLESTORE RTEs in stored views, rules...
2025-01-07 Álvaro HerreraRemove unnecessary code to handle CONSTR_NOTNULL
2025-01-01 David RowleyFix an assortment of spelling mistakes and typos
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-28 Noah MischIn REASSIGN OWNED of a database, lock the tuple as...
2024-12-20 Thomas MunroFix corruption when relation truncation fails.
2024-12-20 David RowleyRemove pg_attribute.attcacheoff column
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-19 Michael PaquierAdd backend-level statistics to pgstats
2024-12-17 Tomas VondraUpdate comments about index parallel builds
2024-12-07 Tom LaneMake getObjectDescription robust against dangling ampro...
2024-12-03 David RowleyRevert "Introduce CompactAttribute array in TupleDesc"
2024-12-03 David RowleyIntroduce CompactAttribute array in TupleDesc
2024-12-02 Thomas MunroRelationTruncate() must set DELAY_CHKPT_START.
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-15 Peter EisentrautProper object locking for GRANT/REVOKE
2024-11-15 Peter EisentrautAdd an assertion in get_object_address()
2024-11-12 Álvaro HerreraSilence compilers about extractNotNullColumn()
2024-11-11 Michael PaquierAdd two attributes to pg_stat_database for parallel...
2024-11-08 Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-11-07 Amit KapilaReplicate generated columns when 'publish_generated_col...
2024-11-04 Alexander KorotkovRevert pg_wal_replay_wait() stored procedure
2024-11-03 Noah MischSuppress new "may be used uninitialized" warning.
2024-11-02 Noah MischMove I/O before the index_update_stats() buffer lock...
2024-10-30 Amit KapilaReplicate generated columns when specified in the colum...
2024-10-28 Michael PaquierFix dependency of partitioned table and table AM with...
2024-10-28 Nathan BossartEnsure we have a snapshot when updating pg_index in...
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-25 Noah MischFor inplace update, send nontransactional invalidations.
2024-10-25 Michael PaquierRefactor code converting a publication name List to...
2024-10-24 Alexander KorotkovAdd 'no_error' argument to pg_wal_replay_wait()
2024-10-22 Jeff DavisAdd functions pg_set_attribute_stats() and pg_clear_att...
2024-10-22 Jeff DavisChange pg_*_relation_stats() functions to return type...
2024-10-11 Jeff DavisCreate functions pg_set_relation_stats, pg_clear_relati...
next