Commit Graph

46676 Commits (aa749bde323364039f369784071f315ad53c1325)

Author SHA1 Message Date
Jacob Champion 47c7a7ebc8 oauth_validator: Shorten JSON responses in test logs 3 weeks ago
Amit Kapila e3e787ca02 Fix test failure caused by commit 76b78721ca. 3 weeks ago
Michael Paquier e1405aa5e3 Add input function for data type pg_dependencies 3 weeks ago
Michael Paquier 44eba8f06e Add input function for data type pg_ndistinct 3 weeks ago
Melanie Plageman cd38b7e773 Assert that cutoffs are provided if freezing will be attempted 3 weeks ago
Jeff Davis 3b9c118920 Remove a useless length check. 3 weeks ago
Álvaro Herrera 33bb3dc2d8
pg_dump tests: don't put dumps in stdout 3 weeks ago
Álvaro Herrera 417ac9c1ee
Improve test case stability 3 weeks ago
Peter Eisentraut 7169c0b96b gen_guc_tables.pl: Validate required GUC fields before code generation 3 weeks ago
Peter Eisentraut 2256af4ba2 backend/nodes cleanup: Move loop variables definitions into for statement 3 weeks ago
Amit Kapila 3df4df53b0 Fix a BF failure caused by commit 76b78721ca. 3 weeks ago
Amit Kapila 76b78721ca Add slotsync skip statistics. 3 weeks ago
Peter Eisentraut c581c9a7ac Remove obsolete comment 3 weeks ago
Michael Paquier ed823da128 Rename routines for write/read of pgstats file 3 weeks ago
Andres Freund 81f7738953 lwlock: Fix, currently harmless, bug in LWLockWakeup() 3 weeks ago
Jeff Davis f81bf78ce1 Avoid global LC_CTYPE dependency in pg_locale_libc.c. 3 weeks ago
Tom Lane 698fa924b1 Improve detection of implicitly-temporary views. 3 weeks ago
Jacob Champion 0664aa4ff8 Reorganize pqcomm.h a bit 3 weeks ago
Jacob Champion e2ceff13d8 postgres: Use pg_{add,mul}_size_overflow() 3 weeks ago
Jacob Champion 8934f2136c Add pg_add_size_overflow() and friends 3 weeks ago
Jacob Champion f1881c7dd3 Make some use of anonymous unions [libpq-oauth] 3 weeks ago
Álvaro Herrera bc32a12e0d
Fix infer_arbiter_index during concurrent index operations 3 weeks ago
Michael Paquier e429c3cecb Move isolation test index-killtuples to src/test/modules/index/ 3 weeks ago
Peter Eisentraut d4c0f91f7d C11 alignas instead of unions -- extended alignments 4 weeks ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 4 weeks ago
David Rowley 07d1dc3aeb Fix incorrect IndexOptInfo header comment 4 weeks ago
Tom Lane 572c40ba94 Issue a NOTICE if a created function depends on any temp objects. 4 weeks ago
Fujii Masao 81966c5458 psql: Improve tab-completion for PREPARE. 4 weeks ago
Tom Lane b140c8d7a3 Add SupportRequestInlineInFrom planner support request. 4 weeks ago
Bruce Momjian c0bc9af151 tools: remove src/tools/codelines 4 weeks ago
Peter Eisentraut 5eed8ce50c Add range_minus_multi and multirange_minus_multi functions 4 weeks ago
Thomas Munro 0dceba21d7 jit: Adjust AArch64-only code for LLVM 21. 4 weeks ago
Andrew Dunstan 51da766494 Add 'make check-tests' behavior to the meson based builds 4 weeks ago
Peter Eisentraut ef8fe69360 Remove useless casts to (void *) 4 weeks ago
Heikki Linnakangas 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation 4 weeks ago
Peter Eisentraut e6be84356b Update timezone to C99 4 weeks ago
Peter Eisentraut 97e04c74be C11 alignas instead of unions 4 weeks ago
Masahiko Sawada 266543a620 Use "COPY table TO" for partitioned tables in initial table synchronization. 4 weeks ago
Melanie Plageman 1e14edcea5 Split PruneFreezeParams initializers to one field per line 4 weeks ago
Bruce Momjian 5d4dc112c7 tools: update tools/codelines to use "git ls-files" 4 weeks ago
Melanie Plageman 65ec565b19 Update PruneState.all_[visible|frozen] earlier in pruning 4 weeks ago
Melanie Plageman 351d7e2441 Keep all_frozen updated in heap_page_prune_and_freeze 4 weeks ago
Melanie Plageman 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct 4 weeks ago
Tomas Vondra 599336c64f Handle EPERM in pg_numa_init 4 weeks ago
Peter Eisentraut b5623cc5e4 Remove obsolete cast 4 weeks ago
Fujii Masao 99780da720 Add HINT listing valid encodings to encode() and decode() errors. 4 weeks ago
Thomas Munro 6b46669883 Drop support for MSVCRT's float formatting quirk. 4 weeks ago
Thomas Munro 7ab9b34614 Drop support for MSVCRT's %I64 format strings. 4 weeks ago
Tom Lane 057012b205 Speed up eqjoinsel() with lots of MCV entries. 4 weeks ago
Heikki Linnakangas d5b4f3a6d4 Print new OldestXID value in pg_resetwal when it's being changed 4 weeks ago