Commit Graph

62676 Commits (76b78721ca49c16dfcbfbd2f4f87fcdb2db2bbb6)
 

Author SHA1 Message Date
Amit Kapila 76b78721ca Add slotsync skip statistics. 1 month ago
Peter Eisentraut c581c9a7ac Remove obsolete comment 1 month ago
Michael Paquier ed823da128 Rename routines for write/read of pgstats file 1 month ago
Andres Freund 81f7738953 lwlock: Fix, currently harmless, bug in LWLockWakeup() 1 month ago
Jeff Davis f81bf78ce1 Avoid global LC_CTYPE dependency in pg_locale_libc.c. 1 month ago
Tom Lane 698fa924b1 Improve detection of implicitly-temporary views. 1 month ago
Jacob Champion 0664aa4ff8 Reorganize pqcomm.h a bit 1 month ago
Jacob Champion e2ceff13d8 postgres: Use pg_{add,mul}_size_overflow() 1 month ago
Jacob Champion 8934f2136c Add pg_add_size_overflow() and friends 1 month ago
Jacob Champion f1881c7dd3 Make some use of anonymous unions [libpq-oauth] 1 month ago
Álvaro Herrera bc32a12e0d
Fix infer_arbiter_index during concurrent index operations 1 month ago
Michael Paquier e429c3cecb Move isolation test index-killtuples to src/test/modules/index/ 1 month ago
Peter Eisentraut d4c0f91f7d C11 alignas instead of unions -- extended alignments 1 month ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 1 month ago
David Rowley 07d1dc3aeb Fix incorrect IndexOptInfo header comment 1 month ago
Tom Lane 572c40ba94 Issue a NOTICE if a created function depends on any temp objects. 1 month ago
Fujii Masao 81966c5458 psql: Improve tab-completion for PREPARE. 1 month ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 1 month ago
Tom Lane b140c8d7a3 Add SupportRequestInlineInFrom planner support request. 1 month ago
Bruce Momjian c0bc9af151 tools: remove src/tools/codelines 1 month ago
Peter Eisentraut 5eed8ce50c Add range_minus_multi and multirange_minus_multi functions 1 month ago
Thomas Munro 0dceba21d7 jit: Adjust AArch64-only code for LLVM 21. 1 month ago
Andrew Dunstan 51da766494 Add 'make check-tests' behavior to the meson based builds 1 month ago
Peter Eisentraut 51364113d5 Fix typo in documentation about application time 1 month ago
Peter Eisentraut ef8fe69360 Remove useless casts to (void *) 1 month ago
Heikki Linnakangas 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation 1 month ago
Peter Eisentraut e6be84356b Update timezone to C99 1 month ago
Peter Eisentraut 97e04c74be C11 alignas instead of unions 1 month ago
Masahiko Sawada 266543a620 Use "COPY table TO" for partitioned tables in initial table synchronization. 1 month ago
Melanie Plageman 1e14edcea5 Split PruneFreezeParams initializers to one field per line 1 month ago
Bruce Momjian 5d4dc112c7 tools: update tools/codelines to use "git ls-files" 1 month ago
Melanie Plageman 65ec565b19 Update PruneState.all_[visible|frozen] earlier in pruning 1 month ago
Melanie Plageman 351d7e2441 Keep all_frozen updated in heap_page_prune_and_freeze 1 month ago
Melanie Plageman 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct 1 month ago
Daniel Gustafsson fa0ffa2877 doc: Assorted documentation improvements 1 month ago
Daniel Gustafsson 20bff3d794 doc: Document how to run a subset of regress tests 1 month ago
Tomas Vondra 599336c64f Handle EPERM in pg_numa_init 1 month ago
Peter Eisentraut b5623cc5e4 Remove obsolete cast 1 month ago
Fujii Masao aaf035790a doc: Update pg_upgrade documentation to match recent description changes. 1 month ago
Fujii Masao 99780da720 Add HINT listing valid encodings to encode() and decode() errors. 1 month ago
Thomas Munro 6b46669883 Drop support for MSVCRT's float formatting quirk. 1 month ago
Thomas Munro 7ab9b34614 Drop support for MSVCRT's %I64 format strings. 1 month ago
Tom Lane 057012b205 Speed up eqjoinsel() with lots of MCV entries. 1 month ago
Heikki Linnakangas d5b4f3a6d4 Print new OldestXID value in pg_resetwal when it's being changed 1 month ago
Nathan Bossart cbdce71b99 doc: Update formula for vacuum insert threshold. 1 month ago
Peter Eisentraut 86b276a4a9 Fix indentation 1 month ago
Peter Eisentraut 0fc33b0053 Fix NLS for incorrect GUC enum value hint message 1 month ago
Peter Eisentraut 300c8f5324 Add <stdalign.h> to c.h 1 month ago
Richard Guo 4d3f623ea8 Fix typo in nodeHash.c 1 month ago
Tom Lane 3e83bdd35a Fix pg_popcount_aarch64.c to build with ancient glibc releases. 1 month ago