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
*
Make WaitForLSNReplay() issue FATAL on postmaster death
Alexander Korotkov
2024-10-24
*
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
*
Update header comment for lookup_type_cache()
Alexander Korotkov
2024-10-24
*
Track more precisely query locations for nested statements
Michael Paquier
2024-10-24
*
Improve pg_set_attribute_stats() error message.
Jeff Davis
2024-10-23
*
Fix compiler warning.
Jeff Davis
2024-10-23
*
Make SASL max message length configurable
Daniel Gustafsson
2024-10-23
*
Remove unnecessary word in a comment
Amit Langote
2024-10-23
*
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
*
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
*
Improve reporting of errors in extension script files.
Tom Lane
2024-10-22
*
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-22
*
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-22
*
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
*
Update outdated comment on WAL-logged locks with invalid XID
Heikki Linnakangas
2024-10-21
*
Fix race condition in committing a serializable transaction
Heikki Linnakangas
2024-10-21
*
Fix grammar of a comment in bufmgr.c
Michael Paquier
2024-10-21
*
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-20
*
Allow pg_set_relation_stats() to set relpages to -1.
Jeff Davis
2024-10-18
*
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-18
*
Fix strsep() use for SCRAM secrets parsing
Peter Eisentraut
2024-10-18
*
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-18
*
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
*
Fix extreme skew detection in Parallel Hash Join.
Thomas Munro
2024-10-17
*
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-10-17
*
Improve node type forward reference
Peter Eisentraut
2024-10-17
*
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-17
*
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-17
*
nbtree: fix read page recheck typo.
Peter Geoghegan
2024-10-16
*
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-10-16
*
Fix #include order from e839c8ecc9.
Jeff Davis
2024-10-16
*
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
*
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-16
*
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-10-16
*
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
*
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-14
*
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
*
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis
2024-10-14
*
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Jeff Davis
2024-10-14
*
Use construct_array_builtin for FLOAT8OID instead of construct_array.
Masahiko Sawada
2024-10-14
*
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
*
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
*
Fixup for pg_set_relation_stats().
Jeff Davis
2024-10-13
*
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
Michael Paquier
2024-10-13
*
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-12
*
Fix missed case for builtin collation provider.
Jeff Davis
2024-10-11
*
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
2024-10-11
*
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-11
*
Add pg_ls_summariesdir().
Nathan Bossart
2024-10-11
[next]