Commit Graph

62659 Commits (7d9043aee803bf9bf3307ce5f45f3464ea288cb1)
 

Author SHA1 Message Date
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 2 months ago
Tom Lane b140c8d7a3 Add SupportRequestInlineInFrom planner support request. 2 months ago
Bruce Momjian c0bc9af151 tools: remove src/tools/codelines 2 months ago
Peter Eisentraut 5eed8ce50c Add range_minus_multi and multirange_minus_multi functions 2 months ago
Thomas Munro 0dceba21d7 jit: Adjust AArch64-only code for LLVM 21. 2 months ago
Andrew Dunstan 51da766494 Add 'make check-tests' behavior to the meson based builds 2 months ago
Peter Eisentraut 51364113d5 Fix typo in documentation about application time 2 months ago
Peter Eisentraut ef8fe69360 Remove useless casts to (void *) 2 months ago
Heikki Linnakangas 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation 2 months ago
Peter Eisentraut e6be84356b Update timezone to C99 2 months ago
Peter Eisentraut 97e04c74be C11 alignas instead of unions 2 months ago
Masahiko Sawada 266543a620 Use "COPY table TO" for partitioned tables in initial table synchronization. 2 months ago
Melanie Plageman 1e14edcea5 Split PruneFreezeParams initializers to one field per line 2 months ago
Bruce Momjian 5d4dc112c7 tools: update tools/codelines to use "git ls-files" 2 months ago
Melanie Plageman 65ec565b19 Update PruneState.all_[visible|frozen] earlier in pruning 2 months ago
Melanie Plageman 351d7e2441 Keep all_frozen updated in heap_page_prune_and_freeze 2 months ago
Melanie Plageman 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct 2 months ago
Daniel Gustafsson fa0ffa2877 doc: Assorted documentation improvements 2 months ago
Daniel Gustafsson 20bff3d794 doc: Document how to run a subset of regress tests 2 months ago
Tomas Vondra 599336c64f Handle EPERM in pg_numa_init 2 months ago
Peter Eisentraut b5623cc5e4 Remove obsolete cast 2 months ago
Fujii Masao aaf035790a doc: Update pg_upgrade documentation to match recent description changes. 2 months ago
Fujii Masao 99780da720 Add HINT listing valid encodings to encode() and decode() errors. 2 months ago
Thomas Munro 6b46669883 Drop support for MSVCRT's float formatting quirk. 2 months ago
Thomas Munro 7ab9b34614 Drop support for MSVCRT's %I64 format strings. 2 months ago
Tom Lane 057012b205 Speed up eqjoinsel() with lots of MCV entries. 2 months ago
Heikki Linnakangas d5b4f3a6d4 Print new OldestXID value in pg_resetwal when it's being changed 2 months ago
Nathan Bossart cbdce71b99 doc: Update formula for vacuum insert threshold. 2 months ago
Peter Eisentraut 86b276a4a9 Fix indentation 2 months ago
Peter Eisentraut 0fc33b0053 Fix NLS for incorrect GUC enum value hint message 2 months ago
Peter Eisentraut 300c8f5324 Add <stdalign.h> to c.h 2 months ago
Richard Guo 4d3f623ea8 Fix typo in nodeHash.c 2 months ago
Tom Lane 3e83bdd35a Fix pg_popcount_aarch64.c to build with ancient glibc releases. 2 months ago
Álvaro Herrera 77fb3959a4
Fix typo 2 months ago
Tom Lane 35b5c62c3a Don't allow CTEs to determine semantic levels of aggregates. 2 months ago
Nathan Bossart faf4128ad3 Add commit f63ae72bbc to .git-blame-ignore-revs. 2 months ago
Nathan Bossart 379f0e9f72 Check for tabs in postgresql.conf.sample. 2 months ago
Nathan Bossart f63ae72bbc Switch from tabs to spaces in postgresql.conf.sample. 2 months ago
Nathan Bossart aeebb49b7c Update .editorconfig and .gitattributes for postgresql.conf.sample. 2 months ago
Álvaro Herrera c05dee1911
Log a note at program start when running in dry-run mode 2 months ago
Alexander Korotkov 75e82b2f5a Optimize shared memory usage for WaitLSNProcInfo 2 months ago
Michael Paquier 694b4ab33b pg_buffercache: Fix incorrect result cast for relforknumber 2 months ago
Michael Paquier fce13424b9 doc: Fix style of description for pg_buffercache_numa.os_page_num 2 months ago
Amit Kapila 3edaf29fa5 Rename two columns in pg_stat_subscription_stats. 2 months ago
Amit Kapila c677f2b09f Doc: Use <structfield> markup for sequence fields. 2 months ago
Bruce Momjian 792353f7d5 doc: clarify that pg_upgrade preserves "optimizer" stats. 2 months ago
Masahiko Sawada a6eac2273e Use streaming read I/O in BRIN vacuum scan. 2 months ago
Tom Lane 6d969ca687 Fix pg_crc32c_armv8_choose.c to build with ancient glibc releases. 2 months ago
Tom Lane ed931377ab Clean up match_orclause_to_indexcol(). 2 months ago
Fujii Masao 6793d6a839 doc: Document default values for some pg_recvlogical options. 2 months ago