Commit Graph

62691 Commits (348020caa7beaa2e4b1bc10b1ea6eb2c97b894c0)
 

Author SHA1 Message Date
Daniel Gustafsson 348020caa7 ssl: Add connection and reload tests for key passphrases 5 months ago
Daniel Gustafsson b3fe098d33 Add GUC to show EXEC_BACKEND state 5 months ago
Daniel Gustafsson 0f4f45772c doc: Clarify passphrase command reloading on Windows 5 months ago
Peter Eisentraut 8fe4aef829 Replace internal C function pg_hypot() by standard hypot() 5 months ago
Jacob Champion 47c7a7ebc8 oauth_validator: Shorten JSON responses in test logs 5 months ago
Amit Kapila e3e787ca02 Fix test failure caused by commit 76b78721ca. 5 months ago
Michael Paquier e1405aa5e3 Add input function for data type pg_dependencies 5 months ago
Michael Paquier 44eba8f06e Add input function for data type pg_ndistinct 5 months ago
Melanie Plageman cd38b7e773 Assert that cutoffs are provided if freezing will be attempted 5 months ago
Jeff Davis 3b9c118920 Remove a useless length check. 5 months ago
Álvaro Herrera 33bb3dc2d8
pg_dump tests: don't put dumps in stdout 5 months ago
Álvaro Herrera 417ac9c1ee
Improve test case stability 5 months ago
Peter Eisentraut 7169c0b96b gen_guc_tables.pl: Validate required GUC fields before code generation 5 months ago
Peter Eisentraut 2256af4ba2 backend/nodes cleanup: Move loop variables definitions into for statement 5 months ago
Amit Kapila 3df4df53b0 Fix a BF failure caused by commit 76b78721ca. 5 months ago
Amit Kapila 76b78721ca Add slotsync skip statistics. 5 months ago
Peter Eisentraut c581c9a7ac Remove obsolete comment 5 months ago
Michael Paquier ed823da128 Rename routines for write/read of pgstats file 5 months ago
Andres Freund 81f7738953 lwlock: Fix, currently harmless, bug in LWLockWakeup() 5 months ago
Jeff Davis f81bf78ce1 Avoid global LC_CTYPE dependency in pg_locale_libc.c. 5 months ago
Tom Lane 698fa924b1 Improve detection of implicitly-temporary views. 5 months ago
Jacob Champion 0664aa4ff8 Reorganize pqcomm.h a bit 5 months ago
Jacob Champion e2ceff13d8 postgres: Use pg_{add,mul}_size_overflow() 5 months ago
Jacob Champion 8934f2136c Add pg_add_size_overflow() and friends 5 months ago
Jacob Champion f1881c7dd3 Make some use of anonymous unions [libpq-oauth] 5 months ago
Álvaro Herrera bc32a12e0d
Fix infer_arbiter_index during concurrent index operations 5 months ago
Michael Paquier e429c3cecb Move isolation test index-killtuples to src/test/modules/index/ 5 months ago
Peter Eisentraut d4c0f91f7d C11 alignas instead of unions -- extended alignments 5 months ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 5 months ago
David Rowley 07d1dc3aeb Fix incorrect IndexOptInfo header comment 5 months ago
Tom Lane 572c40ba94 Issue a NOTICE if a created function depends on any temp objects. 5 months ago
Fujii Masao 81966c5458 psql: Improve tab-completion for PREPARE. 5 months ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 5 months ago
Tom Lane b140c8d7a3 Add SupportRequestInlineInFrom planner support request. 5 months ago
Bruce Momjian c0bc9af151 tools: remove src/tools/codelines 5 months ago
Peter Eisentraut 5eed8ce50c Add range_minus_multi and multirange_minus_multi functions 5 months ago
Thomas Munro 0dceba21d7 jit: Adjust AArch64-only code for LLVM 21. 5 months ago
Andrew Dunstan 51da766494 Add 'make check-tests' behavior to the meson based builds 5 months ago
Peter Eisentraut 51364113d5 Fix typo in documentation about application time 5 months ago
Peter Eisentraut ef8fe69360 Remove useless casts to (void *) 5 months ago
Heikki Linnakangas 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation 5 months ago
Peter Eisentraut e6be84356b Update timezone to C99 5 months ago
Peter Eisentraut 97e04c74be C11 alignas instead of unions 5 months ago
Masahiko Sawada 266543a620 Use "COPY table TO" for partitioned tables in initial table synchronization. 5 months ago
Melanie Plageman 1e14edcea5 Split PruneFreezeParams initializers to one field per line 5 months ago
Bruce Momjian 5d4dc112c7 tools: update tools/codelines to use "git ls-files" 5 months ago
Melanie Plageman 65ec565b19 Update PruneState.all_[visible|frozen] earlier in pruning 5 months ago
Melanie Plageman 351d7e2441 Keep all_frozen updated in heap_page_prune_and_freeze 5 months ago
Melanie Plageman 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct 5 months ago
Daniel Gustafsson fa0ffa2877 doc: Assorted documentation improvements 5 months ago