summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-28Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-23postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane
2024-12-23Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-12-19Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-18Fix memory leak in pg_restore with zstd-compressed data.Tom Lane
2024-12-17Accommodate very large dshash tables.Nathan Bossart
2024-12-17Detect version mismatch in brin_page_itemsTomas Vondra
2024-12-17Update comments about index parallel buildsTomas Vondra
2024-12-17Doc: Fix the wrong link on pg_createsubscriber page.Amit Kapila
2024-12-17pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier
2024-12-16doc: Mention BRIN indexes support parallel buildsTomas Vondra
2024-12-16Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas
2024-12-15pgbench: fix misprocessing of some nested \if constructs.Tom Lane
2024-12-15doc: Clarify old WAL files are kept until they are summarized.Fujii Masao
2024-12-14contrib/earthdistance: Use SQL-standard function bodies.Tom Lane
2024-12-13Fix possible crash in pg_dump with identity sequences.Tom Lane
2024-12-12Revert "Don't truncate database and user names in startup packets."Nathan Bossart
2024-12-10Improve reporting of pg_upgrade log files on test failureMichael Paquier
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-10Fix comments of GUC hooks for timezone_abbreviationsMichael Paquier
2024-12-10Fix outdated comment of scram_build_secret()Michael Paquier
2024-12-09Include necessary header files in radixtree.h.Masahiko Sawada
2024-12-09Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexesDavid Rowley
2024-12-09Fix small memory leaks in GUC checksDaniel Gustafsson
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-09Improve comment about dropped entries in pgstat.cMichael Paquier
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-12-09Fix possible crash during WindowAgg evaluationDavid Rowley
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-12-07Make getObjectDescription robust against dangling amproc type links.Tom Lane
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-12-07doc: remove LC_COLLATE and LC_CTYPE from SHOW commandPeter Eisentraut
2024-12-04Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor
2024-12-03Fix synchronized_standby_slots GUC check hookÁlvaro Herrera
2024-12-03Drop "Lock" suffix from LWLock wait event namesÁlvaro Herrera
2024-12-03doc: Clarify some terms for pg_createsubscriberMichael Paquier
2024-12-02RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro
2024-12-01Fix broken list-munging in ecpg's remove_variables().Tom Lane
2024-11-30Avoid mislabeling of lateral references, redux.Tom Lane
2024-11-28Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane
2024-11-28psql: Add tab completion for COPY (MERGE ...Peter Eisentraut
2024-11-28Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier
2024-11-27ci: Fix cached MacPorts installation managementAndres Freund