summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
44 hoursFix typo in tablecmds.cDavid Rowley
2 daysFix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
3 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
3 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
3 daysFix out-of-date comment on makeRangeConstructorsPeter Eisentraut
7 daysUse palloc_object() and palloc_array() in backend codeMichael Paquier
7 daysAdd started_by column to pg_stat_progress_analyze view.Masahiko Sawada
8 daysWiden MultiXactOffset to 64 bitsHeikki Linnakangas
8 daysRemove useless casts in format argumentsPeter Eisentraut
8 daysUnify some more messagesÁlvaro Herrera
8 daysUnify error messagesÁlvaro Herrera
14 daysFix shadow variable warning in subscriptioncmds.c.Amit Kapila
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-01Move WAL sequence code into its own fileMichael Paquier
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
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-21C11 alignas instead of unionsPeter Eisentraut
2025-11-17Fix typos in logical replication code commentsDaniel Gustafsson
2025-11-15Fix incorrect function name in commentsAlexander Korotkov
2025-11-14Add note about CreateStatistics()'s selective use of check_rights.Nathan Bossart
2025-11-12Clear 'xid' in dummy async notify entries written to fill up pagesHeikki Linnakangas
2025-11-12Fix remaining race condition with CLOG truncation and LISTEN/NOTIFYHeikki Linnakangas
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12Escalate ERRORs during async notify processing to FATALHeikki Linnakangas
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-08Fix comment in copyto.cMichael Paquier
2025-11-06Tidyup WARNING ereports in subscriptioncmds.cDavid Rowley
2025-11-06Use XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut
2025-11-06Use stack allocated StringInfoDatas, where possibleDavid Rowley
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-11-04Tighten check for generated column in partition key expressionPeter Eisentraut
2025-11-03Prevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
2025-11-03Add wal_fpi_bytes to VACUUM and ANALYZE logsMichael Paquier
2025-10-30Expose wal_fpi_bytes in EXPLAIN (WAL)Michael Paquier
2025-10-28Add worker type argument to logical replication worker functions.Amit Kapila
2025-10-27Remove Item typePeter Eisentraut
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-22Remove make_temptable_name_n().Nathan Bossart
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-15Fix lookup code for REINDEX INDEX.Nathan Bossart
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-15Standardize use of REFRESH PUBLICATION in code and messages.Amit Kapila
2025-10-11Stop creating constraints during DETACH CONCURRENTLYÁlvaro Herrera
2025-10-11dbase_redo: Fix Valgrind-reported memory leakÁlvaro Herrera
2025-10-09Cleanup VACUUM option processing error messagesDavid Rowley