summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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-10Cleanup 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
2025-08-08Remove useless/superfluous Datum conversionsPeter Eisentraut
2025-08-08Fix oversight in FindTriggerIncompatibleWithInheritance.Etsuro Fujita
2025-08-08Disallow collecting transition tuples from child foreign tables.Etsuro Fujita
2025-08-05Don't copy datlocale from template unless provider matches.Jeff Davis
2025-08-05Throw ERROR when publish_generated_columns is specified without a value.Amit Kapila
2025-08-04Fix incorrect comment regarding mod_since_analyzeDavid Rowley
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-29Display Memoize planner estimates in EXPLAINDavid Rowley
2025-07-24Introduce field tracking cached plan type in PlannedStmtMichael Paquier
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-18Fix concurrent update trigger issues with MERGE in a CTE.Dean Rasheed
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-11Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane
2025-07-03Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-02Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
2025-07-01Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis