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 possible Assert failure in cost_memoize_rescan
David Rowley
2024-06-19
*
Fix incorrect punctuation in error message
Peter Eisentraut
2024-06-18
*
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-17
*
Remove recordExtensionInitPriv[Worker]'s ownerId argument.
Tom Lane
2024-06-17
*
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-17
*
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-17
*
Convert confusing macros in multixact.c to static inline functions
Heikki Linnakangas
2024-06-16
*
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
*
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-14
*
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-13
*
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-06-13
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Fix creation of partition descriptor during concurrent detach
Alvaro Herrera
2024-06-11
*
Fix an assert in CheckPointReplicationSlots().
Amit Kapila
2024-06-11
*
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-06-10
*
Fix RBM_ZERO_AND_LOCK.
Thomas Munro
2024-06-10
*
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
*
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
*
Add more debugging information when dropping twice pgstats entry
Michael Paquier
2024-06-07
*
meson: Add user-provided c_args to bitcode_cflags
Peter Eisentraut
2024-06-06
*
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-06
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Add invariants check to get_useful_group_keys_orderings()
Alexander Korotkov
2024-06-06
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Prevent inconsistent use of stats entry for replication slots
Michael Paquier
2024-06-06
*
Move new SLRU buffers GUCs to a better place in postgresql.conf.sample
Peter Eisentraut
2024-06-05
*
Fix some grammatical errors in some comments
David Rowley
2024-06-05
*
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
*
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-04
*
Improve assertion in mdwritev()
Michael Paquier
2024-06-04
*
Fix potential NULL pointer dereference in getIdentitySequence()
Michael Paquier
2024-05-26
*
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-23
*
Don't copy extended statistics during MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-23
*
Fix the name collision detection in MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-23
*
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-05-22
*
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-22
*
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Translation updates
Peter Eisentraut
2024-05-20
*
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Remove enum WaitEventExtension
Michael Paquier
2024-05-17
*
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
2024-05-16
*
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-16
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-05-16
[next]