summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-13Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund
2022-05-12Remove function declaration for function in pg_proc.Andres Freund
2022-05-12Add missing binary_upgrade.h includes.Andres Freund
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add logging for excessive ProcSignalBarrier waits.Thomas Munro
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-11Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
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