index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Fix off-by-one in LimitAdditionalPins()
Andres Freund
2023-07-24
*
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-22
*
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-21
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
*
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-20
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
*
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-19
*
Fix indentation in twophase.c
Michael Paquier
2023-07-18
*
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-18
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Shrink memory contexts struct sizes
David Rowley
2023-07-17
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-14
*
Improve error message for MaxAllocSize overrun in accumArrayResult.
Tom Lane
2023-07-14
*
Add missing initializations of p_perminfo
Amit Langote
2023-07-14
*
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-14
*
Add information about line contents on parsing failure of wait_event_names.txt
Michael Paquier
2023-07-14
*
Remove double quotes from the second column of wait_event_names.txt
Michael Paquier
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
*
Add missing const qualifier
Amit Langote
2023-07-13
*
Fix code indentation violation in commit b6e1157e7d
Amit Langote
2023-07-13
*
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
*
Remove duplicated assignment of LLVMJitHandle->lljit
Michael Paquier
2023-07-13
*
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
*
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-12
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
*
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-07-13
*
Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl
Michael Paquier
2023-07-13
*
Remove ancient special case code for dropping oid columns
Peter Eisentraut
2023-07-12
*
Remove ancient special case code for adding oid columns
Peter Eisentraut
2023-07-12
*
Remove obsolete comment about OID support
Peter Eisentraut
2023-07-12
*
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-12
*
Report index vacuum progress.
Masahiko Sawada
2023-07-11
*
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-11
*
Don't expose Windows' mbstowcs_l() and wcstombs_l().
Thomas Munro
2023-07-11
*
Be more rigorous about local variables in PostgresMain().
Tom Lane
2023-07-10
*
Fix pgindent
Peter Eisentraut
2023-07-10
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-07-10
[next]