summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-08Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-07Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-05-06Fix typo in origin.cMichael Paquier
2022-05-06Update SQL featuresPeter Eisentraut
2022-05-04Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-05-04Fix incorrect format placeholdersPeter Eisentraut
2022-05-03Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund
2022-05-02Fix typo in comment.Etsuro Fujita
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-29Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-28Disable asynchronous execution if using gating Result nodes.Etsuro Fujita
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Fix SQL syntax in comment in logical/worker.cJohn Naylor
2022-04-28Remove durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-04-27Fix incorrect format placeholdersPeter Eisentraut
2022-04-27Handle NULL fields in WRITE_INDEX_ARRAYPeter Eisentraut
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-23Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane
2022-04-22Fix performance regression in tuplesort specializationsDavid Rowley
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane
2022-04-21vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.Peter Geoghegan
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera
2022-04-20Move ModifyTableContext->lockmode to UpdateContextAlvaro Herrera
2022-04-20ExecModifyTable: use context.planSlot instead of planSlotAlvaro Herrera
2022-04-20Fix breakage in AlterFunction().Tom Lane
2022-04-20Remove duplicated word in comment of basebackup.cMichael Paquier
2022-04-19Fix extract epoch from interval calculationPeter Eisentraut
2022-04-19Fix the check to limit sync workers.Amit Kapila
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
2022-04-16Don't retry restore_command while reading ahead.Thomas Munro
2022-04-16pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-04-15Fix multi-table VACUUM VERBOSE accounting.Peter Geoghegan
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-15VACUUM VERBOSE: Show dead items for an empty table.Peter Geoghegan
2022-04-15Adjust VACUUM's removable cutoff log message.Peter Geoghegan
2022-04-15Small cleanups in SQL/JSON codeAndrew Dunstan