aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Fix off-by-one in LimitAdditionalPins()Andres Freund2023-07-24
* Avoid compiler warning in non-assert builds.Tom Lane2023-07-22
* Fix calculation of relid sets for partitionwise child joins.Tom Lane2023-07-21
* Code review for commit b6e1157e7dAmit Langote2023-07-21
* Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane2023-07-20
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Support parenthesized syntax for CLUSTER without a table name.Nathan Bossart2023-07-19
* Rearrange CLUSTER rules in gram.y.Nathan Bossart2023-07-19
* Fix indentation in twophase.cMichael Paquier2023-07-18
* Fix recovery of 2PC transaction during crash recoveryMichael Paquier2023-07-18
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Shrink memory contexts struct sizesDavid Rowley2023-07-17
* Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane2023-07-14
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2023-07-14
* Improve error message for MaxAllocSize overrun in accumArrayResult.Tom Lane2023-07-14
* Add missing initializations of p_perminfoAmit Langote2023-07-14
* Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Add information about line contents on parsing failure of wait_event_names.txtMichael Paquier2023-07-14
* Remove double quotes from the second column of wait_event_names.txtMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Release lock after encountering bogs row in vac_truncate_clog()Andres Freund2023-07-13
* Add missing const qualifierAmit Langote2023-07-13
* Fix code indentation violation in commit b6e1157e7dAmit Langote2023-07-13
* Fix untranslatable log message assemblyPeter Eisentraut2023-07-13
* Remove duplicated assignment of LLVMJitHandle->lljitMichael Paquier2023-07-13
* Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-13
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-13
* Pass constructName to transformJsonValueExpr()Amit Langote2023-07-13
* Simplify some conditions related to [LW]Lock in generate-wait_event_types.plMichael Paquier2023-07-13
* Remove ancient special case code for dropping oid columnsPeter Eisentraut2023-07-12
* Remove ancient special case code for adding oid columnsPeter Eisentraut2023-07-12
* Remove obsolete comment about OID supportPeter Eisentraut2023-07-12
* Allow some exclusion constraints on partitionsPeter Eisentraut2023-07-12
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Add new parallel message type to progress reporting.Masahiko Sawada2023-07-11
* Don't expose Windows' mbstowcs_l() and wcstombs_l().Thomas Munro2023-07-11
* Be more rigorous about local variables in PostgresMain().Tom Lane2023-07-10
* Fix pgindentPeter Eisentraut2023-07-10
* Message wording improvementsPeter Eisentraut2023-07-10
* Add more sanity checks with callers of changeDependencyFor()Michael Paquier2023-07-10