index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
*
Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024-12-11
*
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
*
Fix a memory leak in dumping functions with TRANSFORMs
Daniel Gustafsson
2024-12-11
*
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-12-11
*
Add missing BUFFERS OFF in select_into regression tests
David Rowley
2024-12-11
*
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-11
*
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-11
*
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-12-10
*
Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024-12-11
*
Speedup Hash Joins with dedicated functions for ExprState hashing
David Rowley
2024-12-11
*
Doc: add some commentary about ExecutorRun's NoMovement special case.
Tom Lane
2024-12-10
*
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-10
*
Tests for logical replication with temporal keys
Peter Eisentraut
2024-12-10
*
Support for GiST in get_equal_strategy_number()
Peter Eisentraut
2024-12-10
*
Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicit
Peter Eisentraut
2024-12-10
*
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-10
*
Improve internal logical replication error for missing equality strategy
Peter Eisentraut
2024-12-10
*
Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024-12-10
*
Fix outdated comment of scram_build_secret()
Michael Paquier
2024-12-10
*
Include necessary header files in radixtree.h.
Masahiko Sawada
2024-12-09
*
Fix small memory leaks in GUC checks
Daniel Gustafsson
2024-12-09
*
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
*
Avoid unnecessary wrapping for Vars and PHVs
Richard Guo
2024-12-09
*
Fix right-semi-joins in HashJoin rescans
Richard Guo
2024-12-09
*
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-09
*
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
*
Improve the error message introduced in commit 87ce27de696.
Amit Kapila
2024-12-09
*
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
*
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-09
*
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
*
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-07
*
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-07
*
Comment fix: "buffer context lock" to "buffer content lock".
Jeff Davis
2024-12-06
*
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-06
*
Fix printf format string warning on MinGW.
Thomas Munro
2024-12-06
*
Remove pg_regex_collation
Peter Eisentraut
2024-12-05
*
Fix header inclusion order in c.h.
Thomas Munro
2024-12-05
*
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
*
Fix dead code
Peter Eisentraut
2024-12-04
*
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-04
*
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-04
*
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
*
Fix synchronized_standby_slots GUC check hook
Álvaro Herrera
2024-12-03
*
Drop "Lock" suffix from LWLock wait event names
Álvaro Herrera
2024-12-03
*
Update obsolete comment
Álvaro Herrera
2024-12-03
[prev]
[next]