summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro2022-05-072-17/+50
* Fix misleading comments about background worker registration.Robert Haas2022-05-062-9/+6
* Fix typo in origin.cMichael Paquier2022-05-061-1/+1
* Update SQL featuresPeter Eisentraut2022-05-061-5/+5
* Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane2022-05-041-4/+18
* Remove JsonPathSpec typedefPeter Eisentraut2022-05-041-1/+1
* Fix incorrect format placeholdersPeter Eisentraut2022-05-042-2/+2
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-021-10/+10
* Fix typo in comment.Etsuro Fujita2022-05-021-1/+1
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-301-0/+11
* Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan2022-04-291-15/+15
* Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan2022-04-281-2/+12
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-281-7/+27
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-283-10/+81
* Fix SQL syntax in comment in logical/worker.cJohn Naylor2022-04-281-1/+1
* Remove durable_rename_excl()Michael Paquier2022-04-281-63/+0
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-282-18/+10
* Fix incorrect format placeholdersPeter Eisentraut2022-04-272-2/+2
* Handle NULL fields in WRITE_INDEX_ARRAYPeter Eisentraut2022-04-271-2/+9
* Always pfree strings returned by GetDatabasePathAlvaro Herrera2022-04-252-0/+14
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-231-3/+16
* Fix performance regression in tuplesort specializationsDavid Rowley2022-04-221-1/+28
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-213-10/+4
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-215-9/+33
* Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane2022-04-212-0/+21
* vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.Peter Geoghegan2022-04-201-3/+3
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-201-4/+4
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-201-0/+28
* set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera2022-04-201-1/+1
* Move ModifyTableContext->lockmode to UpdateContextAlvaro Herrera2022-04-201-15/+8
* ExecModifyTable: use context.planSlot instead of planSlotAlvaro Herrera2022-04-201-14/+10
* Fix breakage in AlterFunction().Tom Lane2022-04-191-2/+3
* Remove duplicated word in comment of basebackup.cMichael Paquier2022-04-201-1/+1
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-191-4/+10
* Fix the check to limit sync workers.Amit Kapila2022-04-191-4/+4
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-181-1/+2
* Don't retry restore_command while reading ahead.Thomas Munro2022-04-171-3/+8
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-162-1/+5
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-161-3/+3
* Fix multi-table VACUUM VERBOSE accounting.Peter Geoghegan2022-04-151-9/+15
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-152-17/+43
* VACUUM VERBOSE: Show dead items for an empty table.Peter Geoghegan2022-04-151-20/+18
* Adjust VACUUM's removable cutoff log message.Peter Geoghegan2022-04-151-19/+15
* Small cleanups in SQL/JSON codeAndrew Dunstan2022-04-152-2/+2
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-141-8/+14
* Have CLUSTER ignore partitions not owned by callerAlvaro Herrera2022-04-141-7/+12
* Improve a couple of sql/json error messagesAndrew Dunstan2022-04-141-2/+3
* Fix transformJsonBehaviorAndrew Dunstan2022-04-141-6/+8
* Add missing spaces after single-line commentsDavid Rowley2022-04-141-1/+1
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-132-19/+27