summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
11 hoursFix incorrect function name in commentsHEADmasterAlexander Korotkov
26 hoursAdd note about CreateStatistics()'s selective use of check_rights.Nathan Bossart
3 daysClear 'xid' in dummy async notify entries written to fill up pagesHeikki Linnakangas
3 daysFix remaining race condition with CLOG truncation and LISTEN/NOTIFYHeikki Linnakangas
3 daysFix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
3 daysEscalate ERRORs during async notify processing to FATALHeikki Linnakangas
5 daysCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
7 daysFix comment in copyto.cMichael Paquier
9 daysTidyup WARNING ereports in subscriptioncmds.cDavid Rowley
9 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
9 daysDisallow generated columns in COPY WHERE clausePeter Eisentraut
10 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
10 daysImplement WAIT FOR commandAlexander Korotkov
11 daysAdd sequence synchronization for logical replication.Amit Kapila
11 daysTighten check for generated column in partition key expressionPeter Eisentraut
12 daysPrevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
12 daysAdd 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
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