Commit Graph

62841 Commits (795e94c70cf13f60b2cb4010f29a1bca542d2031)
 

Author SHA1 Message Date
Daniel Gustafsson 348020caa7 ssl: Add connection and reload tests for key passphrases 3 weeks ago
Daniel Gustafsson b3fe098d33 Add GUC to show EXEC_BACKEND state 3 weeks ago
Daniel Gustafsson 0f4f45772c doc: Clarify passphrase command reloading on Windows 3 weeks ago
Peter Eisentraut 8fe4aef829 Replace internal C function pg_hypot() by standard hypot() 3 weeks ago
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 3 weeks ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 3 weeks ago
David Rowley 07d1dc3aeb Fix incorrect IndexOptInfo header comment 3 weeks ago
Tom Lane 572c40ba94 Issue a NOTICE if a created function depends on any temp objects. 3 weeks ago
Fujii Masao 81966c5458 psql: Improve tab-completion for PREPARE. 3 weeks ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 3 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 51364113d5 Fix typo in documentation about application time 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
Daniel Gustafsson fa0ffa2877 doc: Assorted documentation improvements 4 weeks ago