index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
David Rowley
2024-12-10
*
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
*
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
Peter Eisentraut
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
*
Return actual error code from FOP failure in PDF build
Bruce Momjian
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
*
Properly use $(AWK) in Makefile, not 'awk'
Bruce Momjian
2024-12-03
*
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-04
*
Define __EXTENSIONS__ on Solaris, too.
Tom Lane
2024-12-03
*
Fix Makefile so invalid characters warning preserves error code
Bruce Momjian
2024-12-03
*
Now that we have non-Latin1 SGML detection, restore Latin1 chars
Bruce Momjian
2024-12-03
*
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
*
Define _POSIX_C_SOURCE as 200112L on Solaris.
Tom Lane
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
*
Fix handling of CREATE DOMAIN with GENERATED constraint syntax
Peter Eisentraut
2024-12-03
*
Fix temporary memory leak in system table index scans
Peter Eisentraut
2024-12-03
*
Perform provider-specific initialization in new functions.
Jeff Davis
2024-12-02
*
doc: Clarify some terms for pg_createsubscriber
Michael Paquier
2024-12-03
*
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-02
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
[next]