aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Use pg_memory_is_all_zeros() in pgstatfuncs.c.Nathan Bossart2024-12-11
* Unmark gen_random_uuid() function leakproof.Masahiko Sawada2024-12-11
* Fix a memory leak in dumping functions with TRANSFORMsDaniel Gustafsson2024-12-11
* Add missing BUFFERS OFF in regression tests, take 2David Rowley2024-12-11
* Add missing BUFFERS OFF in select_into regression testsDavid Rowley2024-12-11
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley2024-12-11
* Use in-place updates for pg_restore_relation_stats().Jeff Davis2024-12-10
* Improve reporting of pg_upgrade log files on test failureMichael Paquier2024-12-11
* Speedup Hash Joins with dedicated functions for ExprState hashingDavid Rowley2024-12-11
* Doc: add some commentary about ExecutorRun's NoMovement special case.Tom Lane2024-12-10
* Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch2024-12-10
* Tests for logical replication with temporal keysPeter Eisentraut2024-12-10
* 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
* 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
* 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
* 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
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis2024-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