summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2 daysCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
4 daysFix comment in copyto.cMichael Paquier
6 daysTidyup WARNING ereports in subscriptioncmds.cDavid Rowley
6 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
6 daysDisallow generated columns in COPY WHERE clausePeter Eisentraut
7 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
7 daysImplement WAIT FOR commandAlexander Korotkov
7 daysAdd sequence synchronization for logical replication.Amit Kapila
8 daysTighten check for generated column in partition key expressionPeter Eisentraut
9 daysPrevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
9 daysAdd wal_fpi_bytes to VACUUM and ANALYZE logsMichael Paquier
13 daysExpose 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
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-10-06Expose sequence page LSN via pg_get_sequence_data.Amit Kapila
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-09-26Remove unused for_all_tables field from AlterPublicationStmt.Masahiko Sawada
2025-09-25Fix array allocation bugs in SetExplainExtensionState.Robert Haas
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-09-20Track the maximum possible frequency of non-MCE array elements.Tom Lane
2025-09-16Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".Tom Lane
2025-09-15Hide duplicate names from extension viewsPeter Eisentraut
2025-09-12Fix oversights in pg_event_trigger_dropped_objects() fixes.Tom Lane
2025-09-11Report the correct is_temporary flag for column defaults.Tom Lane
2025-09-08pg_upgrade: Transfer pg_largeobject_metadata's files when possible.Nathan Bossart
2025-09-08Post-commit review fixes for 228c370868.Amit Kapila
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-29Remove unneeded casts of BufferGetPage() resultPeter Eisentraut
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-22Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINTPeter Eisentraut
2025-08-20Minor error message enhancementPeter Eisentraut
2025-08-19Fix self-deadlock during DROP SUBSCRIPTION.Amit Kapila
2025-08-18Refactor init_params() in sequence.c to not use FormData_pg_sequence_dataMichael Paquier
2025-08-08Add missing Datum conversionsPeter Eisentraut