aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support for GiST in get_equal_strategy_number()Peter Eisentraut2024-12-10
* Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicitPeter Eisentraut2024-12-10
* Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut2024-12-10
* Improve internal logical replication error for missing equality strategyPeter Eisentraut2024-12-10
* Fix comments of GUC hooks for timezone_abbreviationsMichael Paquier2024-12-10
* Fix outdated comment of scram_build_secret()Michael Paquier2024-12-10
* Include necessary header files in radixtree.h.Masahiko Sawada2024-12-09
* Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexesDavid Rowley2024-12-10
* Fix small memory leaks in GUC checksDaniel Gustafsson2024-12-09
* Fix various overflow hazards in date and timestamp functions.Nathan Bossart2024-12-09
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Remove remants of "snapshot too old"Heikki Linnakangas2024-12-09
* Avoid unnecessary wrapping for Vars and PHVsRichard Guo2024-12-09
* Fix right-semi-joins in HashJoin rescansRichard Guo2024-12-09
* Fix memory leak in pgoutput with publication list cacheMichael Paquier2024-12-09
* Improve comment about dropped entries in pgstat.cMichael Paquier2024-12-09
* Improve the error message introduced in commit 87ce27de696.Amit Kapila2024-12-09
* Fix invalidation of local pgstats references for entry reinitializationMichael Paquier2024-12-09
* Fix possible crash during WindowAgg evaluationDavid Rowley2024-12-09
* Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane2024-12-07
* Make getObjectDescription robust against dangling amproc type links.Tom Lane2024-12-07
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* doc: remove LC_COLLATE and LC_CTYPE from SHOW commandPeter Eisentraut2024-12-07
* Comment fix: "buffer context lock" to "buffer content lock".Jeff Davis2024-12-06
* Remove useless casts to (const void *)Peter Eisentraut2024-12-06
* Fix printf format string warning on MinGW.Thomas Munro2024-12-06
* Remove pg_regex_collationPeter Eisentraut2024-12-05
* Fix header inclusion order in c.h.Thomas Munro2024-12-05
* Provide a better error message for misplaced dispatch options.Nathan Bossart2024-12-04
* Return actual error code from FOP failure in PDF buildBruce Momjian2024-12-04
* Fix dead codePeter Eisentraut2024-12-04
* Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor2024-12-04
* Simplify IsIndexUsableForReplicaIdentityFull()Peter Eisentraut2024-12-04
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* Properly use $(AWK) in Makefile, not 'awk'Bruce Momjian2024-12-03
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Define __EXTENSIONS__ on Solaris, too.Tom Lane2024-12-03
* Fix Makefile so invalid characters warning preserves error codeBruce Momjian2024-12-03
* Now that we have non-Latin1 SGML detection, restore Latin1 charsBruce Momjian2024-12-03
* Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis2024-12-03
* Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane2024-12-03
* Fix synchronized_standby_slots GUC check hookÁlvaro Herrera2024-12-03
* Drop "Lock" suffix from LWLock wait event namesÁlvaro Herrera2024-12-03
* Update obsolete commentÁlvaro Herrera2024-12-03
* Fix handling of CREATE DOMAIN with GENERATED constraint syntaxPeter Eisentraut2024-12-03
* Fix temporary memory leak in system table index scansPeter Eisentraut2024-12-03
* Perform provider-specific initialization in new functions.Jeff Davis2024-12-02
* doc: Clarify some terms for pg_createsubscriberMichael Paquier2024-12-03
* Fix unintentional behavior change in commit e9931bfb75.Jeff Davis2024-12-02
* Revert "Introduce CompactAttribute array in TupleDesc"David Rowley2024-12-03