summaryrefslogtreecommitdiff
path: root/src/backend/catalog
AgeCommit message (Expand)Author
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-10Fix comment in GetPublicationRelationsHeikki Linnakangas
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-08Unify error messagesÁlvaro Herrera
2025-12-05Fix some cases of indirectly casting away const.Tom Lane
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-04Remove no longer needed casts to PointerPeter Eisentraut
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-21Remove useless casts to (void *)Peter Eisentraut
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-12Split out innards of pg_tablespace_location()Álvaro Herrera
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Use XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-28Don't error out when dropping constraint if relchecks is already zeroÁlvaro Herrera
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-09-29Fix StatisticsObjIsVisibleExt() for pg_temp.Noah Misch
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-09-19Add optional pid parameter to pg_replication_origin_session_setup().Amit Kapila
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-09-12Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name.Tom Lane
2025-09-02Improve error message for duplicate labels when creating an enum type.Tom Lane
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-27Improve objectNamesToOids() commentPeter Eisentraut
2025-08-26Message style improvementsPeter Eisentraut
2025-08-22Change dynahash.c and hsearch.h to use int64 instead of longMichael Paquier
2025-08-13Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.Tom Lane
2025-08-13Grab the low-hanging fruit from forcing sizeof(Datum) to 8.Tom Lane
2025-08-08Mop-up for Datum conversion cleanups.Tom Lane
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-05Add backup_type column to pg_stat_progress_basebackup.Masahiko Sawada
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-08-01Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.Amit Kapila
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila