Commit Graph

62701 Commits (0ca3b16973a8bb1c185f56e65edcadc0d9d2c406)
 

Author SHA1 Message Date
David Rowley 0ca3b16973 Add parallelism support for TID Range Scans 4 weeks ago
David Rowley 42473b3b31 Have the planner replace COUNT(ANY) with COUNT(*), when possible 4 weeks ago
Nathan Bossart dbdc717ac6 Teach DSM registry to retry entry initialization if needed. 4 weeks ago
Jeff Davis 1476028225 Allow pg_locale_t APIs to work when ctype_is_c. 4 weeks ago
Daniel Gustafsson 1cdb84bb1b Check for correct version of perltidy 4 weeks ago
Jeff Davis 8d299052fe Add #define for UNICODE_CASEMAP_BUFSZ. 4 weeks ago
Jeff Davis ec4997a9d7 Inline pg_ascii_tolower() and pg_ascii_toupper(). 4 weeks ago
Nathan Bossart 2dd506b859 Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry." 4 weeks ago
Melanie Plageman e135e04457 Split heap_page_prune_and_freeze() into helpers 4 weeks ago
Nathan Bossart 9446f918ac Remove a few unused struct members. 1 month ago
Daniel Gustafsson 348020caa7 ssl: Add connection and reload tests for key passphrases 1 month ago
Daniel Gustafsson b3fe098d33 Add GUC to show EXEC_BACKEND state 1 month ago
Daniel Gustafsson 0f4f45772c doc: Clarify passphrase command reloading on Windows 1 month ago
Peter Eisentraut 8fe4aef829 Replace internal C function pg_hypot() by standard hypot() 1 month ago
Jacob Champion 47c7a7ebc8 oauth_validator: Shorten JSON responses in test logs 1 month ago
Amit Kapila e3e787ca02 Fix test failure caused by commit 76b78721ca. 1 month ago
Michael Paquier e1405aa5e3 Add input function for data type pg_dependencies 1 month ago
Michael Paquier 44eba8f06e Add input function for data type pg_ndistinct 1 month ago
Melanie Plageman cd38b7e773 Assert that cutoffs are provided if freezing will be attempted 1 month ago
Jeff Davis 3b9c118920 Remove a useless length check. 1 month ago
Álvaro Herrera 33bb3dc2d8
pg_dump tests: don't put dumps in stdout 1 month ago
Álvaro Herrera 417ac9c1ee
Improve test case stability 1 month ago
Peter Eisentraut 7169c0b96b gen_guc_tables.pl: Validate required GUC fields before code generation 1 month ago
Peter Eisentraut 2256af4ba2 backend/nodes cleanup: Move loop variables definitions into for statement 1 month ago
Amit Kapila 3df4df53b0 Fix a BF failure caused by commit 76b78721ca. 1 month ago
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