summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-25Remove a useless length check.Jeff Davis
2025-11-25pg_dump tests: don't put dumps in stdoutÁlvaro Herrera
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-25gen_guc_tables.pl: Validate required GUC fields before code generationPeter Eisentraut
2025-11-25backend/nodes cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-11-25Fix a BF failure caused by commit 76b78721ca.Amit Kapila
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Remove obsolete commentPeter Eisentraut
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-24lwlock: Fix, currently harmless, bug in LWLockWakeup()Andres Freund
2025-11-24Avoid global LC_CTYPE dependency in pg_locale_libc.c.Jeff Davis
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-24Reorganize pqcomm.h a bitJacob Champion
2025-11-24postgres: Use pg_{add,mul}_size_overflow()Jacob Champion
2025-11-24Add pg_add_size_overflow() and friendsJacob Champion
2025-11-24Make some use of anonymous unions [libpq-oauth]Jacob Champion
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-24Move isolation test index-killtuples to src/test/modules/index/Michael Paquier
2025-11-24C11 alignas instead of unions -- extended alignmentsPeter Eisentraut
2025-11-24pg_buffercache: Add pg_buffercache_os_pagesMichael Paquier
2025-11-24Fix incorrect IndexOptInfo header commentDavid Rowley
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-23psql: Improve tab-completion for PREPARE.Fujii Masao
2025-11-23pg_buffercache: Remove unused fields from BufferCacheNumaRecMichael Paquier
2025-11-22Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-22tools: remove src/tools/codelinesBruce Momjian
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-22jit: Adjust AArch64-only code for LLVM 21.Thomas Munro
2025-11-21Add 'make check-tests' behavior to the meson based buildsAndrew Dunstan
2025-11-21Fix typo in documentation about application timePeter Eisentraut
2025-11-21Remove useless casts to (void *)Peter Eisentraut
2025-11-21Use strtoi64() in pgbench, replacing its open-coded implementationHeikki Linnakangas
2025-11-21Update timezone to C99Peter Eisentraut
2025-11-21C11 alignas instead of unionsPeter Eisentraut
2025-11-20Use "COPY table TO" for partitioned tables in initial table synchronization.Masahiko Sawada
2025-11-20Split PruneFreezeParams initializers to one field per lineMelanie Plageman
2025-11-20tools: update tools/codelines to use "git ls-files"Bruce Momjian
2025-11-20Update PruneState.all_[visible|frozen] earlier in pruningMelanie Plageman
2025-11-20Keep all_frozen updated in heap_page_prune_and_freezeMelanie Plageman
2025-11-20Refactor heap_page_prune_and_freeze() parameters into a structMelanie Plageman
2025-11-20doc: Assorted documentation improvementsDaniel Gustafsson
2025-11-20doc: Document how to run a subset of regress testsDaniel Gustafsson
2025-11-20Handle EPERM in pg_numa_initTomas Vondra
2025-11-20Remove obsolete castPeter Eisentraut
2025-11-20doc: Update pg_upgrade documentation to match recent description changes.Fujii Masao
2025-11-20Add HINT listing valid encodings to encode() and decode() errors.Fujii Masao
2025-11-20Drop support for MSVCRT's float formatting quirk.Thomas Munro
2025-11-20Drop support for MSVCRT's %I64 format strings.Thomas Munro
2025-11-19Speed up eqjoinsel() with lots of MCV entries.Tom Lane
2025-11-19Print new OldestXID value in pg_resetwal when it's being changedHeikki Linnakangas