Commit Graph

62699 Commits (dbdc717ac6743074c3a55fc5c380638c91d24afd)
 

Author SHA1 Message Date
Nathan Bossart dbdc717ac6 Teach DSM registry to retry entry initialization if needed. 3 weeks ago
Jeff Davis 1476028225 Allow pg_locale_t APIs to work when ctype_is_c. 3 weeks ago
Daniel Gustafsson 1cdb84bb1b Check for correct version of perltidy 3 weeks ago
Jeff Davis 8d299052fe Add #define for UNICODE_CASEMAP_BUFSZ. 3 weeks ago
Jeff Davis ec4997a9d7 Inline pg_ascii_tolower() and pg_ascii_toupper(). 3 weeks ago
Nathan Bossart 2dd506b859 Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry." 3 weeks ago
Melanie Plageman e135e04457 Split heap_page_prune_and_freeze() into helpers 3 weeks ago
Nathan Bossart 9446f918ac Remove a few unused struct members. 3 weeks ago
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 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 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